You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
866 B
53 lines
866 B
.main{
|
|
padding:0 24rpx
|
|
}
|
|
.top_con{
|
|
width: 702rpx;
|
|
border-radius: 20rpx;
|
|
background: url('../../../static/tongyonh/Bodyback.png') no-repeat;
|
|
background-size: cover;
|
|
height: 400rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.bot_con .topcon .img{
|
|
width: 102rpx;
|
|
height: 102rpx;
|
|
display: block;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
.bot_con .topcon .img2{
|
|
width: 206rpx;
|
|
height: 54rpx;
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-top: 26rpx;
|
|
|
|
}
|
|
.bot_con{
|
|
background-color: #fff;
|
|
box-shadow: 0 20rpx 20rpx 20rpx #ECEEF1;
|
|
border-radius: 20rpx;
|
|
padding: 0 20rpx;
|
|
padding-top: 48rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.bot_con .item{
|
|
height: 122rpx;
|
|
border-bottom: 2rpx solid #E7EAF1;
|
|
}
|
|
.bot_con .item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.gray{
|
|
color: #A3AED0 !important;
|
|
}
|
|
.bot_con .item .img1{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|