审查视图

pages/main/addtionalreduce/additiondetail/additiondetail.wxss 457 Bytes
wangyu authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
/* pages/main/addtionalreduce/additiondetail/additiondetail.wxss */
.text_left{
font-family: PingFangSC-Regular;
font-size: 15px;
color: #777777;
line-height: 45px;
float:left;
}

.text_right_333{
font-family: PingFangSC-Regular;
font-size: 15px;
color: #333333;
text-align: right;
line-height: 45px;
float: right;
}

.text_right_orange{
font-family: PingFangSC-Regular;
font-size: 15px;
color: #FF9F00;
text-align: right;
line-height: 45px;
float: right;
}