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.
25 lines
445 B
25 lines
445 B
/* pages/main/index.wxss */
|
|
.attention-bg{
|
|
width: 120rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
background-color: rgba(0,0,0,0.10);
|
|
font-size: 20rpx;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
padding-top: 2rpx;
|
|
margin-top: 4rpx;
|
|
}
|
|
|
|
.item-tips{
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
text-align: center;
|
|
background-color: #F7F8FA;
|
|
color: #888888;
|
|
}
|
|
|
|
.item-content{
|
|
padding:16rpx 24rpx;
|
|
border-bottom: 1rpx solid #f3f3f3;
|
|
}
|