diff --git a/buyer/src/assets/styles/global.scss b/buyer/src/assets/styles/global.scss index 5d0a7a01..18a358d8 100644 --- a/buyer/src/assets/styles/global.scss +++ b/buyer/src/assets/styles/global.scss @@ -10,7 +10,7 @@ $warning_color: #ff9900; $error_color: #ed3f14; $handle-btn-color: #438cde; -$theme_color: #ed3f14; +$theme_color: #ff5c58; $border_color: #dddee1; $title_color: #8c8c8c; @@ -336,4 +336,4 @@ li { margin:10px auto ; text-align: right; width: 1200px; - } \ No newline at end of file + } diff --git a/buyer/src/assets/styles/theme.less b/buyer/src/assets/styles/theme.less index 87580056..bcc46c6a 100644 --- a/buyer/src/assets/styles/theme.less +++ b/buyer/src/assets/styles/theme.less @@ -1,9 +1,19 @@ -@import '~view-design/src/styles/index.less'; +@import "~view-design/src/styles/index.less"; +// iview 自定义样式 -@primary-color: #ed3f14; +@primary-color: #ff5c58; +@info-color: #fa6419; +@success-color: #68cabe; +@error-color: #ff3c2a; +@table-thead-bg: #f8f8f9; +@table-td-stripe-bg: #f8f8f9; +@table-td-hover-bg: #ededed; +@table-td-highlight-bg: #ededed; +@font-size-base: 12px; +.ivu-drawer, +.drawer, +.ivu-drawer-wrap { + z-index: 2600 !important; +} -@table-thead-bg : #f8f8f9; -@table-td-stripe-bg : #f8f8f9; -@table-td-hover-bg : #ededed; -@table-td-highlight-bg : #ededed; \ No newline at end of file diff --git a/buyer/src/components/indexDecorate/ModelFormItem.vue b/buyer/src/components/indexDecorate/ModelFormItem.vue index 4d948c53..860404d7 100644 --- a/buyer/src/components/indexDecorate/ModelFormItem.vue +++ b/buyer/src/components/indexDecorate/ModelFormItem.vue @@ -86,7 +86,7 @@ *{ + margin: 0 4px; + } } .page-size{ text-align: right; diff --git a/buyer/src/pages/home/orderCenter/AfterSale.vue b/buyer/src/pages/home/orderCenter/AfterSale.vue index a0f82e17..ee02053f 100644 --- a/buyer/src/pages/home/orderCenter/AfterSale.vue +++ b/buyer/src/pages/home/orderCenter/AfterSale.vue @@ -345,7 +345,7 @@ export default { } .goods-list { - width: 500px; + // width: 500px; display: flex; margin-bottom: 10px; diff --git a/buyer/src/pages/home/userCenter/MoneyManagement.vue b/buyer/src/pages/home/userCenter/MoneyManagement.vue index 618432e0..5075fbb6 100644 --- a/buyer/src/pages/home/userCenter/MoneyManagement.vue +++ b/buyer/src/pages/home/userCenter/MoneyManagement.vue @@ -496,7 +496,7 @@ export default { font-weight: bold; } .subTips { - + margin-left: 10px; } .account-btns { margin: 10px 0;