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.
30 lines
363 B
30 lines
363 B
4 years ago
|
/* components/detail-clinch/detail-clinch.wxss */
|
||
|
.message{
|
||
|
margin-top: 20rpx;
|
||
|
background-color: #ffffff;
|
||
|
padding: 0 30rpx 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.m-box{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
height: 90rpx;
|
||
|
}
|
||
|
|
||
|
.m-tag{
|
||
|
margin-left: 24rpx;
|
||
|
width: 70rpx;
|
||
|
height: 34rpx;
|
||
|
}
|
||
|
|
||
|
.m-info{
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
|
||
|
.m-lable{
|
||
|
color: #838B99;
|
||
|
}
|
||
|
|
||
|
|