buyer端 部分颜色优化以及部分间距优化
parent
d762d18c7b
commit
4bb7bd4603
|
@ -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;
|
||||||
|
|
|
@ -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;
|
|
|
@ -134,6 +134,7 @@ export default {
|
||||||
|
|
||||||
.model-item {
|
.model-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 热门广告 */
|
/** 热门广告 */
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -345,7 +345,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.goods-list {
|
.goods-list {
|
||||||
width: 500px;
|
// width: 500px;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue