diff --git a/common/styles/iconfont.css b/common/styles/iconfont.css
index 1d70412..089002b 100644
--- a/common/styles/iconfont.css
+++ b/common/styles/iconfont.css
@@ -1,11 +1,11 @@
@font-face {
- font-family: "lf-iconfont"; /* Project id 2651793 */
- src: url('//at.alicdn.com/t/font_2651793_09yxtzk2asib.woff2?t=1627553466179') format('woff2'),
- url('//at.alicdn.com/t/font_2651793_09yxtzk2asib.woff?t=1627553466179') format('woff'),
- url('//at.alicdn.com/t/font_2651793_09yxtzk2asib.ttf?t=1627553466179') format('truetype');
+ font-family: "lf-iconfont"; /* Project id 2779107 */
+ src: url('//at.alicdn.com/t/font_2779107_i410qmxy80m.woff2?t=1630489955128') format('woff2'),
+ url('//at.alicdn.com/t/font_2779107_i410qmxy80m.woff?t=1630489955128') format('woff'),
+ url('//at.alicdn.com/t/font_2779107_i410qmxy80m.ttf?t=1630489955128') format('truetype');
}
-.lf-iconfont {
+.iconfont {
font-family: "lf-iconfont" !important;
font-size: 16px;
font-style: normal;
@@ -13,34 +13,26 @@
-moz-osx-font-smoothing: grayscale;
}
-.lf-icon-cuo:before {
- content: "\e600";
+.icon-xiangyou:before {
+ content: "\e6af";
}
-.lf-icon-xiangyou:before {
- content: "\e6d8";
+.icon-zhankaishangxia:before {
+ content: "\e7b1";
}
-.lf-icon-dui:before {
- content: "\e64d";
+.icon-fabu:before {
+ content: "\e62f";
}
-.lf-icon-jia:before {
- content: "\e606";
+.icon-shoucang:before {
+ content: "\e61a";
}
-.lf-icon-dui1:before {
- content: "\e609";
+.icon-fenxiang:before {
+ content: "\e612";
}
-.lf-icon-weixin:before {
+.icon-sousuo:before {
content: "\e61c";
}
-
-.lf-icon-cuowu:before {
- content: "\e60c";
-}
-
-.lf-icon-tongzhi:before {
- content: "\e60d";
-}
diff --git a/common/styles/theme.css b/common/styles/theme.css
index cd95db8..77e08c4 100644
--- a/common/styles/theme.css
+++ b/common/styles/theme.css
@@ -80,6 +80,10 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo
color: #222222 !important;
}
+.lf-color-777 {
+ color: #777777 !important;
+}
+
.lf-bg-black {
background: #222222 !important;
}
diff --git a/components/lf-price/lf-price.vue b/components/lf-price/lf-price.vue
index 43050c3..f4816d8 100644
--- a/components/lf-price/lf-price.vue
+++ b/components/lf-price/lf-price.vue
@@ -5,7 +5,7 @@
.{{ showPrice(2) }}
- {{ showPrice() }}
+ {{ showPrice() }} 起
diff --git a/pages/shop/shopdetail.vue b/pages/shop/shopdetail.vue
index 2608be2..cbf8264 100644
--- a/pages/shop/shopdetail.vue
+++ b/pages/shop/shopdetail.vue
@@ -15,16 +15,16 @@
-
-
- 客服
+
+
+ 客服
-
-
+
+
收藏
-
-
+
+
分享
@@ -37,7 +37,7 @@
在售商品
- 查看全部
+ 查看全部
@@ -67,7 +67,7 @@
-
+
@@ -458,9 +458,10 @@
margin-right: 15rpx;
}
.shop-function {
- width: 60rpx;
- height: 60rpx;
+ width: 80rpx;
+ height: 80rpx;
border-radius: 50%;
+ font-size: 40rpx;
}
.function-total {
display: flex;
@@ -495,10 +496,14 @@
font-size: 28rpx!important;
}
- /deep/.special_tab .u-tab-item:nth-child(4n) {
- font-size: 48rpx!important;
- color: red;
- }
+
+ //价格筛选伪类
+ // /deep/.special_tab .u-tab-item:nth-child(4n) ::after{
+ // font-size: 48rpx!important;
+ // content: '';
+
+ // color: red;
+ // }
// loading加载
.loading-more {