76 lines
1.3 KiB
Plaintext
76 lines
1.3 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.data-v-92bb8f34 .header {
|
|
width: 100%;
|
|
}
|
|
.data-v-92bb8f34 .header .top {
|
|
color: #fff;
|
|
background: #37cc92;
|
|
}
|
|
.data-v-92bb8f34 .cityList {
|
|
margin-top: -36px;
|
|
}
|
|
.list.data-v-92bb8f34 {
|
|
margin-top: 0rpx;
|
|
padding: 0;
|
|
}
|
|
.blueBtn.data-v-92bb8f34 {
|
|
color: #fff;
|
|
padding: 5px !important;
|
|
background-color: #2397f1;
|
|
}
|
|
.orangeBtn.data-v-92bb8f34 {
|
|
color: #fff;
|
|
padding: 5px !important;
|
|
background-color: #FF974C;
|
|
}
|
|
.border.data-v-92bb8f34 {
|
|
border-bottom: 1px solid #f7f7f7;
|
|
}
|
|
.target.data-v-92bb8f34 {
|
|
height: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
.target .bold.data-v-92bb8f34 {
|
|
width: 45%;
|
|
text-align: left;
|
|
}
|
|
.target .btnGroup.data-v-92bb8f34 {
|
|
width: 50%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.item.data-v-92bb8f34 {
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
.size32.data-v-92bb8f34 {
|
|
font-size: 80rpx;
|
|
}
|
|
.card.data-v-92bb8f34 {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.boxBg.data-v-92bb8f34 {
|
|
width: 250rpx;
|
|
height: 215rpx;
|
|
position: absolute;
|
|
right: 15px;
|
|
z-index: 9;
|
|
bottom: -50rpx;
|
|
}
|
|
.boxBg image.data-v-92bb8f34 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.content.data-v-92bb8f34 {
|
|
min-height: 100vh;
|
|
padding-bottom: 15px;
|
|
background-color: #f7f7f7;
|
|
}
|
|
|