zs 2 years ago
parent
commit
38ade32879
3 changed files with 51 additions and 52 deletions
  1. 47 47
      common/css/font-icon.css
  2. 2 2
      pagesHome/farming/index.vue
  3. 2 3
      pagesHome/order/detail.vue

+ 47 - 47
common/css/font-icon.css

@@ -1,133 +1,133 @@
 @font-face {
-	font-family: "iconfont";
-	/* Project id 3674157 */
-	/* Color fonts */
-	src:
-		url('https://at.alicdn.com/t/c/font_3674157_kaczdji3cy.woff2?t=1664413079904') format('woff2'),
-		url('https://at.alicdn.com/t/c/font_3674157_kaczdji3cy.woff?t=1664413079904') format('woff'),
-		url('https://at.alicdn.com/t/c/font_3674157_kaczdji3cy.ttf?t=1664413079904') format('truetype');
+  font-family: "iconfont"; /* Project id 3674157 */
+  /* Color fonts */
+  src: 
+       url('//at.alicdn.com/t/c/font_3674157_ray10a4m6vd.woff2?t=1664416888930') format('woff2'),
+       url('//at.alicdn.com/t/c/font_3674157_ray10a4m6vd.woff?t=1664416888930') format('woff'),
+       url('//at.alicdn.com/t/c/font_3674157_ray10a4m6vd.ttf?t=1664416888930') format('truetype');
 }
 
 .iconfont {
-	font-family: "iconfont" !important;
-	font-size: 16px;
-	font-style: normal;
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-yduishoucangkongxin:before {
+  content: "\e6ac";
+}
+
+.icon-yduishoucangshixin:before {
+  content: "\e6ad";
 }
 
 .icon-jiantouyou:before {
-	content: "\e62d";
+  content: "\e62d";
 }
 
 .icon-fenlei-copy:before {
-	content: "\e8bb";
+  content: "\e8bb";
 }
 
 .icon-shangpinfenlei-copy:before {
-	content: "\e8bc";
+  content: "\e8bc";
 }
 
 .icon-qiyejianjie-copy:before {
-	content: "\e8bd";
+  content: "\e8bd";
 }
 
 .icon-fenlei:before {
-	content: "\e605";
+  content: "\e605";
 }
 
 .icon-shangpinfenlei:before {
-	content: "\e62f";
+  content: "\e62f";
 }
 
 .icon-qiyejianjie:before {
-	content: "\e61d";
+  content: "\e61d";
 }
 
 .icon-gengduo:before {
-	content: "\e660";
-}
-
-.icon-kongxin:before {
-	content: "\e62e";
-}
-
-.icon-shixin:before {
-	content: "\e635";
+  content: "\e660";
 }
 
 .icon-shanchu:before {
-	content: "\e625";
+  content: "\e625";
 }
 
 .icon-dingweixiao:before {
-	content: "\e8ba";
+  content: "\e8ba";
 }
 
 .icon-shangdian-copy:before {
-	content: "\e8be";
+  content: "\e8be";
 }
 
 .icon-shangdian:before {
-	content: "\e67a";
+  content: "\e67a";
 }
 
 .icon-shangjiantou:before {
-	content: "\e603";
+  content: "\e603";
 }
 
 .icon-xiajiantou:before {
-	content: "\e604";
+  content: "\e604";
 }
 
 .icon-shangjiantou-copy:before {
-	content: "\e714";
+  content: "\e714";
 }
 
 .icon-xiajiantou-copy:before {
-	content: "\e715";
+  content: "\e715";
 }
 
 .icon-del-copy:before {
-	content: "\e716";
+  content: "\e716";
 }
 
 .icon-del:before {
-	content: "\e616";
+  content: "\e616";
 }
 
 .icon-fanhuidingbu:before {
-	content: "\e713";
+  content: "\e713";
 }
 
 .icon-gouwuche:before {
-	content: "\e628";
+  content: "\e628";
 }
 
 .icon-dayufuhao:before {
-	content: "\e62b";
+  content: "\e62b";
 }
 
 .icon-daifahuo:before {
-	content: "\e600";
+  content: "\e600";
 }
 
 .icon-daifukuan:before {
-	content: "\e601";
+  content: "\e601";
 }
 
 .icon-shouhoufuwuicon:before {
-	content: "\e633";
+  content: "\e633";
 }
 
 .icon-geren2:before {
-	content: "\e6bc";
+  content: "\e6bc";
 }
 
 .icon-daishouhuo:before {
-	content: "\e612";
+  content: "\e612";
 }
 
 .icon-daipinglun:before {
-	content: "\e602";
+  content: "\e602";
 }
+

+ 2 - 2
pagesHome/farming/index.vue

@@ -60,8 +60,8 @@
 						</view>
 					</view>
 					<view class="collect">
-						<text v-if="!collection" @click="toCollect" class="iconfont icon-kongxin"></text>
-						<text v-else @click="toCollect" class="iconfont icon-shixin"></text>
+						<text v-if="!collection" @click="toCollect" class="iconfont icon-yduishoucangkongxin"></text>
+						<text v-else @click="toCollect" class="iconfont icon-yduishoucangshixin"></text>
 					</view>
 				</view>
 			</view>

+ 2 - 3
pagesHome/order/detail.vue

@@ -74,8 +74,8 @@
 			</view>
 		</view>
 		<view class="collect">
-			<text v-if="!collection" @click="toCollect" class="iconfont icon-kongxin"></text>
-			<text v-else @click="toCollect" class="iconfont icon-shixin"></text>
+			<text v-if="!collection" @click="toCollect" class="iconfont icon-yduishoucangkongxin"></text>
+			<text v-else @click="toCollect" class="iconfont icon-yduishoucangshixin"></text>
 		</view>
 		<view class="menu">
 			<text @click="toMenu" class="iconfont icon-gengduo"></text>
@@ -515,7 +515,6 @@
 		position: fixed;
 		top: 4vw;
 		right: 5vw;
-
 		text {
 			font-size: 30px;
 			background-color: #0000005f;