Commit 456effee authored by GuanHua's avatar GuanHua

style: 修改主题颜色

parent 434c7962
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
} }
.goods_price { .goods_price {
color: var(--mall_main_color); color: #D32F2F;
line-height: 16px; line-height: 16px;
display: flex; display: flex;
font-weight: bold; font-weight: bold;
......
...@@ -39,8 +39,7 @@ ...@@ -39,8 +39,7 @@
&.active { &.active {
&>a { &>a {
color: #D32F2F; color: @mall_main_color;
// color: @mall_main_color;
} }
} }
} }
......
...@@ -124,7 +124,7 @@ const LXShopLayout: React.FC<LXMallLayoutPropsType> = (props) => { ...@@ -124,7 +124,7 @@ const LXShopLayout: React.FC<LXMallLayoutPropsType> = (props) => {
updateShopInfo: () => handleUpdate() updateShopInfo: () => handleUpdate()
}, },
); );
}) : <SearchShopResult search={shopInfo.memberName} /> : null }) : <SearchShopResult search={shopInfo ? shopInfo.memberName : ''} /> : null
} }
</div> </div>
<Footer /> <Footer />
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// 企业商城科技模板 // 企业商城科技模板
.theme-mall-science { .theme-mall-science {
font-size: 14px; font-size: 14px;
--mall_main_color: #D32F2F; --mall_main_color: #00B37A;
--mall_main_color_opacity_2: rgba(211, 47, 47, .2); --mall_main_color_opacity_2: rgba(211, 47, 47, .2);
--mall_sub_color: rgba(211, 47, 47, 0.1); --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