2024-08-22 09:48:00 +08:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
/* 主题色 */
|
2024-10-04 13:36:52 +08:00
|
|
|
.data-v-92bb8f34 .header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 380rpx;
|
|
|
|
|
}
|
|
|
|
|
.data-v-92bb8f34 .header .top {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #37cc92;
|
|
|
|
|
}
|
|
|
|
|
.radius50.data-v-92bb8f34 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 80px;
|
|
|
|
|
margin-top: -100rpx;
|
|
|
|
|
border-radius: 40px 40px 0 0;
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
.list.data-v-92bb8f34 {
|
|
|
|
|
margin-top: -260rpx;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.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%;
|
|
|
|
|
}
|
2024-08-22 09:48:00 +08:00
|
|
|
.content.data-v-92bb8f34 {
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
|