feat: 新增楼层装修 更改部分买家端UI

This commit is contained in:
Yer
2023-07-06 17:21:38 +08:00
58 changed files with 4459 additions and 583 deletions

View File

@@ -128,7 +128,7 @@ li {
$success_color: #68cabe;
$warning_color: #fa6419;
$error_color: #ff3c2a;
$theme_color: #FF5C58;
$theme_color: #F31947;
.theme_color {
color: $theme_color !important;
}

View File

@@ -1,8 +1,8 @@
@import "~view-design/src/styles/index.less";
// iview 自定义样式
@primary-color: #ff5c58;
@info-color: #fa6419;
@primary-color: #F31947;
@info-color: #fa6419;
@success-color: #68cabe;
@error-color: #ff3c2a;
@table-thead-bg: #f8f8f9;