feat: 圆角50%替换全局变量|颜色#999替换全局变量
This commit is contained in:
@@ -80,7 +80,7 @@ $font-size-label: 10px;
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
border-radius: $uni-border-radius-circle;
|
||||
transition: background-color 0.2s;
|
||||
|
||||
&:active {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 8px;
|
||||
border-radius: 50%;
|
||||
border-radius: $uni-border-radius-circle;
|
||||
background-color: #ffa500;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
.order-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
border-radius: $uni-border-radius-circle;
|
||||
background-color: #ffa500;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
.status-canceled {
|
||||
color: #999;
|
||||
color: $uni-text-color-grey;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
.sum-value {
|
||||
font-size: $uni-font-size-base;
|
||||
color: #999;
|
||||
color: $uni-text-color-grey;
|
||||
}
|
||||
|
||||
.sum-discount {
|
||||
|
||||
Reference in New Issue
Block a user