调整全局颜色,新增转让市场
This commit is contained in:
@@ -64,18 +64,17 @@
|
||||
line-height: 90rpx;
|
||||
color: $text-gray;
|
||||
@extend .nowrap;
|
||||
|
||||
&.show {
|
||||
position: relative;
|
||||
background: white;
|
||||
color: $text-price;
|
||||
color: $mian-color;
|
||||
font-weight: bold;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
height: 40rpx;
|
||||
width: 5rpx;
|
||||
background: $text-price;
|
||||
background: $mian-color;
|
||||
content: " ";
|
||||
left: 0;
|
||||
top: 20rpx;
|
||||
|
||||
Reference in New Issue
Block a user