10 changed files with 396 additions and 291 deletions
@ -1,80 +1,106 @@ |
|||||
.main_con{ |
.main_con { |
||||
padding: 0 24rpx; |
padding: 0 24rpx; |
||||
padding-bottom: 250rpx; |
padding-bottom: 250rpx; |
||||
margin-top: 60rpx; |
margin-top: 80rpx; |
||||
|
position: relative; |
||||
} |
} |
||||
.main_con .title{ |
|
||||
|
.head { |
||||
|
background: #FAFAFA !important; |
||||
|
position: sticky; |
||||
|
/* #ifdef H5 */ |
||||
|
top: 80rpx; |
||||
|
/* #endif */ |
||||
|
/* #ifndef H5 */ |
||||
|
top: 0; |
||||
|
/* #endif */ |
||||
|
|
||||
|
} |
||||
|
|
||||
|
.main_con .title { |
||||
padding-top: 36rpx; |
padding-top: 36rpx; |
||||
padding-bottom: 28rpx; |
padding-bottom: 28rpx; |
||||
font-size: 36rpx; |
font-size: 36rpx; |
||||
font-weight: 500; |
font-weight: 500; |
||||
color: #0F1828; |
color: #0F1828; |
||||
} |
} |
||||
.main{ |
|
||||
|
.main { |
||||
background-color: #fff; |
background-color: #fff; |
||||
border-radius: 15rpx; |
border-radius: 15rpx; |
||||
padding: 0 24rpx; |
padding: 0 24rpx; |
||||
|
margin-top: 50rpx; |
||||
box-shadow: 0 20rpx 20rpx 20rpx #ECEFF2; |
box-shadow: 0 20rpx 20rpx 20rpx #ECEFF2; |
||||
} |
} |
||||
.flex{ |
|
||||
|
.flex { |
||||
display: flex; |
display: flex; |
||||
justify-content: space-between; |
justify-content: space-between; |
||||
} |
} |
||||
|
|
||||
.title_item{ |
.title_item { |
||||
padding-top: 32rpx; |
padding-top: 32rpx; |
||||
padding-bottom: 20rpx; |
padding-bottom: 20rpx; |
||||
border-bottom: 2rpx solid #F4F7FE; |
border-bottom: 2rpx solid #F4F7FE; |
||||
color: #7D87A6; |
color: #7D87A6; |
||||
font-size: 26rpx; |
font-size: 26rpx; |
||||
} |
} |
||||
.title_item .imgcon{ |
|
||||
|
.title_item .imgcon {} |
||||
} |
|
||||
.green{ |
.green { |
||||
background-color: #6FCF97; |
background-color: #6FCF97; |
||||
} |
} |
||||
.red{ |
|
||||
|
.red { |
||||
background-color: #EB5757; |
background-color: #EB5757; |
||||
} |
} |
||||
.main .item{ |
|
||||
|
.main .item { |
||||
border-bottom: 2rpx solid #F4F7FE; |
border-bottom: 2rpx solid #F4F7FE; |
||||
padding-top: 40rpx; |
padding: 34rpx 0; |
||||
padding-bottom: 32rpx; |
line-height: 58rpx; |
||||
} |
} |
||||
.main .item .text2{ |
|
||||
|
.main .item .text2 { |
||||
color: #0F1828; |
color: #0F1828; |
||||
font-size: 30rpx; |
font-size: 24rpx; |
||||
font-weight: 500; |
font-weight: 500; |
||||
|
text-align: center; |
||||
} |
} |
||||
.main .item .text2 .t1{ |
|
||||
|
.main .item .text2 .t1 { |
||||
color: #7D87A6; |
color: #7D87A6; |
||||
font-size: 28rpx; |
font-size: 28rpx; |
||||
} |
} |
||||
.main .item .btn{ |
|
||||
|
.main .item .btn { |
||||
display: flex; |
display: flex; |
||||
align-items: center; |
align-items: center; |
||||
justify-content: center; |
justify-content: center; |
||||
border-radius: 8rpx; |
border-radius: 8rpx; |
||||
color: #fff; |
color: #fff; |
||||
font-size: 30rpx; |
font-size: 24rpx; |
||||
height: 80rpx; |
height: 58rpx; |
||||
width: 176rpx; |
width: 160rpx; |
||||
} |
} |
||||
|
|
||||
.main .item .btn .img1{ |
.main .item .btn .img1 { |
||||
width: 48rpx; |
width: 48rpx; |
||||
height: 48rpx; |
height: 48rpx; |
||||
} |
} |
||||
.Colorimg{ |
|
||||
|
.Colorimg { |
||||
display: block; |
display: block; |
||||
width: 24rpx; |
width: 24rpx; |
||||
height: 24rpx; |
height: 24rpx; |
||||
} |
} |
||||
.title_item .imgcon{ |
|
||||
|
.title_item .imgcon { |
||||
margin-left: 14rpx; |
margin-left: 14rpx; |
||||
} |
} |
||||
.scroll{ |
|
||||
max-height: 1200rpx; |
.scroll { |
||||
|
max-height: 1160rpx; |
||||
overflow: scroll; |
overflow: scroll; |
||||
} |
} |
||||
|
Loading…
Reference in new issue