feat: 圆角50%替换全局变量|颜色#999替换全局变量

This commit is contained in:
duanshuwen
2025-10-06 17:25:28 +08:00
parent 6f477f3513
commit dad5c4cc5e
12 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
top: -12rpx;
left: 24rpx;
font-size: 20rpx;
color: #999999;
color: $uni-text-color-grey;
background-color: $uni-bg-color;
padding: 0 8rpx;
z-index: 1;

View File

@@ -93,7 +93,7 @@
.price-desc {
font-size: $uni-font-size-base;
color: #999;
color: $uni-text-color-grey;
font-weight: 400;
margin-left: 12px;
}
@@ -129,7 +129,7 @@
}
.service-value {
color: #999;
color: $uni-text-color-grey;
}
}
}