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.
54 lines
778 B
54 lines
778 B
.maintoP{
|
|
margin-top: 100rpx;
|
|
}
|
|
/* .aaa{
|
|
background: #FAFAFA !important;
|
|
} */
|
|
/* page {
|
|
background: #FAFAFA;
|
|
} */
|
|
.main{
|
|
padding: 0 48rpx;
|
|
margin-top: 50rpx;
|
|
background: #fff;
|
|
}
|
|
.title{
|
|
height: 150rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.flex2{
|
|
display: flex;
|
|
}
|
|
|
|
.main_con .item .left .img{
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.main_con .item{
|
|
height: 150rpx;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
border-radius: 24rpx;
|
|
|
|
}
|
|
.main_con .item .img{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
.main_con .textcon{
|
|
margin-left: 20rpx;
|
|
}
|
|
.main_con .textcon .text1{
|
|
font-size: 30rpx;
|
|
}
|
|
.main_con .textcon .text2{
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|