buyer端 部分颜色优化以及部分间距优化

master
lemon橪 2021-12-23 19:02:29 +08:00
parent d762d18c7b
commit 4bb7bd4603
8 changed files with 27 additions and 13 deletions

View File

@ -10,7 +10,7 @@ $warning_color: #ff9900;
$error_color: #ed3f14; $error_color: #ed3f14;
$handle-btn-color: #438cde; $handle-btn-color: #438cde;
$theme_color: #ed3f14; $theme_color: #ff5c58;
$border_color: #dddee1; $border_color: #dddee1;
$title_color: #8c8c8c; $title_color: #8c8c8c;
@ -336,4 +336,4 @@ li {
margin:10px auto ; margin:10px auto ;
text-align: right; text-align: right;
width: 1200px; width: 1200px;
} }

View File

@ -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;

View File

@ -86,7 +86,7 @@
<img <img
width="1200" width="1200"
class="hover-pointer mb_20" class="hover-pointer mb_20"
@click="linkTo(element.options.url)" @click="linkTo(element.options.url)"
:src="element.options.img" :src="element.options.img"
alt="" alt=""
@ -134,6 +134,7 @@ export default {
.model-item { .model-item {
position: relative; position: relative;
margin-bottom: 10px;
} }
/** 热门广告 */ /** 热门广告 */

View File

@ -63,7 +63,7 @@ export default {
justify-content: center; justify-content: center;
width: 100%; width: 100%;
margin-bottom: 10px; margin-bottom: 10px;
background-color: rgb(218, 217, 217); background-color: #f3f5f7;
height: 60px; height: 60px;
align-items: center; align-items: center;
position: relative; position: relative;

View File

@ -342,7 +342,7 @@ export default {
font-weight: bold; font-weight: bold;
} }
.subTips { .subTips {
margin-left: 10px;
} }
.fontsize_48 { .fontsize_48 {
font-size: 48px; font-size: 48px;

View File

@ -150,6 +150,9 @@ export default {
} }
.goodsBuy { .goodsBuy {
margin-left: 80px; margin-left: 80px;
>*{
margin: 0 4px;
}
} }
.page-size{ .page-size{
text-align: right; text-align: right;

View File

@ -345,7 +345,7 @@ export default {
} }
.goods-list { .goods-list {
width: 500px; // width: 500px;
display: flex; display: flex;
margin-bottom: 10px; margin-bottom: 10px;

View File

@ -496,7 +496,7 @@ export default {
font-weight: bold; font-weight: bold;
} }
.subTips { .subTips {
margin-left: 10px;
} }
.account-btns { .account-btns {
margin: 10px 0; margin: 10px 0;