Commit 456effee authored by GuanHua's avatar GuanHua

style: 修改主题颜色

parent 434c7962
......@@ -178,7 +178,7 @@
}
.goods_price {
color: var(--mall_main_color);
color: #D32F2F;
line-height: 16px;
display: flex;
font-weight: bold;
......
......@@ -39,8 +39,7 @@
&.active {
&>a {
color: #D32F2F;
// color: @mall_main_color;
color: @mall_main_color;
}
}
}
......
......@@ -124,7 +124,7 @@ const LXShopLayout: React.FC<LXMallLayoutPropsType> = (props) => {
updateShopInfo: () => handleUpdate()
},
);
}) : <SearchShopResult search={shopInfo.memberName} /> : null
}) : <SearchShopResult search={shopInfo ? shopInfo.memberName : ''} /> : null
}
</div>
<Footer />
......
......@@ -2,7 +2,7 @@
// 企业商城科技模板
.theme-mall-science {
font-size: 14px;
--mall_main_color: #D32F2F;
--mall_main_color: #00B37A;
--mall_main_color_opacity_2: rgba(211, 47, 47, .2);
--mall_sub_color: rgba(211, 47, 47, 0.1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment