Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui

master
paulGao 2021-12-23 21:20:52 +08:00
commit 649f983990
8 changed files with 27 additions and 13 deletions

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

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