lsw преди 11 месеца
родител
ревизия
d179f02c52
променени са 4 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 1 1
      app/App.vue
  2. 3 0
      app/common/common.scss
  3. 1 1
      app/pages/index/index.vue
  4. 1 1
      app/pages/job/list.vue

+ 1 - 1
app/App.vue

@@ -30,7 +30,7 @@ button::after {
 /**挂载iconfont字体图标*/
 @font-face {
 	font-family: 'iconfont';
-	src: url('https://at.alicdn.com/t/c/font_4507607_sg0nr2l51v9.ttf?t=1718475643857') format('truetype');
+	src: url('https://at.alicdn.com/t/c/font_4507607_rz00kkgy6um.ttf?t=1718478851186') format('truetype');
 	/* src: url('~@/static/font/iconfont.ttf') format('truetype'); */
 }
 .icon {

+ 3 - 0
app/common/common.scss

@@ -224,6 +224,9 @@
 		padding-top: 5px;
 		width: 65px;
 		font-size: 15px;
+		.icon {
+			padding-right: 3px;
+		}
 	}
 }
 .item_job {

+ 1 - 1
app/pages/index/index.vue

@@ -6,7 +6,7 @@
 				<u-search placeholder="搜索工作" :disabled="true" bgColor="white" :showAction="false" @click="go('/pages/job/search')"></u-search>
 			</view>
 			<view class="address omit" @click="go('/pages/job/position/city')">
-				<text class="icon">&#xe62e;</text>
+				<text class="icon">&#xe64b;</text>
 				<text>{{ param.cityName || '南宁市' }}</text>
 			</view>
 		</view>

+ 1 - 1
app/pages/job/list.vue

@@ -6,7 +6,7 @@
 		<view class="tab">
 			<u-tabs :list="tab" @click="tabClick"></u-tabs>
 			<view class="city" @click="go('/pages/job/position/city')">
-				<text class="icon">&#xe62e;</text>
+				<text class="icon">&#xe64b;</text>
 				<text>{{ param.cityName || '南宁市' }}</text>
 			</view>
 			<view class="filters" @click="show = true">