|
@@ -290,33 +290,33 @@ export default {
|
|
|
font-size: 32upx;
|
|
font-size: 32upx;
|
|
|
.super-man{
|
|
.super-man{
|
|
|
margin-left:30upx;
|
|
margin-left:30upx;
|
|
|
- font-size:22upx;
|
|
|
|
|
|
|
+ font-size:20upx;
|
|
|
display:inline-block;
|
|
display:inline-block;
|
|
|
color:white;
|
|
color:white;
|
|
|
border:1upx solid green;
|
|
border:1upx solid green;
|
|
|
- padding:6upx 10upx;
|
|
|
|
|
|
|
+ padding:7upx 8upx;
|
|
|
background-color: green;
|
|
background-color: green;
|
|
|
border-radius: 11upx;
|
|
border-radius: 11upx;
|
|
|
}
|
|
}
|
|
|
.cost-man{
|
|
.cost-man{
|
|
|
margin-left:30upx;
|
|
margin-left:30upx;
|
|
|
- font-size:22upx;
|
|
|
|
|
|
|
+ font-size:20upx;
|
|
|
display:inline-block;
|
|
display:inline-block;
|
|
|
color:white;
|
|
color:white;
|
|
|
border:1upx solid red;
|
|
border:1upx solid red;
|
|
|
- padding:6upx 10upx;
|
|
|
|
|
|
|
+ padding:7upx 8upx;
|
|
|
background-color: red;
|
|
background-color: red;
|
|
|
border-radius: 11upx;
|
|
border-radius: 11upx;
|
|
|
}
|
|
}
|
|
|
/* 零售标签:圆角+内边距与大客/成本一致,蓝底白字 */
|
|
/* 零售标签:圆角+内边距与大客/成本一致,蓝底白字 */
|
|
|
.ls-man{
|
|
.ls-man{
|
|
|
margin-left:30upx;
|
|
margin-left:30upx;
|
|
|
- font-size:22upx;
|
|
|
|
|
|
|
+ font-size:20upx;
|
|
|
display:inline-block;
|
|
display:inline-block;
|
|
|
color:white;
|
|
color:white;
|
|
|
border:1upx solid #6b9fec;
|
|
border:1upx solid #6b9fec;
|
|
|
background-color:#6b9fec;
|
|
background-color:#6b9fec;
|
|
|
- padding:6upx 10upx;
|
|
|
|
|
|
|
+ padding:7upx 8upx;
|
|
|
border-radius: 11upx;
|
|
border-radius: 11upx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|