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.
61 lines
958 B
61 lines
958 B
.renYou2{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
}
|
|
page{
|
|
background-color: #FAFAFA;
|
|
}
|
|
.aaa{
|
|
background-color: #FAFAFA !important;
|
|
}
|
|
.main{
|
|
margin-top: 50rpx;
|
|
padding: 0 24rpx;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
.main .item{
|
|
background-color: #fff;
|
|
border-radius: 24rpx;
|
|
padding: 0 30rpx;
|
|
box-shadow: 0 12rpx 12rpx 12rpx #E9ECEF;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.lfet{
|
|
position: absolute;
|
|
right: 0rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.main .item .top{
|
|
position: relative;
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
word-break: break-word;
|
|
padding: 32rpx 0;
|
|
border-bottom: 2rpx solid #F4F7FE;
|
|
}
|
|
.main .item .top:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.main .item .top .img{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.textleft{
|
|
color: #7D87A6;
|
|
margin-right: 24rpx;
|
|
}
|
|
.texttt{
|
|
width: 80rpx;
|
|
}
|
|
.back{
|
|
width: 16rpx;
|
|
height: 24rpx;
|
|
position: absolute;
|
|
left:36rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|