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.
43 lines
760 B
43 lines
760 B
/* pages/main/index.wxss */
|
|
.attention-unbg{
|
|
width: 100rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
background-color: #F4F4F4;
|
|
font-size: 20rpx;
|
|
color: #888888;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
padding-top: 2rpx;
|
|
margin-top: 4rpx;
|
|
}
|
|
|
|
.attention-bg{
|
|
width: 84rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
color: #007AFF;
|
|
background-color: #007AFF20;
|
|
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 4rpx 16rpx 24rpx;
|
|
border-bottom: 1rpx solid #f3f3f3;
|
|
}
|
|
|
|
.float-image{
|
|
height: 24rpx;width: 24rpx;margin-left: 4rpx
|
|
}
|