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.
27 lines
411 B
27 lines
411 B
.renYou2{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
}
|
|
.main{
|
|
margin-top: 50rpx;
|
|
padding: 0 24rpx;
|
|
}
|
|
.main .item{
|
|
background-color: #F2F2F2;
|
|
border-radius: 8rpx;
|
|
padding: 24rpx;
|
|
}
|
|
.main .item .top{
|
|
margin-bottom: 20rpx;
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
word-break: break-word;
|
|
}
|
|
.main .item .top .img{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 16rpx;
|
|
}
|