Browse Source

Merge branch 'master' of http://git.dashitech.com/seimin/zy-wechat

maotao 6 months ago
parent
commit
3ddec74185
67 changed files with 1480 additions and 2418 deletions
  1. 16 17
      App.vue
  2. 1 1
      components/bigScreen/bigScreen.vue
  3. 4 4
      components/inspectRemoveModel/inspectRemoveModel.vue
  4. 2 2
      components/showCertificat/showCertificat.vue
  5. 7 7
      components/showModel/showModel.vue
  6. 34 34
      components/specimenListItem/specimenListItem.vue
  7. 2 2
      pages/bloodSelect/bloodSelect.vue
  8. 2 2
      pages/blood_list/blood_list.vue
  9. 4 4
      pages/formManagementBuilding/formManagementBuilding.vue
  10. 4 4
      pages/formManagementDept/formManagementDept.vue
  11. 4 4
      pages/formManagementWechat/formManagementWechat.vue
  12. 8 8
      pages/inspectList/inspectList.vue
  13. 7 7
      pages/medicalWaste/medicalWasteBind/medicalWasteBind.vue
  14. 4 4
      pages/medicalWaste/medicalWasteBindCheck/medicalWasteBindCheck.vue
  15. 3 3
      pages/medicalWaste/medicalWasteSignIn/medicalWasteSignIn.vue
  16. 7 7
      pages/my_list/my_list.vue
  17. 12 12
      pages/newBlood/endOrderSignBlood/endOrderSignBlood.vue
  18. 1 1
      pages/newBlood/startOrderSignBlood/startOrderSignBlood.vue
  19. 1 1
      pages/outpatient/outpatientEndComplete/outpatientEndComplete.vue
  20. 2 2
      pages/outpatient/outpatientEndSignIn/outpatientEndSignIn.vue
  21. 1 1
      pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess.vue
  22. 1 1
      pages/outpatient/outpatientStartSignIn/outpatientStartSignIn.vue
  23. 7 7
      pages/patientInformationList/patientInformationList.vue
  24. 1 1
      pages/pharmacy/pharmacy.vue
  25. 2 2
      pages/promptPage/promptPage.vue
  26. 1 1
      pages/quickOrderAcceptanceWx/quickOrderAcceptanceWx.vue
  27. 3 3
      pages/quiltWashing/quiltWashingException/quiltWashingException.vue
  28. 1 1
      pages/quiltWashing/quiltWashingGetEndCheck/quiltWashingGetEndCheck.vue
  29. 1 1
      pages/quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn.vue
  30. 1 1
      pages/quiltWashing/quiltWashingSendSignIn/quiltWashingSendSignIn.vue
  31. 6 6
      pages/receipt_infopage/receipt_infopage.vue
  32. 22 22
      pages/result_error/result_error.vue
  33. 2 2
      pages/scanning/scanning.vue
  34. 2 2
      pages/scanning_B/scanning_B.vue
  35. 7 7
      pages/scanning_Result/scanning_Result.vue
  36. 8 8
      pages/scanning_all/scanning_all.vue
  37. 1 1
      pages/scanning_big_Result/scanning_big_Result.vue
  38. 7 7
      pages/scanning_blood/scanning_blood.vue
  39. 7 7
      pages/scanning_blood_process/scanning_blood_process.vue
  40. 6 6
      pages/scanning_code/scanning_code.vue
  41. 4 4
      pages/scanning_djEnd/scanning_djEnd.vue
  42. 7 7
      pages/scanning_djInfo/scanning_djInfo.vue
  43. 5 5
      pages/scanning_ins/scanning_ins.vue
  44. 2 2
      pages/scanning_insEnd/scanning_insEnd.vue
  45. 4 4
      pages/scanning_orderSign/scanning_orderSign.vue
  46. 24 24
      pages/scanning_result_seimin/scanning_result_seimin.vue
  47. 1 1
      pages/settingCode/settingCode.vue
  48. 6 6
      pages/signIn_blood/signIn_blood.vue
  49. 1 1
      pages/specimenCheckingDetail/specimenCheckingDetail.vue
  50. 4 4
      pages/specimenHandoverNew/specimenHandoverNew.vue
  51. 2 2
      pages/specimenOrderComplete/specimenOrderComplete.vue
  52. 865 705
      static/font/demo_index.html
  53. 181 154
      static/font/iconfont.css
  54. 1 1
      static/font/iconfont.js
  55. 161 112
      static/font/iconfont.json
  56. 0 217
      static/font/iconfont.svg
  57. BIN
      static/font/iconfont.ttf
  58. BIN
      static/font/iconfont.woff
  59. BIN
      static/font/iconfont.woff2
  60. 0 539
      static/newIcon/demo.css
  61. 0 326
      static/newIcon/demo_index.html
  62. 0 39
      static/newIcon/iconfont.css
  63. 0 1
      static/newIcon/iconfont.js
  64. 0 51
      static/newIcon/iconfont.json
  65. BIN
      static/newIcon/iconfont.ttf
  66. BIN
      static/newIcon/iconfont.woff
  67. BIN
      static/newIcon/iconfont.woff2

+ 16 - 17
App.vue

@@ -6,8 +6,8 @@
6 6
       var info = plus.push.getClientInfo();
7 7
       console.log(JSON.stringify(info));
8 8
       uni.setStorageSync('clientid', info.clientid); //记住cid
9
-      //收到透传消息  
10
-      //只有APP在线时,才会触发receive事件,透传消息不会触发系统消息,需要创建本地消息  
9
+      //收到透传消息
10
+      //只有APP在线时,才会触发receive事件,透传消息不会触发系统消息,需要创建本地消息
11 11
       plus.push.addEventListener("receive", function(msg) {
12 12
         console.log("(receive):" + JSON.stringify(msg));
13 13
         // 播报 start
@@ -15,20 +15,20 @@
15 15
         // innerAudioContext.autoplay = true;
16 16
         // innerAudioContext.src = 'http://fanyi.baidu.com/gettts?lan=zh&text=' + msg.content + '&spd=5&source=web';
17 17
         // 播报 end
18
-        // if (app.isIOS()) { //如果是IOS  
18
+        // if (app.isIOS()) { //如果是IOS
19 19
         //   var payload = msg.payload;
20
-        //   //【APP离线】收到消息,但没有提醒(发生在一次收到多个离线消息时,只有一个有提醒,但其他的没有提醒)  
21
-        //   //【APP在线】收到消息,不会触发系统消息,需要创建本地消息,但不能重复创建。必须加msg.type验证去除死循环                
20
+        //   //【APP离线】收到消息,但没有提醒(发生在一次收到多个离线消息时,只有一个有提醒,但其他的没有提醒)
21
+        //   //【APP在线】收到消息,不会触发系统消息,需要创建本地消息,但不能重复创建。必须加msg.type验证去除死循环
22 22
         //   if (msg.aps == null && msg.type == "receive") {
23 23
         //     var messageTitle = payload.messageTitle;
24 24
         //     var messageContent = payload.messageContent;
25
-        //     //创建本地消息,发送的本地消息也会被receive方法接收到,但没有type属性,且aps是null  
25
+        //     //创建本地消息,发送的本地消息也会被receive方法接收到,但没有type属性,且aps是null
26 26
         //     plus.push.createMessage(messageContent, JSON.stringify(payload), {
27 27
         //       title: messageTitle
28 28
         //     });
29 29
         //   }
30 30
         // }
31
-        // if (app.isAndroid()) { //如果是Android,当APP在线时,收到透传消息不会进入系统消息,需要发送本地提醒。 
31
+        // if (app.isAndroid()) { //如果是Android,当APP在线时,收到透传消息不会进入系统消息,需要发送本地提醒。
32 32
         //   var payload = JSON.parse(msg.payload);
33 33
         //   var messageTitle = payload.messageTitle;
34 34
         //   var messageContent = payload.messageContent;
@@ -38,16 +38,16 @@
38 38
         // }
39 39
       }, false);
40 40
 
41
-      //消息点击事件  
42
-      //【APP在线】,收到透传消息通过,不会提醒至通知栏目,需要发送本地消息,再进行点击触发的点击事件。  
43
-      //【APP离线】,收到离线透传消息,必须通过Java后台的Intent字符串携带payload,且符合格式才能触发click事件,格式不符合不会触发。  
41
+      //消息点击事件
42
+      //【APP在线】,收到透传消息通过,不会提醒至通知栏目,需要发送本地消息,再进行点击触发的点击事件。
43
+      //【APP离线】,收到离线透传消息,必须通过Java后台的Intent字符串携带payload,且符合格式才能触发click事件,格式不符合不会触发。
44 44
       plus.push.addEventListener("click", function(msg) {
45 45
         console.log("(click):" + JSON.stringify(msg));
46
-        // if (app.isIOS()) { //如果是IOS  
46
+        // if (app.isIOS()) { //如果是IOS
47 47
         //   var payload;
48
-        //   if (msg.type == "click") { //APP离线点击包含click属性,这时payload是JSON对象  
48
+        //   if (msg.type == "click") { //APP离线点击包含click属性,这时payload是JSON对象
49 49
         //     payload = msg.payload;
50
-        //   } else { //APP在线,收到消息不会包含type属性,这时的payload是JSON字符串,需要转为JSON对象  
50
+        //   } else { //APP在线,收到消息不会包含type属性,这时的payload是JSON字符串,需要转为JSON对象
51 51
         //     payload = JSON.parse(msg.payload);
52 52
         //   }
53 53
         //   if (payload != null || payload != undefined) {
@@ -55,7 +55,7 @@
55 55
         //     messageClick(messageType, payload);
56 56
         //   }
57 57
         // }
58
-        // if (app.isAndroid()) { //如果是Android,收到playload均是是JSON字符串,需要转为JSON对象  
58
+        // if (app.isAndroid()) { //如果是Android,收到playload均是是JSON字符串,需要转为JSON对象
59 59
         //   var payload = JSON.parse(msg.payload);
60 60
         //   if (payload != null || payload != undefined) {
61 61
         //     var messageType = payload.messageType;
@@ -83,7 +83,6 @@
83 83
 
84 84
 <style>
85 85
   @import url("./static/font/iconfont.css");
86
-  @import url("@/static/newIcon/iconfont.css");
87 86
   @import url("/node_modules/spinkit/spinkit.css");
88 87
 
89 88
   /*每个页面公共css */
@@ -142,11 +141,11 @@
142 141
   .f30 {
143 142
     font-size: 30rpx !important;
144 143
   }
145
-  
144
+
146 145
   .mt8{
147 146
     margin-top: 16rpx !important;
148 147
   }
149
-	
148
+
150 149
 	.check{
151 150
 		border-color:#49b856 !important;
152 151
 	}

+ 1 - 1
components/bigScreen/bigScreen.vue

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <view class="toolbar" @click="Scanning()" hover-class="seimin-btn-hover">
3
-    <text class="toolbar-icon icon_transport transport-saoma"></text>
3
+    <text class="toolbar-icon newicon newicon-saoma"></text>
4 4
     <text class="toolbar-sao">扫一扫</text>
5 5
     <!-- 填写交接人工号弹窗 -->
6 6
     <selectAccount @click.stop.native v-if="hosModels.disjunctor" :disjunctor="hosModels.disjunctor" @ok="hosOk"

+ 4 - 4
components/inspectRemoveModel/inspectRemoveModel.vue

@@ -5,11 +5,11 @@
5 5
 				{{ title }}
6 6
 			</view>
7 7
 			<view class="changeHospital__article">
8
-				<text v-if="icon" class="changeHospital__icon icon_transport" :class="[
8
+				<text v-if="icon" class="changeHospital__icon newicon" :class="[
9 9
 				    'changeHospital__icon--' + icon,
10
-				    { 'transport-duigou': icon === 'success' },
11
-				    { 'transport-shibai': icon === 'error' },
12
-				    { 'transport-wenhao': icon === 'warn' },
10
+				    { 'newicon-duigou': icon === 'success' },
11
+				    { 'newicon-shibai': icon === 'error' },
12
+				    { 'newicon-wenhao': icon === 'warn' },
13 13
 				  ]"></text>
14 14
 				<view v-if="content" class="changeHospital__content" v-html="content"></view>
15 15
 				<view class="uni-list-cell" v-show="remove">

+ 2 - 2
components/showCertificat/showCertificat.vue

@@ -7,7 +7,7 @@
7 7
       <view class="showModel__article">
8 8
         <view class="showModel__content">
9 9
           <view class="leftIcon" @click="toLeft">
10
-            <view class="icon_transport transport-xiala1" :class="{ disable: current === 0 }"></view>
10
+            <view class="newicon newicon-xiala1" :class="{ disable: current === 0 }"></view>
11 11
           </view>
12 12
           <swiper class="swiper" :current="current" @change="changeCurrent">
13 13
             <swiper-item v-for="(qrCode, index) in qrCodes" :key="index">
@@ -15,7 +15,7 @@
15 15
             </swiper-item>
16 16
           </swiper>
17 17
           <view class="rightIcon" @click="toRight">
18
-            <view class="icon_transport transport-xiala1" :class="{ disable: current === qrCodes.length - 1 }"></view>
18
+            <view class="newicon newicon-xiala1" :class="{ disable: current === qrCodes.length - 1 }"></view>
19 19
           </view>
20 20
         </view>
21 21
       </view>

+ 7 - 7
components/showModel/showModel.vue

@@ -8,12 +8,12 @@
8 8
       <view class="showModel__article" :class="{ p0: textareaFlag, p1: radioInspectionDistanceItem.length, p2: childrenDeptList.length || busyContentList.length }">
9 9
         <text
10 10
           v-if="icon"
11
-          class="showModel__icon icon_transport"
11
+          class="showModel__icon newicon"
12 12
           :class="[
13 13
             'showModel__icon--' + icon,
14
-            { 'transport-duigou': icon === 'success' },
15
-            { 'transport-shibai': icon === 'error' },
16
-            { 'transport-wenhao': icon === 'warn' },
14
+            { 'newicon-duigou': icon === 'success' },
15
+            { 'newicon-shibai': icon === 'error' },
16
+            { 'newicon-wenhao': icon === 'warn' },
17 17
           ]"
18 18
         ></text>
19 19
         <view v-if="content" class="showModel__content" @click="tel()" v-html="content"></view>
@@ -283,15 +283,15 @@ export default {
283 283
       &.p0 {
284 284
         padding: 0;
285 285
       }
286
-      
286
+
287 287
       &.p1 {
288 288
         text-align: left;
289 289
       }
290
-      
290
+
291 291
       &.p2 {
292 292
         text-align: center;
293 293
       }
294
-      
294
+
295 295
       .childrenDeptList, .busyContentList{
296 296
         width: 100%;
297 297
         max-height: 50vh;

+ 34 - 34
components/specimenListItem/specimenListItem.vue

@@ -28,7 +28,7 @@
28 28
           <view class="text_big">{{
29 29
             item.sickRoom ? item.sickRoom.dept : "无"
30 30
           }}</view>
31
-          <text style="width: 4em;text-align: center;" class="icon_transport transport-arrow-right-full"></text>
31
+          <text style="width: 4em;text-align: center;" class="newicon newicon-arrow-right-full"></text>
32 32
           <view class="text_big">{{
33 33
             item.checkDept ? item.checkDept.dept : "无"
34 34
           }}</view>
@@ -64,7 +64,7 @@
64 64
     position: relative;
65 65
     overflow: hidden;
66 66
     padding: 0 16rpx;
67
-  
67
+
68 68
     .L {
69 69
       width: 40rpx;
70 70
       height: 40rpx;
@@ -75,7 +75,7 @@
75 75
       top: 68rpx;
76 76
       border: 2rpx solid #e5e9ed;
77 77
     }
78
-  
78
+
79 79
     .R {
80 80
       width: 40rpx;
81 81
       height: 40rpx;
@@ -87,7 +87,7 @@
87 87
       top: 68rpx;
88 88
       border: 2rpx solid #e5e9ed;
89 89
     }
90
-  
90
+
91 91
     .starting {
92 92
       width: 50rpx;
93 93
       height: 50rpx;
@@ -100,7 +100,7 @@
100 100
       font-size: 32rpx;
101 101
       margin-right: 6rpx;
102 102
     }
103
-  
103
+
104 104
     .End {
105 105
       width: 50rpx;
106 106
       height: 50rpx;
@@ -113,18 +113,18 @@
113 113
       font-size: 32rpx;
114 114
       margin-right: 6rpx;
115 115
     }
116
-  
116
+
117 117
     .page_item_top {
118 118
       height: 88rpx;
119 119
       border-bottom: 2rpx dashed #e5e9ed;
120 120
       padding: 0 16rpx;
121
-  
121
+
122 122
       .page_item_top-inner {
123 123
         display: flex;
124 124
         justify-content: space-between;
125 125
         align-items: center;
126 126
         height: 100%;
127
-  
127
+
128 128
         .page_item_top_L {
129 129
           .serialNumber{
130 130
             width: 50rpx;
@@ -142,15 +142,15 @@
142 142
             background: #ff3b53 !important;
143 143
             width: 124rpx !important;
144 144
           }
145
-  
145
+
146 146
           .emergency {
147 147
             background: #ff3b53 !important;
148 148
           }
149
-  
149
+
150 150
           .emergency1 {
151 151
             background: #49b856 !important;
152 152
           }
153
-  
153
+
154 154
           .page_item_cont_start {
155 155
             text-align: center;
156 156
             height: 44rpx;
@@ -161,12 +161,12 @@
161 161
             color: #fff;
162 162
             display: inline-block;
163 163
           }
164
-  
164
+
165 165
           .L_time {
166 166
             color: #6cc076;
167 167
             font-size: 32rpx;
168 168
           }
169
-  
169
+
170 170
           .L_text {
171 171
             font-size: 32rpx;
172 172
             font-weight: 700;
@@ -174,14 +174,14 @@
174 174
             align-items: center;
175 175
           }
176 176
         }
177
-  
177
+
178 178
         .page_item_top_R {
179 179
           font-size: 32rpx;
180
-  
180
+
181 181
           .back {
182 182
             background-color: #49b856;
183 183
           }
184
-  
184
+
185 185
           .L_iocn {
186 186
             color: rgb(7, 134, 60);
187 187
             font-size: 36rpx;
@@ -190,13 +190,13 @@
190 190
         }
191 191
       }
192 192
     }
193
-  
193
+
194 194
     .page_item_cont {
195 195
       min-height: 90rpx;
196 196
       padding: 0 16rpx;
197 197
       text-align: left;
198 198
       position: relative;
199
-  
199
+
200 200
       .text_big {
201 201
         font-size: 32rpx;
202 202
         font-weight: 700;
@@ -204,18 +204,18 @@
204 204
         text-align: right;
205 205
         word-break: break-all;
206 206
         line-height: 1.25;
207
-  
207
+
208 208
         p {
209 209
           font-weight: 700;
210 210
           line-height: 1.5;
211 211
         }
212 212
       }
213
-  
213
+
214 214
       .page_item_cont_T {
215 215
         padding-top: 28rpx;
216 216
         padding-bottom: 28rpx;
217 217
         font-size: 28rpx;
218
-  
218
+
219 219
         .page_item_cont_title {
220 220
           height: 100%;
221 221
           font-size: 32rpx;
@@ -224,17 +224,17 @@
224 224
           align-items: center;
225 225
         }
226 226
       }
227
-  
227
+
228 228
       .page_item_cont_B {
229 229
         padding-top: 28rpx;
230 230
         margin-bottom: 28rpx;
231
-  
231
+
232 232
         .page_item_cont_title {
233 233
           font-size: 32rpx;
234 234
           display: flex;
235 235
           justify-content: space-between;
236 236
         }
237
-  
237
+
238 238
         .page_item_cont_title1 {
239 239
           height: 60rpx;
240 240
           line-height: 60rpx;
@@ -243,50 +243,50 @@
243 243
         }
244 244
       }
245 245
     }
246
-  
246
+
247 247
     .page_item_foot {
248 248
       border-top: 2rpx dashed #e5e9ed;
249 249
       border-bottom: 2rpx dashed #e5e9ed;
250 250
       padding: 28rpx 16rpx;
251 251
       text-align: left;
252
-  
252
+
253 253
       .page_item_foot_text {
254 254
         font-size: 32rpx;
255 255
         margin-bottom: 20rpx;
256
-  
256
+
257 257
         .text1 {
258 258
           color: rgb(102, 102, 102);
259 259
         }
260
-  
260
+
261 261
         .text2 {
262 262
           float: right;
263 263
           font-weight: 700;
264 264
         }
265 265
       }
266 266
     }
267
-  
267
+
268 268
     #infos {
269 269
       display: none;
270 270
     }
271
-  
271
+
272 272
     .page_item_infos {
273 273
       padding-bottom: 20rpx;
274 274
       border-bottom: 2rpx dashed #e5e9ed;
275
-  
275
+
276 276
       .page_item_info2 {
277 277
         text-align: left;
278 278
         line-height: 60rpx;
279 279
         font-size: 32rpx;
280 280
         padding-left: 16rpx;
281
-  
281
+
282 282
         .page_item_foot_text {
283 283
           font-size: 32rpx;
284 284
           margin-bottom: 20rpx;
285
-  
285
+
286 286
           .text1 {
287 287
             color: rgb(102, 102, 102);
288 288
           }
289
-  
289
+
290 290
           .text2 {
291 291
             float: right;
292 292
             font-weight: 700;

+ 2 - 2
pages/bloodSelect/bloodSelect.vue

@@ -95,7 +95,7 @@
95 95
                 });
96 96
               }
97 97
             } else if (ress.state == 200 && ress.data.state == 400 && ress.data.orderState != 5) {
98
-              
98
+
99 99
               if(this.options.isInput == 1){
100 100
                 uni.redirectTo({
101 101
                   url: `../scanning_blood_process/scanning_blood_process?orderId=${this.options.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.data))}&status=400&scanOrHand=${this.options.scanOrHand}&qrcode=${this.options.qrcode}&isInput=1`,
@@ -264,7 +264,7 @@
264 264
     height: 100%;
265 265
     position: relative;
266 266
 
267
-    .icon_transport {
267
+    .newicon {
268 268
       color: #49b856;
269 269
       font-size: 50rpx;
270 270
 

+ 2 - 2
pages/blood_list/blood_list.vue

@@ -18,7 +18,7 @@
18 18
             <view class="page_item_cont_T">
19 19
               <view class="page_item_cont_title">
20 20
                 <view class="text_big"><text v-if="bloodDTO.printDate">{{bloodDTO.printDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
21
-                <text style="width: 4em;text-align: center;" class="icon_transport transport-arrow-right-full"></text>
21
+                <text style="width: 4em;text-align: center;" class="newicon newicon-arrow-right-full"></text>
22 22
                 <view class="text_big"><text v-if="bloodDTO.overDate">{{bloodDTO.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
23 23
               </view>
24 24
               <view class="page_item_cont_title">
@@ -177,7 +177,7 @@
177 177
             font-size: 32rpx;
178 178
             font-weight: 700;
179 179
             // margin-top: 10rpx;
180
-          
180
+
181 181
             p {
182 182
               font-weight: 700;
183 183
               line-height: 1.5;

+ 4 - 4
pages/formManagementBuilding/formManagementBuilding.vue

@@ -145,7 +145,7 @@
145 145
     width: 100%;
146 146
     height: 100%;
147 147
     position: relative;
148
-    
148
+
149 149
     .foot_btn2 {
150 150
       position: fixed;
151 151
       bottom: 0;
@@ -157,7 +157,7 @@
157 157
       background: #f9fafb;
158 158
       display: flex;
159 159
       justify-content: space-between;
160
-    
160
+
161 161
       .btn2 {
162 162
         height: 66rpx;
163 163
         width: 100%;
@@ -169,7 +169,7 @@
169 169
         margin-top: 16rpx;
170 170
         text-align: center;
171 171
       }
172
-    
172
+
173 173
       .btn3 {
174 174
         height: 66rpx;
175 175
         width: 48%;
@@ -183,7 +183,7 @@
183 183
       }
184 184
     }
185 185
 
186
-    .icon_transport {
186
+    .newicon {
187 187
       color: #49b856;
188 188
       font-size: 50rpx;
189 189
 

+ 4 - 4
pages/formManagementDept/formManagementDept.vue

@@ -136,7 +136,7 @@
136 136
     width: 100%;
137 137
     height: 100%;
138 138
     position: relative;
139
-    
139
+
140 140
     .foot_btn2 {
141 141
       position: fixed;
142 142
       bottom: 0;
@@ -148,7 +148,7 @@
148 148
       background: #f9fafb;
149 149
       display: flex;
150 150
       justify-content: space-between;
151
-    
151
+
152 152
       .btn2 {
153 153
         height: 66rpx;
154 154
         width: 100%;
@@ -160,7 +160,7 @@
160 160
         margin-top: 16rpx;
161 161
         text-align: center;
162 162
       }
163
-    
163
+
164 164
       .btn3 {
165 165
         height: 66rpx;
166 166
         width: 48%;
@@ -174,7 +174,7 @@
174 174
       }
175 175
     }
176 176
 
177
-    .icon_transport {
177
+    .newicon {
178 178
       color: #49b856;
179 179
       font-size: 50rpx;
180 180
 

+ 4 - 4
pages/formManagementWechat/formManagementWechat.vue

@@ -134,7 +134,7 @@
134 134
     width: 100%;
135 135
     height: 100%;
136 136
     position: relative;
137
-    
137
+
138 138
     .foot_btn2 {
139 139
       position: fixed;
140 140
       bottom: 0;
@@ -146,7 +146,7 @@
146 146
       background: #f9fafb;
147 147
       display: flex;
148 148
       justify-content: space-between;
149
-    
149
+
150 150
       .btn2 {
151 151
         height: 66rpx;
152 152
         width: 100%;
@@ -158,7 +158,7 @@
158 158
         margin-top: 16rpx;
159 159
         text-align: center;
160 160
       }
161
-    
161
+
162 162
       .btn3 {
163 163
         height: 66rpx;
164 164
         width: 48%;
@@ -172,7 +172,7 @@
172 172
       }
173 173
     }
174 174
 
175
-    .icon_transport {
175
+    .newicon {
176 176
       color: #49b856;
177 177
       font-size: 50rpx;
178 178
 

+ 8 - 8
pages/inspectList/inspectList.vue

@@ -27,14 +27,14 @@
27 27
               <view class="page_item_top_L">
28 28
                 <template v-if="item.illnessState">
29 29
                   <text v-if="item.illnessState.value === '2'"
30
-                    class="colorRed icon_transport transport-tubiao_wei"></text>
31
-                  <text v-if="item.illnessState.value === '3'" class="colorRed icon_transport transport-zhong"></text>
30
+                    class="colorRed newicon newicon-tubiao_wei"></text>
31
+                  <text v-if="item.illnessState.value === '3'" class="colorRed newicon newicon-zhong"></text>
32 32
                 </template>
33 33
                 <template v-if="item.careLevel">
34
-                  <text v-if="item.careLevel.value === '0'" class="icon_transport transport-te1"></text>
35
-                  <text v-if="item.careLevel.value === '1'" class="icon_transport transport-1_round_solid"></text>
36
-                  <text v-if="item.careLevel.value === '2'" class="icon_transport transport-2_round_solid"></text>
37
-                  <text v-if="item.careLevel.value === '3'" class="icon_transport transport-3_round_solid"></text>
34
+                  <text v-if="item.careLevel.value === '0'" class="newicon newicon-te1"></text>
35
+                  <text v-if="item.careLevel.value === '1'" class="newicon newicon-1_round_solid"></text>
36
+                  <text v-if="item.careLevel.value === '2'" class="newicon newicon-2_round_solid"></text>
37
+                  <text v-if="item.careLevel.value === '3'" class="newicon newicon-3_round_solid"></text>
38 38
                 </template>
39 39
                 <text class="L_time"
40 40
                   :style="{ color: item.focusPatient == 1 ? 'red' : '' }">{{ item.patientName }}({{ item.bedNum }})</text>
@@ -589,7 +589,7 @@
589 589
     height: 100%;
590 590
     position: relative;
591 591
 
592
-    .icon_transport {
592
+    .newicon {
593 593
       color: #49b856;
594 594
       font-size: 36rpx;
595 595
 
@@ -801,7 +801,7 @@
801 801
                   &.red {
802 802
                     color: red;
803 803
                   }
804
-									
804
+
805 805
                 }
806 806
 
807 807
                 .num {

+ 7 - 7
pages/medicalWaste/medicalWasteBind/medicalWasteBind.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         请填写以下信息绑定条码
@@ -24,7 +24,7 @@
24 24
         <view class="Scanning_cont_list_desc" v-else>
25 25
           <input disabled class="deptInput" placeholder="请搜索科室" placeholder-style="color:#C3BFBF;font-size:28rpx;padding:8rpx;line-height:1;" v-model="deptName" />
26 26
           <view class="mask" @click="changeDept"></view>
27
-          <text class="icon_transport transport-sousuo"></text>
27
+          <text class="newicon newicon-sousuo"></text>
28 28
           <text class="newicon newicon-saoma" @click="scanDept"></text>
29 29
         </view>
30 30
       </view>
@@ -112,7 +112,7 @@
112 112
                 let data = {
113 113
                   code: result.code, //二维码
114 114
                 };
115
-                
115
+
116 116
                 post("/medicalWaste/scanByCode", {
117 117
                   code: result.code,
118 118
                   hosId: this.hosId,
@@ -465,7 +465,7 @@
465 465
             bottom: 0;
466 466
             left: 0;
467 467
           }
468
-          .transport-sousuo{
468
+          .newicon-sousuo{
469 469
             position: absolute;
470 470
             right: 56rpx;
471 471
             color:#C3BFBF;
@@ -497,7 +497,7 @@
497 497
             font-size: 28rpx;
498 498
             width: 260rpx;
499 499
             height: 56rpx;
500
-            border: 1rpx solid #D9D9D9; 
500
+            border: 1rpx solid #D9D9D9;
501 501
             padding: 8rpx;
502 502
             padding-right: 50rpx;
503 503
             box-sizing: border-box;
@@ -511,7 +511,7 @@
511 511
             width: 500rpx;
512 512
             height: 174rpx;
513 513
             line-height: mormal;
514
-            border: 1rpx solid #D9D9D9; 
514
+            border: 1rpx solid #D9D9D9;
515 515
             padding: 8rpx;
516 516
             box-sizing: border-box;
517 517
           }
@@ -524,7 +524,7 @@
524 524
       line-height: 88rpx;
525 525
       display: flex;
526 526
       justify-content: center;
527
-    
527
+
528 528
       .btn {
529 529
         height: 88rpx;
530 530
         flex: 1;

+ 4 - 4
pages/medicalWaste/medicalWasteBindCheck/medicalWasteBindCheck.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <text>回收医废科室为“{{queryObj.deptName}}”,总重量为{{weightTotal}}kg,{{countTotal}}袋医废。</text>
@@ -107,11 +107,11 @@
107 107
               this.SMFlag = true;
108 108
               // 200检测通过,201没有有效期也通过。
109 109
               if (result.state == 200 || result.state == 201) {
110
-                
110
+
111 111
                 let data = {
112 112
                   code: result.code, //二维码
113 113
                 };
114
-                
114
+
115 115
                 post("/medicalWaste/scanByCode", {
116 116
                   deptId: +this.queryObj.deptId,
117 117
                   code: result.code,
@@ -176,7 +176,7 @@
176 176
           this.handoverId = data.id;
177 177
           content = `您与<strong class="red">${data.name}</strong>,<strong class="red">${data.dept?data.dept.dept:''}</strong>成功交接,总重量为<strong class="red">${this.weightTotal}kg</strong>,<strong class="red">${this.countTotal}袋</strong>医废`;
178 178
         }
179
-        
179
+
180 180
         this.models1 = {
181 181
           disjunctor: true,
182 182
           title: "提示",

+ 3 - 3
pages/medicalWaste/medicalWasteSignIn/medicalWasteSignIn.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 签到成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">
@@ -176,7 +176,7 @@
176 176
             this.$set(this.dataList,'0',result.deptData || []);
177 177
             this.$set(this.dataList,'1',result.wasteTypeData || []);
178 178
             this.gdIds = result.gdIds;
179
-            
179
+
180 180
             this.nameTotal = this.dataList[this.parentIndex].length;
181 181
             this.countTotal = this.dataList[this.parentIndex].reduce((pre, cur) => Big(pre).plus(cur.wasteCount), 0);
182 182
             this.weightTotal = this.dataList[this.parentIndex].reduce((pre, cur) => Big(pre).plus(cur.wasteWeight), 0);
@@ -335,7 +335,7 @@
335 335
       flex-shrink: 0;
336 336
       display: flex;
337 337
       justify-content: center;
338
-    
338
+
339 339
       .btn {
340 340
         height: 88rpx;
341 341
         line-height: 1;

+ 7 - 7
pages/my_list/my_list.vue

@@ -3,8 +3,8 @@
3 3
     <view class="my_list_top">
4 4
       <view class="my_list_topL" @click="act()">
5 5
         筛选
6
-        <text class="cubeic-pulldown icon_transport transport-paixujiantouxia" v-if="!actType"></text>
7
-        <text class="cubeic-pullup icon_transport transport-paixujiantoushang" v-if="actType"></text>
6
+        <text class="cubeic-pulldown newicon newicon-paixujiantouxia" v-if="!actType"></text>
7
+        <text class="cubeic-pullup newicon newicon-paixujiantoushang" v-if="actType"></text>
8 8
       </view>
9 9
       <view class="my_list_topC">
10 10
         <input type="text" placeholder="请输入关键字" v-model="listData.workOrder.keyWord" />
@@ -50,17 +50,17 @@
50 50
                   <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
51 51
                     <text>
52 52
                       <text
53
-                        class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
53
+                        class="cubeic-star newicon newicon-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
54 54
                   </view>
55 55
                   <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
56 56
                     <text>
57 57
                       <text
58
-                        class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
58
+                        class="cubeic-star newicon newicon-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
59 59
                   </view>
60 60
                   <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
61 61
                     <text>
62 62
                       <text
63
-                        class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
63
+                        class="cubeic-star newicon newicon-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
64 64
                   </view>
65 65
                 </view>
66 66
                 <view class="page_item_top_L page_item_top_M">
@@ -582,7 +582,7 @@
582 582
           .page_item_top {
583 583
             height: 86rpx;
584 584
             border-bottom: 2rpx dashed #e5e9ed;
585
-            
585
+
586 586
             .page_item_top_All_wrap{
587 587
               height: 100%;
588 588
               display: flex;
@@ -595,7 +595,7 @@
595 595
               flex: 1;
596 596
               min-width: 0;
597 597
             }
598
-            
598
+
599 599
             .page_item_top_M{
600 600
               flex: 1;
601 601
               min-width: 0;

+ 12 - 12
pages/newBlood/endOrderSignBlood/endOrderSignBlood.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 签到成功 </view>
@@ -165,14 +165,14 @@
165 165
       // },
166 166
       changeCheckbox(data){
167 167
         data.checked = !data.checked;
168
-        
168
+
169 169
         // console.log(this.dataList.children);
170 170
         // let dataResList = this.dataList.children.filter(v => v.state.value == 4);
171 171
         // let bloodResObj = this.arrayToObject(dataResList);
172
-        
172
+
173 173
         // let dataCheckedList = this.dataList.children.filter(v => v.checked && v.state.value == 4);
174 174
         // let bloodCheckedObj = this.arrayToObject(dataCheckedList);
175
-        
175
+
176 176
         // let isComplete = false;
177 177
         // for(let key in bloodResObj){
178 178
         //   if(bloodCheckedObj[key] && bloodCheckedObj[key].length === bloodResObj[key].length){
@@ -180,10 +180,10 @@
180 180
         //     break;
181 181
         //   }
182 182
         // }
183
-        
183
+
184 184
         // this.isComplete = isComplete;
185
-        
186
-        
185
+
186
+
187 187
         let allData = this.dataList.children.filter(v => v.state.value == 4);
188 188
         let allDataChecked = this.dataList.children.filter(v => v.checked && v.state.value == 4);
189 189
         this.isShowCompleteBtn = allDataChecked.length > 0;
@@ -574,7 +574,7 @@
574 574
           font-size: 30rpx;
575 575
           position: relative;
576 576
           padding-bottom: 16rpx;
577
-          
577
+
578 578
           &.disabled{
579 579
             color: #767676!important;
580 580
             .newicon-a-ziyuan7,
@@ -582,7 +582,7 @@
582 582
               color: #767676!important;
583 583
             }
584 584
           }
585
-          
585
+
586 586
           .checkbox{
587 587
             position: absolute;
588 588
             left: 16rpx;
@@ -591,16 +591,16 @@
591 591
               width: 28rpx!important;
592 592
               height: 28rpx!important;
593 593
             }
594
-            
594
+
595 595
             /deep/ .uni-checkbox-input.uni-checkbox-input-checked:before{
596 596
               font-size: 28rpx!important;
597 597
             }
598
-            
598
+
599 599
             /deep/ .uni-checkbox-input.uni-checkbox-input-checked{
600 600
               color: #42b983!important;
601 601
             }
602 602
           }
603
-          
603
+
604 604
           /deep/ .checkbox:not([disabled]) .uni-checkbox-input:hover {
605 605
             border-color: #42b983 !important;
606 606
             color: #42b983 !important;

+ 1 - 1
pages/newBlood/startOrderSignBlood/startOrderSignBlood.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 签到成功 </view>

+ 1 - 1
pages/outpatient/outpatientEndComplete/outpatientEndComplete.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 服务完成 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">

+ 2 - 2
pages/outpatient/outpatientEndSignIn/outpatientEndSignIn.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 签到成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">
@@ -60,7 +60,7 @@
60 60
     methods: {
61 61
       ok() {
62 62
         this.models.disjunctor = false;
63
-        
63
+
64 64
         uni.showLoading({
65 65
           title: "加载中",
66 66
           mask: true,

+ 1 - 1
pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 追加成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">

+ 1 - 1
pages/outpatient/outpatientStartSignIn/outpatientStartSignIn.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 扫描成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">

+ 7 - 7
pages/patientInformationList/patientInformationList.vue

@@ -25,14 +25,14 @@
25 25
               <view class="page_item_top_L">
26 26
                 <template v-if="item.illnessState">
27 27
                   <text v-if="item.illnessState.value === '2'"
28
-                    class="colorRed icon_transport transport-tubiao_wei"></text>
29
-                  <text v-if="item.illnessState.value === '3'" class="colorRed icon_transport transport-zhong"></text>
28
+                    class="colorRed newicon newicon-tubiao_wei"></text>
29
+                  <text v-if="item.illnessState.value === '3'" class="colorRed newicon newicon-zhong"></text>
30 30
                 </template>
31 31
                 <template v-if="item.careLevel">
32
-                  <text v-if="item.careLevel.value === '0'" class="icon_transport transport-te1"></text>
33
-                  <text v-if="item.careLevel.value === '1'" class="icon_transport transport-1_round_solid"></text>
34
-                  <text v-if="item.careLevel.value === '2'" class="icon_transport transport-2_round_solid"></text>
35
-                  <text v-if="item.careLevel.value === '3'" class="icon_transport transport-3_round_solid"></text>
32
+                  <text v-if="item.careLevel.value === '0'" class="newicon newicon-te1"></text>
33
+                  <text v-if="item.careLevel.value === '1'" class="newicon newicon-1_round_solid"></text>
34
+                  <text v-if="item.careLevel.value === '2'" class="newicon newicon-2_round_solid"></text>
35
+                  <text v-if="item.careLevel.value === '3'" class="newicon newicon-3_round_solid"></text>
36 36
                 </template>
37 37
                 <!-- <view class="page_item_top_R" v-show="wechatFocusSwitch == 1 && item.focusPatient == 1">
38 38
                   需要帮助
@@ -576,7 +576,7 @@
576 576
     height: 100%;
577 577
     position: relative;
578 578
 
579
-    .icon_transport {
579
+    .newicon {
580 580
       color: #49b856;
581 581
       font-size: 50rpx;
582 582
 

+ 1 - 1
pages/pharmacy/pharmacy.vue

@@ -8,7 +8,7 @@
8 8
         </view>
9 9
       </view>
10 10
       <view class="scanning_btn" hover-class="seimin-btn-hover" @click="drugsScanning()">
11
-        <text class="icon_transport transport-saoma"></text>
11
+        <text class="newicon newicon-saoma"></text>
12 12
       </view>
13 13
       <view class="scanFont">扫一扫</view>
14 14
     </view>

+ 2 - 2
pages/promptPage/promptPage.vue

@@ -2,12 +2,12 @@
2 2
 	<view class="Scanning_B" v-if="status !== null">
3 3
 		<view class="Scanning_top" v-if="status == 200">
4 4
 			<view class="Scanning_top_icon">
5
-				<text class="cubeic-ok icon_transport transport-duigou"></text>
5
+				<text class="cubeic-ok newicon newicon-duigou"></text>
6 6
 			</view>
7 7
 		</view>
8 8
 		<view class="Scanning_top" v-else>
9 9
 			<view class="Scanning_top_icon">
10
-				<text class="cubeic-close icon_transport transport-shibai"></text>
10
+				<text class="cubeic-close newicon newicon-shibai"></text>
11 11
 			</view>
12 12
 		</view>
13 13
 		<view class="Scanning_cont" v-if="status == 200">

+ 1 - 1
pages/quickOrderAcceptanceWx/quickOrderAcceptanceWx.vue

@@ -247,7 +247,7 @@
247 247
       }
248 248
     }
249 249
 
250
-    .icon_transport {
250
+    .newicon {
251 251
       color: #49b856;
252 252
       font-size: 50rpx;
253 253
 

+ 3 - 3
pages/quiltWashing/quiltWashingException/quiltWashingException.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-close icon_transport transport-chaoshi"></text>
5
+        <text class="cubeic-close newicon newicon-chaoshi"></text>
6 6
         <view class="text1"> {{queryObj.clothesTypeName}}-异常详情 </view>
7 7
       </view>
8 8
     </view>
@@ -125,7 +125,7 @@
125 125
           font-size: 140rpx;
126 126
           color: #35b34a;
127 127
         }
128
-        
128
+
129 129
         .cubeic-close {
130 130
           font-size: 48rpx;
131 131
           color: #ff3b53;
@@ -145,7 +145,7 @@
145 145
       flex-direction: column;
146 146
       width: 710rpx;
147 147
       margin: 0 20rpx;
148
-      
148
+
149 149
       .Scanning_cont_list{
150 150
         flex: 1;
151 151
         min-height: 0;

+ 1 - 1
pages/quiltWashing/quiltWashingGetEndCheck/quiltWashingGetEndCheck.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 签到成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">

+ 1 - 1
pages/quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 签到成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">

+ 1 - 1
pages/quiltWashing/quiltWashingSendSignIn/quiltWashingSendSignIn.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 签到成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">

+ 6 - 6
pages/receipt_infopage/receipt_infopage.vue

@@ -7,19 +7,19 @@
7 7
           <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
8 8
           <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
9 9
             <text>
10
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
10
+              <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
11 11
               {{ infoDATA.emergencyType.name }}
12 12
             </text>
13 13
           </view>
14 14
           <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
15 15
             <text>
16
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
16
+              <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
17 17
               {{ infoDATA.emergencyType.name }}
18 18
             </text>
19 19
           </view>
20 20
           <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
21 21
             <text>
22
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
22
+              <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
23 23
               {{ infoDATA.emergencyType.name }}
24 24
             </text>
25 25
           </view>
@@ -343,11 +343,11 @@
343 343
         </view>
344 344
         <view id="pulldown" @click="show('show')" v-if="showType == 'hiddle'">
345 345
           点击可查看检查详情
346
-          <text class="cubeic-pulldown icon_transport transport-paixujiantouxia"></text>
346
+          <text class="cubeic-pulldown newicon newicon-paixujiantouxia"></text>
347 347
         </view>
348 348
         <view id="pullup" @click="show('hiddle')" v-if="showType == 'show'">
349 349
           点击可收起检查详情
350
-          <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
350
+          <text class="cubeic-pullup newicon newicon-paixujiantoushang"></text>
351 351
         </view>
352 352
       </view>
353 353
     </view>
@@ -600,7 +600,7 @@
600 600
               }catch(e){
601 601
                 this.patientHandoverCode = '';
602 602
               }
603
-              
603
+
604 604
               this.SMFlag = true;
605 605
               // 200检测通过,201没有有效期也通过。
606 606
               if (result.state == 200 || result.state == 201) {

+ 22 - 22
pages/result_error/result_error.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result_seimin">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-close icon_transport transport-shibai"></text>
5
+        <text class="cubeic-close newicon newicon-shibai"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 操作失败 </view>
@@ -71,7 +71,7 @@ export default {
71 71
   .page_item_wrap {
72 72
     position: relative;
73 73
     margin-top: 32rpx;
74
-  
74
+
75 75
     .page_item {
76 76
       margin-top: 16rpx;
77 77
       margin-bottom: 124rpx;
@@ -82,7 +82,7 @@ export default {
82 82
       position: relative;
83 83
       overflow: hidden;
84 84
       padding: 0 16rpx;
85
-  
85
+
86 86
       .L {
87 87
         width: 40rpx;
88 88
         height: 40rpx;
@@ -93,7 +93,7 @@ export default {
93 93
         top: 68rpx;
94 94
         border: 2rpx solid #e5e9ed;
95 95
       }
96
-  
96
+
97 97
       .R {
98 98
         width: 40rpx;
99 99
         height: 40rpx;
@@ -105,28 +105,28 @@ export default {
105 105
         top: 68rpx;
106 106
         border: 2rpx solid #e5e9ed;
107 107
       }
108
-  
108
+
109 109
       .page_item_top {
110 110
         height: 88rpx;
111 111
         border-bottom: 2rpx dashed #e5e9ed;
112 112
         padding: 0 16rpx;
113
-  
113
+
114 114
         .page_item_top-inner {
115 115
           display: flex;
116 116
           justify-content: space-between;
117 117
           align-items: center;
118 118
           height: 100%;
119
-  
119
+
120 120
           .page_item_top_L {
121 121
             .L_text {
122 122
               font-size: 32rpx;
123 123
               font-weight: 700;
124 124
             }
125 125
           }
126
-  
126
+
127 127
           .page_item_top_R {
128 128
             font-size: 32rpx;
129
-  
129
+
130 130
             .L_iocn {
131 131
               color: rgb(7, 134, 60);
132 132
               font-size: 36rpx;
@@ -135,24 +135,24 @@ export default {
135 135
           }
136 136
         }
137 137
       }
138
-  
138
+
139 139
       .page_item_cont {
140 140
         min-height: 90rpx;
141 141
         padding: 0 16rpx;
142 142
         text-align: left;
143 143
         position: relative;
144
-  
144
+
145 145
         .text_big {
146 146
           font-size: 32rpx;
147 147
           font-weight: 700;
148 148
           // margin-top: 10rpx;
149
-        
149
+
150 150
           p {
151 151
             font-weight: 700;
152 152
             line-height: 1.5;
153 153
           }
154 154
         }
155
-  
155
+
156 156
         .line {
157 157
           height: 20rpx;
158 158
           width: 2rpx;
@@ -161,12 +161,12 @@ export default {
161 161
           top: 82rpx;
162 162
           left: 40rpx;
163 163
         }
164
-  
164
+
165 165
         .page_item_cont_T {
166 166
           padding-top: 28rpx;
167 167
           padding-bottom: 28rpx;
168 168
           font-size: 28rpx;
169
-  
169
+
170 170
           .page_item_cont_title {
171 171
             height: 100%;
172 172
             font-size: 32rpx;
@@ -175,11 +175,11 @@ export default {
175 175
             align-items: center;
176 176
           }
177 177
         }
178
-  
178
+
179 179
         .page_item_cont_B {
180 180
           padding-top: 28rpx;
181 181
           margin-bottom: 28rpx;
182
-  
182
+
183 183
           .page_item_cont_title {
184 184
             font-size: 32rpx;
185 185
             display: flex;
@@ -187,10 +187,10 @@ export default {
187 187
             align-items: center;
188 188
           }
189 189
         }
190
-  
190
+
191 191
         .page_item_cont_C {
192 192
           margin-bottom: 28rpx;
193
-  
193
+
194 194
           .page_item_cont_title_C {
195 195
             font-size: 32rpx;
196 196
             display: flex;
@@ -198,13 +198,13 @@ export default {
198 198
             align-items: center;
199 199
           }
200 200
         }
201
-  
201
+
202 202
         #infos {
203 203
           display: none;
204 204
         }
205 205
       }
206 206
     }
207
-  
207
+
208 208
     .L-l {
209 209
       width: 2rpx;
210 210
       height: 40rpx;
@@ -213,7 +213,7 @@ export default {
213 213
       left: 20rpx;
214 214
       top: 72rpx;
215 215
     }
216
-  
216
+
217 217
     .R-l {
218 218
       width: 2rpx;
219 219
       height: 40rpx;

+ 2 - 2
pages/scanning/scanning.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning">
3 3
     <view class="Scanning_top footerOtherMargin">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 扫描完成 </view>
@@ -296,7 +296,7 @@
296 296
 <style lang="less" scoped>
297 297
   .Scanning {
298 298
     padding: 0 20rpx;
299
-    
299
+
300 300
     // 标本轮巡核对 start
301 301
     .speTable {
302 302
       margin: 32rpx 0;

+ 2 - 2
pages/scanning_B/scanning_B.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_B">
3 3
     <view class="Scanning_top" v-if="res.status == 200 || res.status == 666">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1" v-if="res.status == 200">扫描成功</view>
@@ -11,7 +11,7 @@
11 11
     </view>
12 12
     <view class="Scanning_top" v-if="res.status != 200 && res.status != 666">
13 13
       <view class="Scanning_top_icon">
14
-        <text class="cubeic-close icon_transport transport-shibai"></text>
14
+        <text class="cubeic-close newicon newicon-shibai"></text>
15 15
       </view>
16 16
       <view class="Scanning_top_text">
17 17
         <view class="text1">扫描失败</view>

+ 7 - 7
pages/scanning_Result/scanning_Result.vue

@@ -5,7 +5,7 @@
5 5
         <view v-if="type == 'specimenPlan' || type == 'specimen'">
6 6
           <view class="red fweight speNum"> {{ speNum }} </view>
7 7
         </view>
8
-        <text v-else class="cubeic-ok icon_transport transport-duigou"></text>
8
+        <text v-else class="cubeic-ok newicon newicon-duigou"></text>
9 9
       </view>
10 10
       <view class="Scanning_top_text">
11 11
         <view class="text1"> 操作成功 </view>
@@ -17,7 +17,7 @@
17 17
 
18 18
     <view class="Scanning_top" v-if="res.status == 11111">
19 19
       <view class="Scanning_top_icon">
20
-        <text class="cubeic-close icon_transport transport-shibai"></text>
20
+        <text class="cubeic-close newicon newicon-shibai"></text>
21 21
       </view>
22 22
       <view class="Scanning_top_text">
23 23
         <view class="text1" style="color: red;">操作失败</view>
@@ -26,7 +26,7 @@
26 26
 
27 27
     <view class="Scanning_top" v-if="(res.status != 200 && res.status != 11111)">
28 28
       <view class="Scanning_top_icon">
29
-        <text class="cubeic-close icon_transport transport-shibai"></text>
29
+        <text class="cubeic-close newicon newicon-shibai"></text>
30 30
       </view>
31 31
       <view class="Scanning_top_text">
32 32
         <view class="text1"> 操作失败 </view>
@@ -42,7 +42,7 @@
42 42
       <view>检验项目 : {{ infoDATA.specimenDesc || "-" }}</view>
43 43
       <view>
44 44
         {{ infoDATA.sickRoom ? infoDATA.sickRoom.dept : "" }}
45
-        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
45
+        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="newicon newicon-arrow-right-full"></text>
46 46
         {{ infoDATA.checkDept ? infoDATA.checkDept.dept : "" }}
47 47
       </view>
48 48
       <view>患者姓名 : {{ infoDATA.patientName}}({{infoDATA.bedNum}})</view>
@@ -58,7 +58,7 @@
58 58
       <view>标本状态 : <text style="color: red">{{ infoDATA.speState ? infoDATA.speState.name : '' }}</text></view>
59 59
       <view>
60 60
         {{ infoDATA.sickRoom ? infoDATA.sickRoom.dept : "" }}
61
-        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
61
+        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="newicon newicon-arrow-right-full"></text>
62 62
         {{ infoDATA.checkDept ? infoDATA.checkDept.dept : "" }}
63 63
       </view>
64 64
       <view>患者姓名 : {{ infoDATA.patientName}}({{infoDATA.bedNum}})</view>
@@ -950,8 +950,8 @@
950 950
       this.res["deptName"] = options.deptName;
951 951
       this.res["bedNum"] = options.bedNum;
952 952
       this.infoType = options.type1;
953
-			if((this.infoType == 'trans-dsd-1' || this.infoType == 'ins-dsd-1' 
954
-				|| this.infoType == 'ins-half-ok' || this.infoDATA.type == 'ins-half-ok') 
953
+			if((this.infoType == 'trans-dsd-1' || this.infoType == 'ins-dsd-1'
954
+				|| this.infoType == 'ins-half-ok' || this.infoDATA.type == 'ins-half-ok')
955 955
 				&& this.res.status == 200){
956 956
 				this.getQuestionnaireSet()
957 957
 			}

+ 8 - 8
pages/scanning_all/scanning_all.vue

@@ -3,7 +3,7 @@
3 3
     <view class="Scanning">
4 4
       <view class="Scanning_top" id="Scanning_tops" :animation="animationData" v-if="workData.length > 0">
5 5
         <view class="Scanning_top_icon">
6
-          <text class="cubeic-ok icon_transport transport-duigou"></text>
6
+          <text class="cubeic-ok newicon newicon-duigou"></text>
7 7
         </view>
8 8
         <view class="Scanning_top_text">
9 9
           <view class="text1">签到成功</view>
@@ -15,7 +15,7 @@
15 15
       </view>
16 16
       <view class="Scanning_top" id="Scanning_tops" :animation="animationData" v-if="workData.length === 0">
17 17
         <view class="Scanning_top_icon">
18
-          <text class="cubeic-close icon_transport transport-shibai"></text>
18
+          <text class="cubeic-close newicon newicon-shibai"></text>
19 19
         </view>
20 20
         <view class="Scanning_top_text">
21 21
           <view class="text1">签到失败</view>
@@ -82,19 +82,19 @@
82 82
               <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
83 83
               <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
84 84
                 <text class="page_item_cont_start_txt">
85
-                  <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
85
+                  <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
86 86
                   {{ infoDATA.emergencyType.name }}
87 87
                 </text>
88 88
               </view>
89 89
               <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
90 90
                 <text class="page_item_cont_start_txt">
91
-                  <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
91
+                  <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
92 92
                   {{ infoDATA.emergencyType.name }}
93 93
                 </text>
94 94
               </view>
95 95
               <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
96 96
                 <text class="page_item_cont_start_txt">
97
-                  <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
97
+                  <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
98 98
                   {{ infoDATA.emergencyType.name }}
99 99
                 </text>
100 100
               </view>
@@ -540,7 +540,7 @@
540 540
                   uni.showToast({
541 541
                     icon: "none",
542 542
                     title: "请配置血制品任务类型!",
543
-                  }); 
543
+                  });
544 544
                  }
545 545
                 }else{
546 546
                   uni.hideLoading();
@@ -651,7 +651,7 @@
651 651
                                   }&type1=${res.type}&infoData=${res.data}&status=${
652 652
                                     res.status
653 653
                                   }&msg=${res.msg}&deptCode=${this.code}&dept=${
654
-                                    res.dept 
654
+                                    res.dept
655 655
                                   }&workOrderList=${encodeURIComponent(
656 656
                                     JSON.stringify(res.workOrderList)
657 657
                                   )}&ids=${encodeURIComponent(
@@ -1027,7 +1027,7 @@
1027 1027
             font-size: 140rpx;
1028 1028
             color: #35b34a;
1029 1029
           }
1030
-          
1030
+
1031 1031
           .cubeic-close {
1032 1032
           	font-size: 140rpx;
1033 1033
           	color: #ff3b53;

+ 1 - 1
pages/scanning_big_Result/scanning_big_Result.vue

@@ -3,7 +3,7 @@
3 3
     <scroll-view class="Scanning_Result_inWrap" scroll-y>
4 4
       <view class="Scanning_top">
5 5
         <view class="Scanning_top_icon">
6
-          <text class="cubeic-close icon_transport transport-shibai"></text>
6
+          <text class="cubeic-close newicon newicon-shibai"></text>
7 7
         </view>
8 8
         <view class="Scanning_top_text" v-if="queryObj.bigScanSpecialMsg">
9 9
           <view class="text1"> 签到失败 </view>

+ 7 - 7
pages/scanning_blood/scanning_blood.vue

@@ -2,7 +2,7 @@
2 2
   <view class="bloodDetails">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1">扫描成功</view>
@@ -144,8 +144,8 @@
144 144
         }
145 145
 				this.gotoFlag = false;
146 146
 				let content = null
147
-				if(this.configs.sendingMergeOrder && 
148
-					this.configs.sendingMergeOrder==1 && 
147
+				if(this.configs.sendingMergeOrder &&
148
+					this.configs.sendingMergeOrder==1 &&
149 149
 					this.orderState==5){
150 150
 					content = "您有当前科室未送达的血制品工单,将为您合并工单。"
151 151
 				}else{
@@ -348,7 +348,7 @@
348 348
   .bloodDetails {
349 349
     background-color: rgb(249, 250, 251);
350 350
     .Scanning_top {
351
-    
351
+
352 352
       .Scanning_top_icon {
353 353
         width: 140rpx;
354 354
         height: 140rpx;
@@ -356,18 +356,18 @@
356 356
         border-radius: 50%;
357 357
         line-height: 140rpx;
358 358
         text-align: center;
359
-    
359
+
360 360
         .cubeic-ok {
361 361
           font-size: 140rpx;
362 362
           color: #35b34a;
363 363
         }
364
-    
364
+
365 365
         .cubeic-close {
366 366
           font-size: 140rpx;
367 367
           color: #ff3b53;
368 368
         }
369 369
       }
370
-    
370
+
371 371
       .Scanning_top_text {
372 372
         .text1 {
373 373
           margin-top: 40rpx;

+ 7 - 7
pages/scanning_blood_process/scanning_blood_process.vue

@@ -10,10 +10,10 @@
10 10
         <view class="text1"> 操作成功 </view>
11 11
       </view>
12 12
     </view>
13
-    
13
+
14 14
     <view class="Scanning_top" v-else-if="status == 400">
15 15
       <view class="Scanning_top_icon">
16
-        <text class="cubeic-close icon_transport transport-shibai"></text>
16
+        <text class="cubeic-close newicon newicon-shibai"></text>
17 17
       </view>
18 18
       <view class="Scanning_top_text">
19 19
         <view class="text1"> 操作失败 </view>
@@ -31,7 +31,7 @@
31 31
 
32 32
     <view class="Scanning_top" v-else>
33 33
       <view class="Scanning_top_icon">
34
-        <text class="cubeic-close icon_transport transport-shibai"></text>
34
+        <text class="cubeic-close newicon newicon-shibai"></text>
35 35
       </view>
36 36
       <view class="Scanning_top_text">
37 37
         <view class="text1"> 操作失败 </view>
@@ -281,7 +281,7 @@
281 281
           this.Scanning_again();
282 282
         },500)
283 283
       }
284
-      
284
+
285 285
       this.queryObj = options;
286 286
       if (options.bloodDTO) {
287 287
         this.bloodDTO = JSON.parse(options.bloodDTO);
@@ -311,7 +311,7 @@
311 311
         margin: 0 auto;
312 312
         border-radius: 50%;
313 313
         line-height: 140rpx;
314
-        
314
+
315 315
         .speNum{
316 316
           text-align: center;
317 317
           font-size: 140rpx;
@@ -393,12 +393,12 @@
393 393
       display: flex;
394 394
       justify-content: space-between;
395 395
       flex-wrap: wrap;
396
-    
396
+
397 397
       &::after {
398 398
         content: '';
399 399
         flex: 1;
400 400
       }
401
-    
401
+
402 402
       view {
403 403
         height: 88rpx;
404 404
         width: 48%;

+ 6 - 6
pages/scanning_code/scanning_code.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_code" v-if="infoDATA.emergencyType">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1" v-if="infoDATA.gdState.value != '6'">签到成功</view>
@@ -70,19 +70,19 @@
70 70
           <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
71 71
           <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
72 72
             <text class="page_item_cont_start_txt">
73
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing" style="font-size: 14px"></text>
73
+              <text class="cubeic-star newicon newicon-shiwujiaoxing" style="font-size: 14px"></text>
74 74
               {{ infoDATA.emergencyType.name }}
75 75
             </text>
76 76
           </view>
77 77
           <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
78 78
             <text class="page_item_cont_start_txt">
79
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing" style="font-size: 14px"></text>
79
+              <text class="cubeic-star newicon newicon-shiwujiaoxing" style="font-size: 14px"></text>
80 80
               {{ infoDATA.emergencyType.name }}
81 81
             </text>
82 82
           </view>
83 83
           <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
84 84
             <text class="page_item_cont_start_txt">
85
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing" style="font-size: 14px"></text>
85
+              <text class="cubeic-star newicon newicon-shiwujiaoxing" style="font-size: 14px"></text>
86 86
               {{ infoDATA.emergencyType.name }}
87 87
             </text>
88 88
           </view>
@@ -254,11 +254,11 @@
254 254
         </view>
255 255
         <view id="pulldown" @click="show('show')" v-if="showType == 'hiddle'">
256 256
           点击可查看检查详情
257
-          <text class="cubeic-pulldown icon_transport transport-paixujiantouxia"></text>
257
+          <text class="cubeic-pulldown newicon newicon-paixujiantouxia"></text>
258 258
         </view>
259 259
         <view id="pullup" @click="show('hiddle')" v-if="showType == 'show'">
260 260
           点击可收起检查详情
261
-          <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
261
+          <text class="cubeic-pullup newicon newicon-paixujiantoushang"></text>
262 262
         </view>
263 263
       </view>
264 264
     </view>

+ 4 - 4
pages/scanning_djEnd/scanning_djEnd.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_djEnd">
3 3
     <view class="Scanning_top" v-if="infoDATA.status == 200">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1">操作成功</view>
@@ -18,7 +18,7 @@
18 18
         infoDATA.status == 100031
19 19
       ">
20 20
       <view class="Scanning_top_icon">
21
-        <text class="cubeic-close icon_transport transport-shibai"></text>
21
+        <text class="cubeic-close newicon newicon-shibai"></text>
22 22
       </view>
23 23
       <view class="Scanning_top_text">
24 24
         <view class="text1">操作失败</view>
@@ -1082,7 +1082,7 @@
1082 1082
 						let taskTypeArr = []
1083 1083
 						if(data.taskTypeDTOS.length>0 && data.questionnaireDTOS.length>0){
1084 1084
 							if(this.type == 'other' && this.infoDATA.workOrderList.length>1){
1085
-								for(let i of this.infoDATA.workOrderList){ 
1085
+								for(let i of this.infoDATA.workOrderList){
1086 1086
 									taskTypeArr.push({
1087 1087
 										id:i.id, //工单id
1088 1088
 										taskTypeId:i.taskType.id //任务类型id
@@ -1161,7 +1161,7 @@
1161 1161
 			    this.infoDATA.type == 'qt-dsd-1')){
1162 1162
 						this.getQuestionnaireSet()
1163 1163
 					}
1164
-					
1164
+
1165 1165
       if(this.queryObj.isDigitalHandover==1){
1166 1166
         this.checkNumber();//自动弹出数量核对
1167 1167
       }

+ 7 - 7
pages/scanning_djInfo/scanning_djInfo.vue

@@ -5,7 +5,7 @@
5 5
         <view v-if="type == 'specimenPlan' || type == 'specimen'">
6 6
           <view class="fweight speNum" style="color: red;"> {{ speNum }} </view>
7 7
         </view>
8
-        <text v-else class="cubeic-ok icon_transport transport-duigou"></text>
8
+        <text v-else class="cubeic-ok newicon newicon-duigou"></text>
9 9
       </view>
10 10
       <view class="Scanning_top_text">
11 11
         <view class="text1">操作成功</view>
@@ -14,7 +14,7 @@
14 14
 
15 15
     <view class="Scanning_top" v-if="res.status == 11111">
16 16
       <view class="Scanning_top_icon">
17
-        <text class="cubeic-close icon_transport transport-shibai"></text>
17
+        <text class="cubeic-close newicon newicon-shibai"></text>
18 18
       </view>
19 19
       <view class="Scanning_top_text">
20 20
         <view class="text1" style="color: red;">操作失败</view>
@@ -32,7 +32,7 @@
32 32
         res.status == 100031
33 33
       ">
34 34
       <view class="Scanning_top_icon">
35
-        <text class="cubeic-close icon_transport transport-shibai"></text>
35
+        <text class="cubeic-close newicon newicon-shibai"></text>
36 36
       </view>
37 37
       <view class="Scanning_top_text">
38 38
         <view class="text1">操作失败</view>
@@ -50,7 +50,7 @@
50 50
       <view>检验项目 : {{ infoDATA.data.specimenDesc || "-" }}</view>
51 51
       <view>
52 52
         {{ infoDATA.data.sickRoom ? infoDATA.data.sickRoom.dept : "" }}
53
-        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
53
+        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="newicon newicon-arrow-right-full"></text>
54 54
         {{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}
55 55
       </view>
56 56
       <view>患者姓名 : {{ infoDATA.data.patientName}}({{infoDATA.data.bedNum}})</view>
@@ -65,7 +65,7 @@
65 65
       <view>标本状态 : <text style="color: red">{{ infoDATA.data.speState ? infoDATA.data.speState.name : '' }}</text></view>
66 66
       <view>
67 67
         {{ infoDATA.data.sickRoom ? infoDATA.data.sickRoom.dept : "" }}
68
-        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
68
+        <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="newicon newicon-arrow-right-full"></text>
69 69
         {{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}
70 70
       </view>
71 71
       <view>患者姓名 : {{ infoDATA.data.patientName}}({{infoDATA.data.bedNum}})</view>
@@ -761,12 +761,12 @@
761 761
 			if((this.res.status == 200 && this.type == 'inspect') || this.type == 'patientTransport'){
762 762
 				if(this.infoType == 'ins-dsd-1' ||
763 763
 					this.infoType == 'trans-dsd-1' ||
764
-					this.infoDATA.type == 'trans-dsd-1' || 
764
+					this.infoDATA.type == 'trans-dsd-1' ||
765 765
 					this.infoDATA.type == 'ins-half-ok'){
766 766
 						this.getQuestionnaireSet()
767 767
 					}
768 768
 			}
769
-			
769
+
770 770
 			if(
771 771
 			(this.res.status == 200 && this.type == 'drugsBag') ||
772 772
 			(this.res.status == 200 && this.type == 'jPBag')){

+ 5 - 5
pages/scanning_ins/scanning_ins.vue

@@ -3,7 +3,7 @@
3 3
     <view class="Scanning">
4 4
       <view class="Scanning_top" id="Scanning_tops" :animation="animationData">
5 5
         <view class="Scanning_top_icon">
6
-          <text class="cubeic-ok icon_transport transport-duigou"></text>
6
+          <text class="cubeic-ok newicon newicon-duigou"></text>
7 7
         </view>
8 8
         <view class="Scanning_top_text">
9 9
           <view class="text1">扫描成功</view>
@@ -121,19 +121,19 @@
121 121
               <!-- emergencyType.value 1是正常,2是急,3是加急 -->
122 122
               <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
123 123
                 <text>
124
-                  <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
124
+                  <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
125 125
                   {{ infoDATA.emergencyType.name }}
126 126
                 </text>
127 127
               </view>
128 128
               <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
129 129
                 <text>
130
-                  <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
130
+                  <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
131 131
                   {{ infoDATA.emergencyType.name }}
132 132
                 </text>
133 133
               </view>
134 134
               <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
135 135
                 <text>
136
-                  <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
136
+                  <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
137 137
                   {{ infoDATA.emergencyType.name }}
138 138
                 </text>
139 139
               </view>
@@ -611,7 +611,7 @@
611 611
                            ok: "确认建单",
612 612
                            cancel: "取消",
613 613
                          },
614
-                       };                    
614
+                       };
615 615
                     } else {
616 616
                       uni.hideLoading();
617 617
                       uni.showToast({

+ 2 - 2
pages/scanning_insEnd/scanning_insEnd.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_insEnd">
3 3
     <view class="Scanning_top" v-if="infoDATA.status==200">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1">
@@ -13,7 +13,7 @@
13 13
 
14 14
     <view class="Scanning_top" v-if="infoDATA.status==10005||infoDATA.status==100018||infoDATA.status==10004||infoDATA.status==100021||infoDATA.status==100031||infoDATA.status==500">
15 15
       <view class="Scanning_top_icon">
16
-        <text class="cubeic-close icon_transport transport-shibai"></text>
16
+        <text class="cubeic-close newicon newicon-shibai"></text>
17 17
       </view>
18 18
       <view class="Scanning_top_text">
19 19
         <view class="text1">

+ 4 - 4
pages/scanning_orderSign/scanning_orderSign.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_orderSign">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1">工单完成</view>
@@ -14,19 +14,19 @@
14 14
           <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
15 15
           <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
16 16
             <text class="page_item_cont_start_txt">
17
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
17
+              <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
18 18
               {{ infoDATA.emergencyType.name }}
19 19
             </text>
20 20
           </view>
21 21
           <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
22 22
             <text class="page_item_cont_start_txt">
23
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
23
+              <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
24 24
               {{ infoDATA.emergencyType.name }}
25 25
             </text>
26 26
           </view>
27 27
           <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
28 28
             <text class="page_item_cont_start_txt">
29
-              <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
29
+              <text class="cubeic-star newicon newicon-shiwujiaoxing"></text>
30 30
               {{ infoDATA.emergencyType.name }}
31 31
             </text>
32 32
           </view>

+ 24 - 24
pages/scanning_result_seimin/scanning_result_seimin.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result_seimin">
3 3
     <view class="Scanning_top" v-if="queryObj.status == 200">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 操作成功 </view>
@@ -11,7 +11,7 @@
11 11
 
12 12
     <view class="Scanning_top" v-if="queryObj.status != 200">
13 13
       <view class="Scanning_top_icon">
14
-        <text class="cubeic-close icon_transport transport-shibai"></text>
14
+        <text class="cubeic-close newicon newicon-shibai"></text>
15 15
       </view>
16 16
       <view class="Scanning_top_text">
17 17
         <view class="text1"> 操作失败 </view>
@@ -50,7 +50,7 @@
50 50
           </view>
51 51
           <view class="page_item_cont">
52 52
             <view class="page_item_cont_T">
53
-              
53
+
54 54
             </view>
55 55
           </view>
56 56
           <view class="L"></view>
@@ -217,7 +217,7 @@ export default {
217 217
   .page_item_wrap {
218 218
     position: relative;
219 219
     margin-top: 32rpx;
220
-  
220
+
221 221
     .page_item {
222 222
       margin-top: 16rpx;
223 223
       margin-bottom: 124rpx;
@@ -228,7 +228,7 @@ export default {
228 228
       position: relative;
229 229
       overflow: hidden;
230 230
       padding: 0 16rpx;
231
-  
231
+
232 232
       .L {
233 233
         width: 40rpx;
234 234
         height: 40rpx;
@@ -239,7 +239,7 @@ export default {
239 239
         top: 68rpx;
240 240
         border: 2rpx solid #e5e9ed;
241 241
       }
242
-  
242
+
243 243
       .R {
244 244
         width: 40rpx;
245 245
         height: 40rpx;
@@ -251,28 +251,28 @@ export default {
251 251
         top: 68rpx;
252 252
         border: 2rpx solid #e5e9ed;
253 253
       }
254
-  
254
+
255 255
       .page_item_top {
256 256
         height: 88rpx;
257 257
         border-bottom: 2rpx dashed #e5e9ed;
258 258
         padding: 0 16rpx;
259
-  
259
+
260 260
         .page_item_top-inner {
261 261
           display: flex;
262 262
           justify-content: space-between;
263 263
           align-items: center;
264 264
           height: 100%;
265
-  
265
+
266 266
           .page_item_top_L {
267 267
             .L_text {
268 268
               font-size: 32rpx;
269 269
               font-weight: 700;
270 270
             }
271 271
           }
272
-  
272
+
273 273
           .page_item_top_R {
274 274
             font-size: 32rpx;
275
-  
275
+
276 276
             .L_iocn {
277 277
               color: rgb(7, 134, 60);
278 278
               font-size: 36rpx;
@@ -281,24 +281,24 @@ export default {
281 281
           }
282 282
         }
283 283
       }
284
-  
284
+
285 285
       .page_item_cont {
286 286
         min-height: 90rpx;
287 287
         padding: 0 16rpx;
288 288
         text-align: left;
289 289
         position: relative;
290
-  
290
+
291 291
         .text_big {
292 292
           font-size: 32rpx;
293 293
           font-weight: 700;
294 294
           // margin-top: 10rpx;
295
-        
295
+
296 296
           p {
297 297
             font-weight: 700;
298 298
             line-height: 1.5;
299 299
           }
300 300
         }
301
-  
301
+
302 302
         .line {
303 303
           height: 20rpx;
304 304
           width: 2rpx;
@@ -307,12 +307,12 @@ export default {
307 307
           top: 82rpx;
308 308
           left: 40rpx;
309 309
         }
310
-  
310
+
311 311
         .page_item_cont_T {
312 312
           padding-top: 28rpx;
313 313
           padding-bottom: 28rpx;
314 314
           font-size: 28rpx;
315
-  
315
+
316 316
           .page_item_cont_title {
317 317
             height: 100%;
318 318
             font-size: 32rpx;
@@ -321,11 +321,11 @@ export default {
321 321
             align-items: center;
322 322
           }
323 323
         }
324
-  
324
+
325 325
         .page_item_cont_B {
326 326
           padding-top: 28rpx;
327 327
           margin-bottom: 28rpx;
328
-  
328
+
329 329
           .page_item_cont_title {
330 330
             font-size: 32rpx;
331 331
             display: flex;
@@ -333,10 +333,10 @@ export default {
333 333
             align-items: center;
334 334
           }
335 335
         }
336
-  
336
+
337 337
         .page_item_cont_C {
338 338
           margin-bottom: 28rpx;
339
-  
339
+
340 340
           .page_item_cont_title_C {
341 341
             font-size: 32rpx;
342 342
             display: flex;
@@ -344,13 +344,13 @@ export default {
344 344
             align-items: center;
345 345
           }
346 346
         }
347
-  
347
+
348 348
         #infos {
349 349
           display: none;
350 350
         }
351 351
       }
352 352
     }
353
-  
353
+
354 354
     .L-l {
355 355
       width: 2rpx;
356 356
       height: 40rpx;
@@ -359,7 +359,7 @@ export default {
359 359
       left: 20rpx;
360 360
       top: 72rpx;
361 361
     }
362
-  
362
+
363 363
     .R-l {
364 364
       width: 2rpx;
365 365
       height: 40rpx;

+ 1 - 1
pages/settingCode/settingCode.vue

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <view class="settingCode">
3 3
     <view class="scanning_btn" hover-class="seimin-btn-hover" @click="drugsScanning()">
4
-      <text class="icon_transport transport-saoma"></text>
4
+      <text class="newicon newicon-saoma"></text>
5 5
     </view>
6 6
     <view class="scanFont">可通过扫一扫功能设置科室,扫描二维码后设置或替换科室</view>
7 7
     <view class="scanFont nr">

+ 6 - 6
pages/signIn_blood/signIn_blood.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 签到成功 </view>
@@ -68,7 +68,7 @@
68 68
             uni.redirectTo({
69 69
               url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=200&scanOrHand=${type}`,
70 70
             });
71
-            
71
+
72 72
           }else if (ress.state == 200 && ress.data.state == 400 && ress.data.orderState != 5) {
73 73
             uni.redirectTo({
74 74
               url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.data))}&status=400&scanOrHand=${type}&qrcode=${ress1}`,
@@ -196,7 +196,7 @@
196 196
                 }
197 197
               });
198 198
               // 判断是否有多个血袋号 end
199
-              
199
+
200 200
             } else {
201 201
               uni.hideLoading();
202 202
             }
@@ -250,7 +250,7 @@
250 250
         margin: 0 auto;
251 251
         border-radius: 50%;
252 252
         line-height: 140rpx;
253
-        
253
+
254 254
         .speNum{
255 255
           text-align: center;
256 256
           font-size: 140rpx;
@@ -335,12 +335,12 @@
335 335
       display: flex;
336 336
       justify-content: space-between;
337 337
       flex-wrap: wrap;
338
-    
338
+
339 339
       &::after {
340 340
         content: '';
341 341
         flex: 1;
342 342
       }
343
-    
343
+
344 344
       view {
345 345
         height: 88rpx;
346 346
         width: 48%;

+ 1 - 1
pages/specimenCheckingDetail/specimenCheckingDetail.vue

@@ -50,7 +50,7 @@
50 50
               <view class="text_big">{{
51 51
                 item.sickRoom ? item.sickRoom.dept : "无"
52 52
               }}</view>
53
-              <text style="width: 4em;text-align: center;" class="icon_transport transport-arrow-right-full"></text>
53
+              <text style="width: 4em;text-align: center;" class="newicon newicon-arrow-right-full"></text>
54 54
               <view class="text_big">{{
55 55
                 item.checkDept ? item.checkDept.dept : "无"
56 56
               }}</view>

+ 4 - 4
pages/specimenHandoverNew/specimenHandoverNew.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
         <view class="text1"> 签到成功 </view>
7 7
       </view>
8 8
       <view class="Scanning_top_text">
@@ -16,7 +16,7 @@
16 16
           {{item.name}}
17 17
         </view>
18 18
       </view>
19
-      
19
+
20 20
       <view class="Scanning_cont_list">
21 21
         <view class="Scanning_cont_list_item Scanning_cont_list_head">
22 22
           <view class="name" v-if="type === 'patient'">
@@ -339,7 +339,7 @@
339 339
       width: 710rpx;
340 340
       margin: 0 20rpx;
341 341
       background-color: #fff;
342
-      
342
+
343 343
       .Scanning_cont_head{
344 344
         flex-shrink: 0;
345 345
         height: 78rpx;
@@ -383,7 +383,7 @@
383 383
           }
384 384
         }
385 385
       }
386
-      
386
+
387 387
       .Scanning_cont_list{
388 388
         flex: 1;
389 389
         min-height: 0;

+ 2 - 2
pages/specimenOrderComplete/specimenOrderComplete.vue

@@ -2,7 +2,7 @@
2 2
   <view class="Scanning_Result">
3 3
     <view class="Scanning_top">
4 4
       <view class="Scanning_top_icon">
5
-        <text class="cubeic-ok icon_transport transport-duigou"></text>
5
+        <text class="cubeic-ok newicon newicon-duigou"></text>
6 6
       </view>
7 7
       <view class="Scanning_top_text">
8 8
         <view class="text1"> 交接成功 </view>
@@ -46,7 +46,7 @@
46 46
       };
47 47
     },
48 48
     methods: {
49
-      
49
+
50 50
       // 知道了
51 51
       goIndex() {
52 52
         uni.navigateTo({

File diff suppressed because it is too large
+ 865 - 705
static/font/demo_index.html


+ 181 - 154
static/font/iconfont.css

@@ -1,412 +1,439 @@
1 1
 @font-face {
2
-  font-family: "icon_transport"; /* Project id 2522689 */
3
-  src: url('~@/static/font/iconfont.woff2?t=1661333576251') format('woff2'),
4
-       url('~@/static/font/iconfont.woff?t=1661333576251') format('woff'),
5
-       url('~@/static/font/iconfont.ttf?t=1661333576251') format('truetype'),
6
-       url('~@/static/font/iconfont.svg?t=1661333576251#icon_transport') format('svg');
2
+  font-family: "newicon"; /* Project id 4304849 */
3
+  src: url('~@/static/font/iconfont.woff2?t=1728892542465') format('woff2'),
4
+       url('~@/static/font/iconfont.woff?t=1728892542465') format('woff'),
5
+       url('~@/static/font/iconfont.ttf?t=1728892542465') format('truetype');
7 6
 }
8 7
 
9
-.icon_transport {
10
-  font-family: "icon_transport" !important;
8
+.newicon {
9
+  font-family: "newicon" !important;
11 10
   font-size: 16px;
12 11
   font-style: normal;
13 12
   -webkit-font-smoothing: antialiased;
14 13
   -moz-osx-font-smoothing: grayscale;
15 14
 }
16 15
 
17
-.transport-arrow-right-full:before {
18
-  content: "\ea66";
19
-}
20
-
21
-.transport-zu1468:before {
22
-  content: "\e6b6";
23
-}
24
-
25
-.transport-Bduanshuzi:before {
26
-  content: "\e624";
27
-}
28
-
29
-.transport-Bduanshuzi1:before {
30
-  content: "\e625";
31
-}
32
-
33
-.transport-Bduanshuzi11:before {
34
-  content: "\e608";
35
-}
36
-
37
-.transport-zhong1:before {
38
-  content: "\e61d";
39
-}
40
-
41
-.transport-te1:before {
42
-  content: "\e739";
43
-}
44
-
45
-.transport-wei:before {
46
-  content: "\e61e";
47
-}
48
-
49
-.transport-keshijieshao:before {
16
+.newicon-keshijieshao:before {
50 17
   content: "\e600";
51 18
 }
52 19
 
53
-.transport-xiala1:before {
20
+.newicon-xiala11:before {
54 21
   content: "\e66b";
55 22
 }
56 23
 
57
-.transport-shouye:before {
24
+.newicon-shouye:before {
58 25
   content: "\e605";
59 26
 }
60 27
 
61
-.transport-liebiao:before {
28
+.newicon-liebiao1:before {
62 29
   content: "\e632";
63 30
 }
64 31
 
65
-.transport-tongjifenxi:before {
32
+.newicon-tongjifenxi:before {
66 33
   content: "\e712";
67 34
 }
68 35
 
69
-.transport-xiangzuo:before {
70
-  content: "\e601";
36
+.newicon-xiangzuo:before {
37
+  content: "\e602";
71 38
 }
72 39
 
73
-.transport-haoping:before {
40
+.newicon-haoping:before {
74 41
   content: "\e612";
75 42
 }
76 43
 
77
-.transport-gengduoda:before {
78
-  content: "\e633";
44
+.newicon-gengduoda:before {
45
+  content: "\e634";
79 46
 }
80 47
 
81
-.transport-shouye1:before {
48
+.newicon-shouye1:before {
82 49
   content: "\e62d";
83 50
 }
84 51
 
85
-.transport-haoping1:before {
52
+.newicon-haoping1:before {
86 53
   content: "\e640";
87 54
 }
88 55
 
89
-.transport-guanbi:before {
56
+.newicon-guanbi:before {
90 57
   content: "\e60c";
91 58
 }
92 59
 
93
-.transport-sousuo:before {
94
-  content: "\e634";
95
-}
96
-
97
-.transport-xiala:before {
60
+.newicon-xiala:before {
98 61
   content: "\e68f";
99 62
 }
100 63
 
101
-.transport-shouye2:before {
64
+.newicon-shouye2:before {
102 65
   content: "\e613";
103 66
 }
104 67
 
105
-.transport-shouye3:before {
68
+.newicon-shouye3:before {
106 69
   content: "\e615";
107 70
 }
108 71
 
109
-.transport-shouye4:before {
72
+.newicon-shouye4:before {
110 73
   content: "\e616";
111 74
 }
112 75
 
113
-.transport-shouye5:before {
76
+.newicon-shouye5:before {
114 77
   content: "\e61c";
115 78
 }
116 79
 
117
-.transport-shouye6:before {
80
+.newicon-shouye6:before {
118 81
   content: "\e642";
119 82
 }
120 83
 
121
-.transport-icon:before {
84
+.newicon-icon:before {
122 85
   content: "\e65f";
123 86
 }
124 87
 
125
-.transport-icon1:before {
88
+.newicon-icon1:before {
126 89
   content: "\e68e";
127 90
 }
128 91
 
129
-.transport-icon2:before {
92
+.newicon-icon2:before {
130 93
   content: "\e69e";
131 94
 }
132 95
 
133
-.transport-daojishi:before {
96
+.newicon-daojishi:before {
134 97
   content: "\e668";
135 98
 }
136 99
 
137
-.transport-shouye7:before {
100
+.newicon-shouye7:before {
138 101
   content: "\e619";
139 102
 }
140 103
 
141
-.transport-xiala2-01:before {
104
+.newicon-xiala2-01:before {
142 105
   content: "\e62e";
143 106
 }
144 107
 
145
-.transport-shibai:before {
108
+.newicon-shibai:before {
146 109
   content: "\e626";
147 110
 }
148 111
 
149
-.transport-duigou:before {
150
-  content: "\e602";
112
+.newicon-duigou:before {
113
+  content: "\e603";
151 114
 }
152 115
 
153
-.transport-shuangjiantouxiangyou-:before {
116
+.newicon-shuangjiantouxiangyou-:before {
154 117
   content: "\e71e";
155 118
 }
156 119
 
157
-.transport-shangla-:before {
120
+.newicon-shangla-:before {
158 121
   content: "\e628";
159 122
 }
160 123
 
161
-.transport-xiaoxi:before {
124
+.newicon-xiaoxi:before {
162 125
   content: "\e617";
163 126
 }
164 127
 
165
-.transport-xiangzuo1:before {
128
+.newicon-xiangzuo1:before {
166 129
   content: "\e673";
167 130
 }
168 131
 
169
-.transport-fuxuankuang:before {
132
+.newicon-fuxuankuang:before {
170 133
   content: "\e639";
171 134
 }
172 135
 
173
-.transport-fuxuankuang-:before {
136
+.newicon-fuxuankuang-:before {
174 137
   content: "\e646";
175 138
 }
176 139
 
177
-.transport-xialajiantou:before {
140
+.newicon-xialajiantou:before {
178 141
   content: "\e638";
179 142
 }
180 143
 
181
-.transport-shiwujiaoxing:before {
182
-  content: "\e635";
144
+.newicon-shiwujiaoxing:before {
145
+  content: "\e637";
183 146
 }
184 147
 
185
-.transport-xiangyou:before {
186
-  content: "\e637";
148
+.newicon-xiangyou:before {
149
+  content: "\e63a";
187 150
 }
188 151
 
189
-.transport-xiangzuo2:before {
152
+.newicon-xiangzuo2:before {
190 153
   content: "\e6b0";
191 154
 }
192 155
 
193
-.transport-webicon19:before {
156
+.newicon-webicon19:before {
194 157
   content: "\e67d";
195 158
 }
196 159
 
197
-.transport-webicon206:before {
160
+.newicon-webicon206:before {
198 161
   content: "\e684";
199 162
 }
200 163
 
201
-.transport-paixujiantoushang:before {
164
+.newicon-paixujiantoushang:before {
202 165
   content: "\e7fe";
203 166
 }
204 167
 
205
-.transport-paixujiantouxia:before {
168
+.newicon-paixujiantouxia:before {
206 169
   content: "\e7ff";
207 170
 }
208 171
 
209
-.transport-paixu-shang:before {
172
+.newicon-paixu-shang:before {
210 173
   content: "\eeeb";
211 174
 }
212 175
 
213
-.transport-paixu-xia:before {
176
+.newicon-paixu-xia:before {
214 177
   content: "\eeec";
215 178
 }
216 179
 
217
-.transport-shouye8:before {
180
+.newicon-shouye8:before {
218 181
   content: "\e621";
219 182
 }
220 183
 
221
-.transport-icon3:before {
184
+.newicon-icon3:before {
222 185
   content: "\e654";
223 186
 }
224 187
 
225
-.transport-tongjibaobiao:before {
188
+.newicon-tongjibaobiao:before {
226 189
   content: "\e677";
227 190
 }
228 191
 
229
-.transport-chuangwei:before {
192
+.newicon-chuangwei:before {
230 193
   content: "\e64a";
231 194
 }
232 195
 
233
-.transport-tongji:before {
196
+.newicon-tongji:before {
234 197
   content: "\e6db";
235 198
 }
236 199
 
237
-.transport-yi-peisong:before {
200
+.newicon-yi-peisong:before {
238 201
   content: "\e647";
239 202
 }
240 203
 
241
-.transport-wei-peisong:before {
242
-  content: "\e662";
204
+.newicon-wei-peisong:before {
205
+  content: "\e663";
243 206
 }
244 207
 
245
-.transport-shujuyuanzongshu:before {
208
+.newicon-shujuyuanzongshu:before {
246 209
   content: "\e650";
247 210
 }
248 211
 
249
-.transport-keshidaozhen:before {
212
+.newicon-keshidaozhen:before {
250 213
   content: "\ead2";
251 214
 }
252 215
 
253
-.transport-shouye9:before {
216
+.newicon-shouye9:before {
254 217
   content: "\e629";
255 218
 }
256 219
 
257
-.transport-luyin:before {
220
+.newicon-luyin:before {
258 221
   content: "\e6c5";
259 222
 }
260 223
 
261
-.transport-xiala2:before {
224
+.newicon-xiala2:before {
262 225
   content: "\e669";
263 226
 }
264 227
 
265
-.transport-wenhao:before {
228
+.newicon-wenhao:before {
266 229
   content: "\e7d2";
267 230
 }
268 231
 
269
-.transport-shouye10:before {
232
+.newicon-shouye10:before {
270 233
   content: "\e63f";
271 234
 }
272 235
 
273
-.transport-shezhi:before {
236
+.newicon-shezhi:before {
274 237
   content: "\e62f";
275 238
 }
276 239
 
277
-.transport-required:before {
278
-  content: "\e603";
240
+.newicon-required:before {
241
+  content: "\e606";
279 242
 }
280 243
 
281
-.transport-yunzhuanzhentongjiicon-:before {
282
-  content: "\e61a";
244
+.newicon-yunzhuanzhentongjiicon-:before {
245
+  content: "\e61b";
283 246
 }
284 247
 
285
-.transport-tag27fuben:before {
248
+.newicon-tag27fuben:before {
286 249
   content: "\e614";
287 250
 }
288 251
 
289
-.transport-qidian:before {
252
+.newicon-qidian:before {
290 253
   content: "\e6e7";
291 254
 }
292 255
 
293
-.transport-search:before {
256
+.newicon-search:before {
294 257
   content: "\e651";
295 258
 }
296 259
 
297
-.transport-saoma:before {
298
-  content: "\e660";
299
-}
300
-
301
-.transport-qita:before {
260
+.newicon-qita:before {
302 261
   content: "\e60f";
303 262
 }
304 263
 
305
-.transport-shuyeguanli:before {
264
+.newicon-shuyeguanli:before {
306 265
   content: "\e678";
307 266
 }
308 267
 
309
-.transport-yidonghuliicon_biaobenliuqu:before {
310
-  content: "\e61b";
268
+.newicon-yidonghuliicon_biaobenliuqu:before {
269
+  content: "\e61d";
311 270
 }
312 271
 
313
-.transport-zhengchang:before {
272
+.newicon-zhengchang:before {
314 273
   content: "\e63e";
315 274
 }
316 275
 
317
-.transport-yichang:before {
318
-  content: "\e63a";
276
+.newicon-yichang:before {
277
+  content: "\e63b";
319 278
 }
320 279
 
321
-.transport-icon_liucheng:before {
322
-  content: "\e636";
280
+.newicon-icon_liucheng:before {
281
+  content: "\e63c";
323 282
 }
324 283
 
325
-.transport-peijianlunyitubiao:before {
284
+.newicon-peijianlunyitubiao:before {
326 285
   content: "\e655";
327 286
 }
328 287
 
329
-.transport-ccgl-kuneizhuanyi-1:before {
288
+.newicon-ccgl-kuneizhuanyi-1:before {
330 289
   content: "\e6e5";
331 290
 }
332 291
 
333
-.transport-qita1:before {
334
-  content: "\e663";
292
+.newicon-qita1:before {
293
+  content: "\e664";
335 294
 }
336 295
 
337
-.transport--:before {
296
+.newicon--:before {
338 297
   content: "\e60b";
339 298
 }
340 299
 
341
-.transport-yaopin:before {
342
-  content: "\e604";
300
+.newicon-yaopin:before {
301
+  content: "\e607";
343 302
 }
344 303
 
345
-.transport-biaobencaiji:before {
304
+.newicon-biaobencaiji:before {
346 305
   content: "\e6ea";
347 306
 }
348 307
 
349
-.transport-erweima:before {
350
-  content: "\e606";
308
+.newicon-erweima:before {
309
+  content: "\e608";
351 310
 }
352 311
 
353
-.transport-chaoshi:before {
354
-  content: "\e63b";
312
+.newicon-chaoshi:before {
313
+  content: "\e63d";
355 314
 }
356 315
 
357
-.transport-guanbi1:before {
316
+.newicon-guanbi1:before {
358 317
   content: "\e658";
359 318
 }
360 319
 
361
-.transport-lingdang:before {
320
+.newicon-lingdang:before {
362 321
   content: "\e60d";
363 322
 }
364 323
 
365
-.transport-laba1:before {
324
+.newicon-laba1:before {
366 325
   content: "\e681";
367 326
 }
368 327
 
369
-.transport-iconfontcrmtubiao68:before {
328
+.newicon-iconfontcrmtubiao68:before {
370 329
   content: "\e61f";
371 330
 }
372 331
 
373
-.transport-qiehuan:before {
374
-  content: "\e63c";
332
+.newicon-qiehuan:before {
333
+  content: "\e641";
375 334
 }
376 335
 
377
-.transport-duigou1:before {
336
+.newicon-duigou1:before {
378 337
   content: "\e618";
379 338
 }
380 339
 
381
-.transport-shishijiankong_lunxun:before {
382
-  content: "\e641";
340
+.newicon-shishijiankong_lunxun:before {
341
+  content: "\e643";
383 342
 }
384 343
 
385
-.transport-zhongdianguanzhu:before {
386
-  content: "\e607";
344
+.newicon-zhongdianguanzhu:before {
345
+  content: "\e609";
387 346
 }
388 347
 
389
-.transport-lajitong:before {
348
+.newicon-lajitong:before {
390 349
   content: "\e631";
391 350
 }
392 351
 
393
-.transport-tubiao_wei:before {
352
+.newicon-tubiao_wei:before {
394 353
   content: "\e6b4";
395 354
 }
396 355
 
397
-.transport-zhong:before {
356
+.newicon-zhong:before {
398 357
   content: "\e69f";
399 358
 }
400 359
 
401
-.transport-1_round_solid:before {
360
+.newicon-1_round_solid:before {
402 361
   content: "\e64e";
403 362
 }
404 363
 
405
-.transport-2_round_solid:before {
364
+.newicon-2_round_solid:before {
406 365
   content: "\e64f";
407 366
 }
408 367
 
409
-.transport-3_round_solid:before {
368
+.newicon-3_round_solid:before {
410 369
   content: "\e652";
411 370
 }
412 371
 
372
+.newicon-zhong1:before {
373
+  content: "\e61e";
374
+}
375
+
376
+.newicon-te1:before {
377
+  content: "\e739";
378
+}
379
+
380
+.newicon-wei:before {
381
+  content: "\e620";
382
+}
383
+
384
+.newicon-Bduanshuzi:before {
385
+  content: "\e624";
386
+}
387
+
388
+.newicon-Bduanshuzi1:before {
389
+  content: "\e625";
390
+}
391
+
392
+.newicon-Bduanshuzi11:before {
393
+  content: "\e60e";
394
+}
395
+
396
+.newicon-zu1468:before {
397
+  content: "\e6b6";
398
+}
399
+
400
+.newicon-arrow-right-full:before {
401
+  content: "\ea66";
402
+}
403
+
404
+.newicon-sousuo:before {
405
+  content: "\e633";
406
+}
407
+
408
+.newicon-tongji6:before {
409
+  content: "\e6d1";
410
+}
411
+
412
+.newicon-liebiao:before {
413
+  content: "\e61a";
414
+}
415
+
416
+.newicon-icon_zhengzaijinx:before {
417
+  content: "\e635";
418
+}
419
+
420
+.newicon-xiala1:before {
421
+  content: "\e662";
422
+}
423
+
424
+.newicon-saoma:before {
425
+  content: "\e660";
426
+}
427
+
428
+.newicon-yifeiguanli:before {
429
+  content: "\e60a";
430
+}
431
+
432
+.newicon-a-ziyuan7:before {
433
+  content: "\e604";
434
+}
435
+
436
+.newicon-a-ziyuan3:before {
437
+  content: "\e601";
438
+}
439
+

File diff suppressed because it is too large
+ 1 - 1
static/font/iconfont.js


+ 161 - 112
static/font/iconfont.json

@@ -1,67 +1,11 @@
1 1
 {
2
-  "id": "2522689",
3
-  "name": "转运图标",
4
-  "font_family": "icon_transport",
5
-  "css_prefix_text": "transport-",
2
+  "id": "4304849",
3
+  "name": "转运图标移动端",
4
+  "font_family": "newicon",
5
+  "css_prefix_text": "newicon-",
6 6
   "description": "",
7 7
   "glyphs": [
8 8
     {
9
-      "icon_id": "18175500",
10
-      "name": "单箭头,长箭头,右",
11
-      "font_class": "arrow-right-full",
12
-      "unicode": "ea66",
13
-      "unicode_decimal": 60006
14
-    },
15
-    {
16
-      "icon_id": "19675369",
17
-      "name": "急",
18
-      "font_class": "zu1468",
19
-      "unicode": "e6b6",
20
-      "unicode_decimal": 59062
21
-    },
22
-    {
23
-      "icon_id": "5532962",
24
-      "name": "B端数字2",
25
-      "font_class": "Bduanshuzi",
26
-      "unicode": "e624",
27
-      "unicode_decimal": 58916
28
-    },
29
-    {
30
-      "icon_id": "5532965",
31
-      "name": "B端数字1",
32
-      "font_class": "Bduanshuzi1",
33
-      "unicode": "e625",
34
-      "unicode_decimal": 58917
35
-    },
36
-    {
37
-      "icon_id": "18722118",
38
-      "name": "B端数字3",
39
-      "font_class": "Bduanshuzi11",
40
-      "unicode": "e608",
41
-      "unicode_decimal": 58888
42
-    },
43
-    {
44
-      "icon_id": "2759409",
45
-      "name": "重",
46
-      "font_class": "zhong1",
47
-      "unicode": "e61d",
48
-      "unicode_decimal": 58909
49
-    },
50
-    {
51
-      "icon_id": "15782971",
52
-      "name": "特",
53
-      "font_class": "te1",
54
-      "unicode": "e739",
55
-      "unicode_decimal": 59193
56
-    },
57
-    {
58
-      "icon_id": "17743297",
59
-      "name": "危",
60
-      "font_class": "wei",
61
-      "unicode": "e61e",
62
-      "unicode_decimal": 58910
63
-    },
64
-    {
65 9
       "icon_id": "3022726",
66 10
       "name": "科室介绍",
67 11
       "font_class": "keshijieshao",
@@ -71,7 +15,7 @@
71 15
     {
72 16
       "icon_id": "982411",
73 17
       "name": "下拉1",
74
-      "font_class": "xiala1",
18
+      "font_class": "xiala11",
75 19
       "unicode": "e66b",
76 20
       "unicode_decimal": 58987
77 21
     },
@@ -85,7 +29,7 @@
85 29
     {
86 30
       "icon_id": "3391239",
87 31
       "name": "列表",
88
-      "font_class": "liebiao",
32
+      "font_class": "liebiao1",
89 33
       "unicode": "e632",
90 34
       "unicode_decimal": 58930
91 35
     },
@@ -100,8 +44,8 @@
100 44
       "icon_id": "1353",
101 45
       "name": "向左",
102 46
       "font_class": "xiangzuo",
103
-      "unicode": "e601",
104
-      "unicode_decimal": 58881
47
+      "unicode": "e602",
48
+      "unicode_decimal": 58882
105 49
     },
106 50
     {
107 51
       "icon_id": "398877",
@@ -114,8 +58,8 @@
114 58
       "icon_id": "695135",
115 59
       "name": "更多 大",
116 60
       "font_class": "gengduoda",
117
-      "unicode": "e633",
118
-      "unicode_decimal": 58931
61
+      "unicode": "e634",
62
+      "unicode_decimal": 58932
119 63
     },
120 64
     {
121 65
       "icon_id": "765588",
@@ -139,13 +83,6 @@
139 83
       "unicode_decimal": 58892
140 84
     },
141 85
     {
142
-      "icon_id": "2675116",
143
-      "name": "搜索",
144
-      "font_class": "sousuo",
145
-      "unicode": "e634",
146
-      "unicode_decimal": 58932
147
-    },
148
-    {
149 86
       "icon_id": "704337",
150 87
       "name": "下拉",
151 88
       "font_class": "xiala",
@@ -240,8 +177,8 @@
240 177
       "icon_id": "3668000",
241 178
       "name": "对勾",
242 179
       "font_class": "duigou",
243
-      "unicode": "e602",
244
-      "unicode_decimal": 58882
180
+      "unicode": "e603",
181
+      "unicode_decimal": 58883
245 182
     },
246 183
     {
247 184
       "icon_id": "2015246",
@@ -296,15 +233,15 @@
296 233
       "icon_id": "383685",
297 234
       "name": "实五角星",
298 235
       "font_class": "shiwujiaoxing",
299
-      "unicode": "e635",
300
-      "unicode_decimal": 58933
236
+      "unicode": "e637",
237
+      "unicode_decimal": 58935
301 238
     },
302 239
     {
303 240
       "icon_id": "479506",
304 241
       "name": "向右",
305 242
       "font_class": "xiangyou",
306
-      "unicode": "e637",
307
-      "unicode_decimal": 58935
243
+      "unicode": "e63a",
244
+      "unicode_decimal": 58938
308 245
     },
309 246
     {
310 247
       "icon_id": "814447",
@@ -401,8 +338,8 @@
401 338
       "icon_id": "3264610",
402 339
       "name": "未-配送",
403 340
       "font_class": "wei-peisong",
404
-      "unicode": "e662",
405
-      "unicode_decimal": 58978
341
+      "unicode": "e663",
342
+      "unicode_decimal": 58979
406 343
     },
407 344
     {
408 345
       "icon_id": "5094525",
@@ -464,15 +401,15 @@
464 401
       "icon_id": "2817690",
465 402
       "name": "星号",
466 403
       "font_class": "required",
467
-      "unicode": "e603",
468
-      "unicode_decimal": 58883
404
+      "unicode": "e606",
405
+      "unicode_decimal": 58886
469 406
     },
470 407
     {
471 408
       "icon_id": "5260595",
472 409
       "name": "空白页-暂无漏接诊单",
473 410
       "font_class": "yunzhuanzhentongjiicon-",
474
-      "unicode": "e61a",
475
-      "unicode_decimal": 58906
411
+      "unicode": "e61b",
412
+      "unicode_decimal": 58907
476 413
     },
477 414
     {
478 415
       "icon_id": "7035784",
@@ -496,13 +433,6 @@
496 433
       "unicode_decimal": 58961
497 434
     },
498 435
     {
499
-      "icon_id": "6757421",
500
-      "name": "扫一扫",
501
-      "font_class": "saoma",
502
-      "unicode": "e660",
503
-      "unicode_decimal": 58976
504
-    },
505
-    {
506 436
       "icon_id": "4082004",
507 437
       "name": "其他",
508 438
       "font_class": "qita",
@@ -520,8 +450,8 @@
520 450
       "icon_id": "10059601",
521 451
       "name": "标本留取",
522 452
       "font_class": "yidonghuliicon_biaobenliuqu",
523
-      "unicode": "e61b",
524
-      "unicode_decimal": 58907
453
+      "unicode": "e61d",
454
+      "unicode_decimal": 58909
525 455
     },
526 456
     {
527 457
       "icon_id": "5762790",
@@ -534,15 +464,15 @@
534 464
       "icon_id": "6853490",
535 465
       "name": "异常",
536 466
       "font_class": "yichang",
537
-      "unicode": "e63a",
538
-      "unicode_decimal": 58938
467
+      "unicode": "e63b",
468
+      "unicode_decimal": 58939
539 469
     },
540 470
     {
541 471
       "icon_id": "4852580",
542 472
       "name": "icon_liucheng",
543 473
       "font_class": "icon_liucheng",
544
-      "unicode": "e636",
545
-      "unicode_decimal": 58934
474
+      "unicode": "e63c",
475
+      "unicode_decimal": 58940
546 476
     },
547 477
     {
548 478
       "icon_id": "1473516",
@@ -562,8 +492,8 @@
562 492
       "icon_id": "7503408",
563 493
       "name": "其他",
564 494
       "font_class": "qita1",
565
-      "unicode": "e663",
566
-      "unicode_decimal": 58979
495
+      "unicode": "e664",
496
+      "unicode_decimal": 58980
567 497
     },
568 498
     {
569 499
       "icon_id": "9385203",
@@ -576,8 +506,8 @@
576 506
       "icon_id": "9714964",
577 507
       "name": "药品",
578 508
       "font_class": "yaopin",
579
-      "unicode": "e604",
580
-      "unicode_decimal": 58884
509
+      "unicode": "e607",
510
+      "unicode_decimal": 58887
581 511
     },
582 512
     {
583 513
       "icon_id": "11830234",
@@ -590,15 +520,15 @@
590 520
       "icon_id": "3086025",
591 521
       "name": "二维码",
592 522
       "font_class": "erweima",
593
-      "unicode": "e606",
594
-      "unicode_decimal": 58886
523
+      "unicode": "e608",
524
+      "unicode_decimal": 58888
595 525
     },
596 526
     {
597 527
       "icon_id": "7489416",
598 528
       "name": "超时",
599 529
       "font_class": "chaoshi",
600
-      "unicode": "e63b",
601
-      "unicode_decimal": 58939
530
+      "unicode": "e63d",
531
+      "unicode_decimal": 58941
602 532
     },
603 533
     {
604 534
       "icon_id": "9016785",
@@ -632,8 +562,8 @@
632 562
       "icon_id": "3136914",
633 563
       "name": "切换",
634 564
       "font_class": "qiehuan",
635
-      "unicode": "e63c",
636
-      "unicode_decimal": 58940
565
+      "unicode": "e641",
566
+      "unicode_decimal": 58945
637 567
     },
638 568
     {
639 569
       "icon_id": "4880388",
@@ -646,15 +576,15 @@
646 576
       "icon_id": "8436465",
647 577
       "name": "实时监控_轮巡",
648 578
       "font_class": "shishijiankong_lunxun",
649
-      "unicode": "e641",
650
-      "unicode_decimal": 58945
579
+      "unicode": "e643",
580
+      "unicode_decimal": 58947
651 581
     },
652 582
     {
653 583
       "icon_id": "13254797",
654 584
       "name": "重点关注",
655 585
       "font_class": "zhongdianguanzhu",
656
-      "unicode": "e607",
657
-      "unicode_decimal": 58887
586
+      "unicode": "e609",
587
+      "unicode_decimal": 58889
658 588
     },
659 589
     {
660 590
       "icon_id": "1134075",
@@ -697,6 +627,125 @@
697 627
       "font_class": "3_round_solid",
698 628
       "unicode": "e652",
699 629
       "unicode_decimal": 58962
630
+    },
631
+    {
632
+      "icon_id": "2759409",
633
+      "name": "重",
634
+      "font_class": "zhong1",
635
+      "unicode": "e61e",
636
+      "unicode_decimal": 58910
637
+    },
638
+    {
639
+      "icon_id": "15782971",
640
+      "name": "特",
641
+      "font_class": "te1",
642
+      "unicode": "e739",
643
+      "unicode_decimal": 59193
644
+    },
645
+    {
646
+      "icon_id": "17743297",
647
+      "name": "危",
648
+      "font_class": "wei",
649
+      "unicode": "e620",
650
+      "unicode_decimal": 58912
651
+    },
652
+    {
653
+      "icon_id": "5532962",
654
+      "name": "B端数字2",
655
+      "font_class": "Bduanshuzi",
656
+      "unicode": "e624",
657
+      "unicode_decimal": 58916
658
+    },
659
+    {
660
+      "icon_id": "5532965",
661
+      "name": "B端数字1",
662
+      "font_class": "Bduanshuzi1",
663
+      "unicode": "e625",
664
+      "unicode_decimal": 58917
665
+    },
666
+    {
667
+      "icon_id": "18722118",
668
+      "name": "B端数字3",
669
+      "font_class": "Bduanshuzi11",
670
+      "unicode": "e60e",
671
+      "unicode_decimal": 58894
672
+    },
673
+    {
674
+      "icon_id": "19675369",
675
+      "name": "急",
676
+      "font_class": "zu1468",
677
+      "unicode": "e6b6",
678
+      "unicode_decimal": 59062
679
+    },
680
+    {
681
+      "icon_id": "18175500",
682
+      "name": "单箭头,长箭头,右",
683
+      "font_class": "arrow-right-full",
684
+      "unicode": "ea66",
685
+      "unicode_decimal": 60006
686
+    },
687
+    {
688
+      "icon_id": "2675116",
689
+      "name": "搜索",
690
+      "font_class": "sousuo",
691
+      "unicode": "e633",
692
+      "unicode_decimal": 58931
693
+    },
694
+    {
695
+      "icon_id": "782232",
696
+      "name": "统计6",
697
+      "font_class": "tongji6",
698
+      "unicode": "e6d1",
699
+      "unicode_decimal": 59089
700
+    },
701
+    {
702
+      "icon_id": "2172644",
703
+      "name": "列表",
704
+      "font_class": "liebiao",
705
+      "unicode": "e61a",
706
+      "unicode_decimal": 58906
707
+    },
708
+    {
709
+      "icon_id": "4852661",
710
+      "name": "icon_zhengzaijinx",
711
+      "font_class": "icon_zhengzaijinx",
712
+      "unicode": "e635",
713
+      "unicode_decimal": 58933
714
+    },
715
+    {
716
+      "icon_id": "5933299",
717
+      "name": "xiala02",
718
+      "font_class": "xiala1",
719
+      "unicode": "e662",
720
+      "unicode_decimal": 58978
721
+    },
722
+    {
723
+      "icon_id": "6757421",
724
+      "name": "扫一扫",
725
+      "font_class": "saoma",
726
+      "unicode": "e660",
727
+      "unicode_decimal": 58976
728
+    },
729
+    {
730
+      "icon_id": "39332508",
731
+      "name": "医废管理",
732
+      "font_class": "yifeiguanli",
733
+      "unicode": "e60a",
734
+      "unicode_decimal": 58890
735
+    },
736
+    {
737
+      "icon_id": "37864731",
738
+      "name": "头像",
739
+      "font_class": "a-ziyuan7",
740
+      "unicode": "e604",
741
+      "unicode_decimal": 58884
742
+    },
743
+    {
744
+      "icon_id": "37861550",
745
+      "name": "箭头上",
746
+      "font_class": "a-ziyuan3",
747
+      "unicode": "e601",
748
+      "unicode_decimal": 58881
700 749
     }
701 750
   ]
702 751
 }

File diff suppressed because it is too large
+ 0 - 217
static/font/iconfont.svg


BIN
static/font/iconfont.ttf


BIN
static/font/iconfont.woff


BIN
static/font/iconfont.woff2


+ 0 - 539
static/newIcon/demo.css

@@ -1,539 +0,0 @@
1
-/* Logo 字体 */
2
-@font-face {
3
-  font-family: "iconfont logo";
4
-  src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
5
-  src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
6
-    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
7
-    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
8
-    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
9
-}
10
-
11
-.logo {
12
-  font-family: "iconfont logo";
13
-  font-size: 160px;
14
-  font-style: normal;
15
-  -webkit-font-smoothing: antialiased;
16
-  -moz-osx-font-smoothing: grayscale;
17
-}
18
-
19
-/* tabs */
20
-.nav-tabs {
21
-  position: relative;
22
-}
23
-
24
-.nav-tabs .nav-more {
25
-  position: absolute;
26
-  right: 0;
27
-  bottom: 0;
28
-  height: 42px;
29
-  line-height: 42px;
30
-  color: #666;
31
-}
32
-
33
-#tabs {
34
-  border-bottom: 1px solid #eee;
35
-}
36
-
37
-#tabs li {
38
-  cursor: pointer;
39
-  width: 100px;
40
-  height: 40px;
41
-  line-height: 40px;
42
-  text-align: center;
43
-  font-size: 16px;
44
-  border-bottom: 2px solid transparent;
45
-  position: relative;
46
-  z-index: 1;
47
-  margin-bottom: -1px;
48
-  color: #666;
49
-}
50
-
51
-
52
-#tabs .active {
53
-  border-bottom-color: #f00;
54
-  color: #222;
55
-}
56
-
57
-.tab-container .content {
58
-  display: none;
59
-}
60
-
61
-/* 页面布局 */
62
-.main {
63
-  padding: 30px 100px;
64
-  width: 960px;
65
-  margin: 0 auto;
66
-}
67
-
68
-.main .logo {
69
-  color: #333;
70
-  text-align: left;
71
-  margin-bottom: 30px;
72
-  line-height: 1;
73
-  height: 110px;
74
-  margin-top: -50px;
75
-  overflow: hidden;
76
-  *zoom: 1;
77
-}
78
-
79
-.main .logo a {
80
-  font-size: 160px;
81
-  color: #333;
82
-}
83
-
84
-.helps {
85
-  margin-top: 40px;
86
-}
87
-
88
-.helps pre {
89
-  padding: 20px;
90
-  margin: 10px 0;
91
-  border: solid 1px #e7e1cd;
92
-  background-color: #fffdef;
93
-  overflow: auto;
94
-}
95
-
96
-.icon_lists {
97
-  width: 100% !important;
98
-  overflow: hidden;
99
-  *zoom: 1;
100
-}
101
-
102
-.icon_lists li {
103
-  width: 100px;
104
-  margin-bottom: 10px;
105
-  margin-right: 20px;
106
-  text-align: center;
107
-  list-style: none !important;
108
-  cursor: default;
109
-}
110
-
111
-.icon_lists li .code-name {
112
-  line-height: 1.2;
113
-}
114
-
115
-.icon_lists .icon {
116
-  display: block;
117
-  height: 100px;
118
-  line-height: 100px;
119
-  font-size: 42px;
120
-  margin: 10px auto;
121
-  color: #333;
122
-  -webkit-transition: font-size 0.25s linear, width 0.25s linear;
123
-  -moz-transition: font-size 0.25s linear, width 0.25s linear;
124
-  transition: font-size 0.25s linear, width 0.25s linear;
125
-}
126
-
127
-.icon_lists .icon:hover {
128
-  font-size: 100px;
129
-}
130
-
131
-.icon_lists .svg-icon {
132
-  /* 通过设置 font-size 来改变图标大小 */
133
-  width: 1em;
134
-  /* 图标和文字相邻时,垂直对齐 */
135
-  vertical-align: -0.15em;
136
-  /* 通过设置 color 来改变 SVG 的颜色/fill */
137
-  fill: currentColor;
138
-  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
139
-      normalize.css 中也包含这行 */
140
-  overflow: hidden;
141
-}
142
-
143
-.icon_lists li .name,
144
-.icon_lists li .code-name {
145
-  color: #666;
146
-}
147
-
148
-/* markdown 样式 */
149
-.markdown {
150
-  color: #666;
151
-  font-size: 14px;
152
-  line-height: 1.8;
153
-}
154
-
155
-.highlight {
156
-  line-height: 1.5;
157
-}
158
-
159
-.markdown img {
160
-  vertical-align: middle;
161
-  max-width: 100%;
162
-}
163
-
164
-.markdown h1 {
165
-  color: #404040;
166
-  font-weight: 500;
167
-  line-height: 40px;
168
-  margin-bottom: 24px;
169
-}
170
-
171
-.markdown h2,
172
-.markdown h3,
173
-.markdown h4,
174
-.markdown h5,
175
-.markdown h6 {
176
-  color: #404040;
177
-  margin: 1.6em 0 0.6em 0;
178
-  font-weight: 500;
179
-  clear: both;
180
-}
181
-
182
-.markdown h1 {
183
-  font-size: 28px;
184
-}
185
-
186
-.markdown h2 {
187
-  font-size: 22px;
188
-}
189
-
190
-.markdown h3 {
191
-  font-size: 16px;
192
-}
193
-
194
-.markdown h4 {
195
-  font-size: 14px;
196
-}
197
-
198
-.markdown h5 {
199
-  font-size: 12px;
200
-}
201
-
202
-.markdown h6 {
203
-  font-size: 12px;
204
-}
205
-
206
-.markdown hr {
207
-  height: 1px;
208
-  border: 0;
209
-  background: #e9e9e9;
210
-  margin: 16px 0;
211
-  clear: both;
212
-}
213
-
214
-.markdown p {
215
-  margin: 1em 0;
216
-}
217
-
218
-.markdown>p,
219
-.markdown>blockquote,
220
-.markdown>.highlight,
221
-.markdown>ol,
222
-.markdown>ul {
223
-  width: 80%;
224
-}
225
-
226
-.markdown ul>li {
227
-  list-style: circle;
228
-}
229
-
230
-.markdown>ul li,
231
-.markdown blockquote ul>li {
232
-  margin-left: 20px;
233
-  padding-left: 4px;
234
-}
235
-
236
-.markdown>ul li p,
237
-.markdown>ol li p {
238
-  margin: 0.6em 0;
239
-}
240
-
241
-.markdown ol>li {
242
-  list-style: decimal;
243
-}
244
-
245
-.markdown>ol li,
246
-.markdown blockquote ol>li {
247
-  margin-left: 20px;
248
-  padding-left: 4px;
249
-}
250
-
251
-.markdown code {
252
-  margin: 0 3px;
253
-  padding: 0 5px;
254
-  background: #eee;
255
-  border-radius: 3px;
256
-}
257
-
258
-.markdown strong,
259
-.markdown b {
260
-  font-weight: 600;
261
-}
262
-
263
-.markdown>table {
264
-  border-collapse: collapse;
265
-  border-spacing: 0px;
266
-  empty-cells: show;
267
-  border: 1px solid #e9e9e9;
268
-  width: 95%;
269
-  margin-bottom: 24px;
270
-}
271
-
272
-.markdown>table th {
273
-  white-space: nowrap;
274
-  color: #333;
275
-  font-weight: 600;
276
-}
277
-
278
-.markdown>table th,
279
-.markdown>table td {
280
-  border: 1px solid #e9e9e9;
281
-  padding: 8px 16px;
282
-  text-align: left;
283
-}
284
-
285
-.markdown>table th {
286
-  background: #F7F7F7;
287
-}
288
-
289
-.markdown blockquote {
290
-  font-size: 90%;
291
-  color: #999;
292
-  border-left: 4px solid #e9e9e9;
293
-  padding-left: 0.8em;
294
-  margin: 1em 0;
295
-}
296
-
297
-.markdown blockquote p {
298
-  margin: 0;
299
-}
300
-
301
-.markdown .anchor {
302
-  opacity: 0;
303
-  transition: opacity 0.3s ease;
304
-  margin-left: 8px;
305
-}
306
-
307
-.markdown .waiting {
308
-  color: #ccc;
309
-}
310
-
311
-.markdown h1:hover .anchor,
312
-.markdown h2:hover .anchor,
313
-.markdown h3:hover .anchor,
314
-.markdown h4:hover .anchor,
315
-.markdown h5:hover .anchor,
316
-.markdown h6:hover .anchor {
317
-  opacity: 1;
318
-  display: inline-block;
319
-}
320
-
321
-.markdown>br,
322
-.markdown>p>br {
323
-  clear: both;
324
-}
325
-
326
-
327
-.hljs {
328
-  display: block;
329
-  background: white;
330
-  padding: 0.5em;
331
-  color: #333333;
332
-  overflow-x: auto;
333
-}
334
-
335
-.hljs-comment,
336
-.hljs-meta {
337
-  color: #969896;
338
-}
339
-
340
-.hljs-string,
341
-.hljs-variable,
342
-.hljs-template-variable,
343
-.hljs-strong,
344
-.hljs-emphasis,
345
-.hljs-quote {
346
-  color: #df5000;
347
-}
348
-
349
-.hljs-keyword,
350
-.hljs-selector-tag,
351
-.hljs-type {
352
-  color: #a71d5d;
353
-}
354
-
355
-.hljs-literal,
356
-.hljs-symbol,
357
-.hljs-bullet,
358
-.hljs-attribute {
359
-  color: #0086b3;
360
-}
361
-
362
-.hljs-section,
363
-.hljs-name {
364
-  color: #63a35c;
365
-}
366
-
367
-.hljs-tag {
368
-  color: #333333;
369
-}
370
-
371
-.hljs-title,
372
-.hljs-attr,
373
-.hljs-selector-id,
374
-.hljs-selector-class,
375
-.hljs-selector-attr,
376
-.hljs-selector-pseudo {
377
-  color: #795da3;
378
-}
379
-
380
-.hljs-addition {
381
-  color: #55a532;
382
-  background-color: #eaffea;
383
-}
384
-
385
-.hljs-deletion {
386
-  color: #bd2c00;
387
-  background-color: #ffecec;
388
-}
389
-
390
-.hljs-link {
391
-  text-decoration: underline;
392
-}
393
-
394
-/* 代码高亮 */
395
-/* PrismJS 1.15.0
396
-https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
397
-/**
398
- * prism.js default theme for JavaScript, CSS and HTML
399
- * Based on dabblet (http://dabblet.com)
400
- * @author Lea Verou
401
- */
402
-code[class*="language-"],
403
-pre[class*="language-"] {
404
-  color: black;
405
-  background: none;
406
-  text-shadow: 0 1px white;
407
-  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
408
-  text-align: left;
409
-  white-space: pre;
410
-  word-spacing: normal;
411
-  word-break: normal;
412
-  word-wrap: normal;
413
-  line-height: 1.5;
414
-
415
-  -moz-tab-size: 4;
416
-  -o-tab-size: 4;
417
-  tab-size: 4;
418
-
419
-  -webkit-hyphens: none;
420
-  -moz-hyphens: none;
421
-  -ms-hyphens: none;
422
-  hyphens: none;
423
-}
424
-
425
-pre[class*="language-"]::-moz-selection,
426
-pre[class*="language-"] ::-moz-selection,
427
-code[class*="language-"]::-moz-selection,
428
-code[class*="language-"] ::-moz-selection {
429
-  text-shadow: none;
430
-  background: #b3d4fc;
431
-}
432
-
433
-pre[class*="language-"]::selection,
434
-pre[class*="language-"] ::selection,
435
-code[class*="language-"]::selection,
436
-code[class*="language-"] ::selection {
437
-  text-shadow: none;
438
-  background: #b3d4fc;
439
-}
440
-
441
-@media print {
442
-
443
-  code[class*="language-"],
444
-  pre[class*="language-"] {
445
-    text-shadow: none;
446
-  }
447
-}
448
-
449
-/* Code blocks */
450
-pre[class*="language-"] {
451
-  padding: 1em;
452
-  margin: .5em 0;
453
-  overflow: auto;
454
-}
455
-
456
-:not(pre)>code[class*="language-"],
457
-pre[class*="language-"] {
458
-  background: #f5f2f0;
459
-}
460
-
461
-/* Inline code */
462
-:not(pre)>code[class*="language-"] {
463
-  padding: .1em;
464
-  border-radius: .3em;
465
-  white-space: normal;
466
-}
467
-
468
-.token.comment,
469
-.token.prolog,
470
-.token.doctype,
471
-.token.cdata {
472
-  color: slategray;
473
-}
474
-
475
-.token.punctuation {
476
-  color: #999;
477
-}
478
-
479
-.namespace {
480
-  opacity: .7;
481
-}
482
-
483
-.token.property,
484
-.token.tag,
485
-.token.boolean,
486
-.token.number,
487
-.token.constant,
488
-.token.symbol,
489
-.token.deleted {
490
-  color: #905;
491
-}
492
-
493
-.token.selector,
494
-.token.attr-name,
495
-.token.string,
496
-.token.char,
497
-.token.builtin,
498
-.token.inserted {
499
-  color: #690;
500
-}
501
-
502
-.token.operator,
503
-.token.entity,
504
-.token.url,
505
-.language-css .token.string,
506
-.style .token.string {
507
-  color: #9a6e3a;
508
-  background: hsla(0, 0%, 100%, .5);
509
-}
510
-
511
-.token.atrule,
512
-.token.attr-value,
513
-.token.keyword {
514
-  color: #07a;
515
-}
516
-
517
-.token.function,
518
-.token.class-name {
519
-  color: #DD4A68;
520
-}
521
-
522
-.token.regex,
523
-.token.important,
524
-.token.variable {
525
-  color: #e90;
526
-}
527
-
528
-.token.important,
529
-.token.bold {
530
-  font-weight: bold;
531
-}
532
-
533
-.token.italic {
534
-  font-style: italic;
535
-}
536
-
537
-.token.entity {
538
-  cursor: help;
539
-}

+ 0 - 326
static/newIcon/demo_index.html

@@ -1,326 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-  <meta charset="utf-8"/>
5
-  <title>iconfont Demo</title>
6
-  <link rel="shortcut icon" href="//img.alicdn.com/imgextra/i4/O1CN01Z5paLz1O0zuCC7osS_!!6000000001644-55-tps-83-82.svg" type="image/x-icon"/>
7
-  <link rel="icon" type="image/svg+xml" href="//img.alicdn.com/imgextra/i4/O1CN01Z5paLz1O0zuCC7osS_!!6000000001644-55-tps-83-82.svg"/>
8
-  <link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
9
-  <link rel="stylesheet" href="demo.css">
10
-  <link rel="stylesheet" href="iconfont.css">
11
-  <script src="iconfont.js"></script>
12
-  <!-- jQuery -->
13
-  <script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
14
-  <!-- 代码高亮 -->
15
-  <script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
16
-  <style>
17
-    .main .logo {
18
-      margin-top: 0;
19
-      height: auto;
20
-    }
21
-
22
-    .main .logo a {
23
-      display: flex;
24
-      align-items: center;
25
-    }
26
-
27
-    .main .logo .sub-title {
28
-      margin-left: 0.5em;
29
-      font-size: 22px;
30
-      color: #fff;
31
-      background: linear-gradient(-45deg, #3967FF, #B500FE);
32
-      -webkit-background-clip: text;
33
-      -webkit-text-fill-color: transparent;
34
-    }
35
-  </style>
36
-</head>
37
-<body>
38
-  <div class="main">
39
-    <h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">
40
-      <img width="200" src="https://img.alicdn.com/imgextra/i3/O1CN01Mn65HV1FfSEzR6DKv_!!6000000000514-55-tps-228-59.svg">
41
-      
42
-    </a></h1>
43
-    <div class="nav-tabs">
44
-      <ul id="tabs" class="dib-box">
45
-        <li class="dib active"><span>Unicode</span></li>
46
-        <li class="dib"><span>Font class</span></li>
47
-        <li class="dib"><span>Symbol</span></li>
48
-      </ul>
49
-      
50
-      <a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=4304849" target="_blank" class="nav-more">查看项目</a>
51
-      
52
-    </div>
53
-    <div class="tab-container">
54
-      <div class="content unicode" style="display: block;">
55
-          <ul class="icon_lists dib-box">
56
-          
57
-            <li class="dib">
58
-              <span class="icon newicon">&#xe635;</span>
59
-                <div class="name">icon_zhengzaijinx</div>
60
-                <div class="code-name">&amp;#xe635;</div>
61
-              </li>
62
-          
63
-            <li class="dib">
64
-              <span class="icon newicon">&#xe662;</span>
65
-                <div class="name">xiala02</div>
66
-                <div class="code-name">&amp;#xe662;</div>
67
-              </li>
68
-          
69
-            <li class="dib">
70
-              <span class="icon newicon">&#xe660;</span>
71
-                <div class="name">扫一扫</div>
72
-                <div class="code-name">&amp;#xe660;</div>
73
-              </li>
74
-          
75
-            <li class="dib">
76
-              <span class="icon newicon">&#xe60a;</span>
77
-                <div class="name">医废管理</div>
78
-                <div class="code-name">&amp;#xe60a;</div>
79
-              </li>
80
-          
81
-            <li class="dib">
82
-              <span class="icon newicon">&#xe604;</span>
83
-                <div class="name">头像</div>
84
-                <div class="code-name">&amp;#xe604;</div>
85
-              </li>
86
-          
87
-            <li class="dib">
88
-              <span class="icon newicon">&#xe601;</span>
89
-                <div class="name">箭头上</div>
90
-                <div class="code-name">&amp;#xe601;</div>
91
-              </li>
92
-          
93
-          </ul>
94
-          <div class="article markdown">
95
-          <h2 id="unicode-">Unicode 引用</h2>
96
-          <hr>
97
-
98
-          <p>Unicode 是字体在网页端最原始的应用方式,特点是:</p>
99
-          <ul>
100
-            <li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
101
-            <li>默认情况下不支持多色,直接添加多色图标会自动去色。</li>
102
-          </ul>
103
-          <blockquote>
104
-            <p>注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)</p>
105
-          </blockquote>
106
-          <p>Unicode 使用步骤如下:</p>
107
-          <h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
108
-<pre><code class="language-css"
109
->@font-face {
110
-  font-family: 'newicon';
111
-  src: url('iconfont.woff2?t=1709362538844') format('woff2'),
112
-       url('iconfont.woff?t=1709362538844') format('woff'),
113
-       url('iconfont.ttf?t=1709362538844') format('truetype');
114
-}
115
-</code></pre>
116
-          <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
117
-<pre><code class="language-css"
118
->.newicon {
119
-  font-family: "newicon" !important;
120
-  font-size: 16px;
121
-  font-style: normal;
122
-  -webkit-font-smoothing: antialiased;
123
-  -moz-osx-font-smoothing: grayscale;
124
-}
125
-</code></pre>
126
-          <h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
127
-<pre>
128
-<code class="language-html"
129
->&lt;span class="newicon"&gt;&amp;#x33;&lt;/span&gt;
130
-</code></pre>
131
-          <blockquote>
132
-            <p>"newicon" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
133
-          </blockquote>
134
-          </div>
135
-      </div>
136
-      <div class="content font-class">
137
-        <ul class="icon_lists dib-box">
138
-          
139
-          <li class="dib">
140
-            <span class="icon newicon newicon-icon_zhengzaijinx"></span>
141
-            <div class="name">
142
-              icon_zhengzaijinx
143
-            </div>
144
-            <div class="code-name">.newicon-icon_zhengzaijinx
145
-            </div>
146
-          </li>
147
-          
148
-          <li class="dib">
149
-            <span class="icon newicon newicon-xiala1"></span>
150
-            <div class="name">
151
-              xiala02
152
-            </div>
153
-            <div class="code-name">.newicon-xiala1
154
-            </div>
155
-          </li>
156
-          
157
-          <li class="dib">
158
-            <span class="icon newicon newicon-saoma"></span>
159
-            <div class="name">
160
-              扫一扫
161
-            </div>
162
-            <div class="code-name">.newicon-saoma
163
-            </div>
164
-          </li>
165
-          
166
-          <li class="dib">
167
-            <span class="icon newicon newicon-yifeiguanli"></span>
168
-            <div class="name">
169
-              医废管理
170
-            </div>
171
-            <div class="code-name">.newicon-yifeiguanli
172
-            </div>
173
-          </li>
174
-          
175
-          <li class="dib">
176
-            <span class="icon newicon newicon-a-ziyuan7"></span>
177
-            <div class="name">
178
-              头像
179
-            </div>
180
-            <div class="code-name">.newicon-a-ziyuan7
181
-            </div>
182
-          </li>
183
-          
184
-          <li class="dib">
185
-            <span class="icon newicon newicon-a-ziyuan3"></span>
186
-            <div class="name">
187
-              箭头上
188
-            </div>
189
-            <div class="code-name">.newicon-a-ziyuan3
190
-            </div>
191
-          </li>
192
-          
193
-        </ul>
194
-        <div class="article markdown">
195
-        <h2 id="font-class-">font-class 引用</h2>
196
-        <hr>
197
-
198
-        <p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p>
199
-        <p>与 Unicode 使用方式相比,具有如下特点:</p>
200
-        <ul>
201
-          <li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li>
202
-          <li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li>
203
-        </ul>
204
-        <p>使用步骤如下:</p>
205
-        <h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
206
-<pre><code class="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt;
207
-</code></pre>
208
-        <h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
209
-<pre><code class="language-html">&lt;span class="newicon newicon-xxx"&gt;&lt;/span&gt;
210
-</code></pre>
211
-        <blockquote>
212
-          <p>"
213
-            newicon" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
214
-        </blockquote>
215
-      </div>
216
-      </div>
217
-      <div class="content symbol">
218
-          <ul class="icon_lists dib-box">
219
-          
220
-            <li class="dib">
221
-                <svg class="icon svg-icon" aria-hidden="true">
222
-                  <use xlink:href="#newicon-icon_zhengzaijinx"></use>
223
-                </svg>
224
-                <div class="name">icon_zhengzaijinx</div>
225
-                <div class="code-name">#newicon-icon_zhengzaijinx</div>
226
-            </li>
227
-          
228
-            <li class="dib">
229
-                <svg class="icon svg-icon" aria-hidden="true">
230
-                  <use xlink:href="#newicon-xiala1"></use>
231
-                </svg>
232
-                <div class="name">xiala02</div>
233
-                <div class="code-name">#newicon-xiala1</div>
234
-            </li>
235
-          
236
-            <li class="dib">
237
-                <svg class="icon svg-icon" aria-hidden="true">
238
-                  <use xlink:href="#newicon-saoma"></use>
239
-                </svg>
240
-                <div class="name">扫一扫</div>
241
-                <div class="code-name">#newicon-saoma</div>
242
-            </li>
243
-          
244
-            <li class="dib">
245
-                <svg class="icon svg-icon" aria-hidden="true">
246
-                  <use xlink:href="#newicon-yifeiguanli"></use>
247
-                </svg>
248
-                <div class="name">医废管理</div>
249
-                <div class="code-name">#newicon-yifeiguanli</div>
250
-            </li>
251
-          
252
-            <li class="dib">
253
-                <svg class="icon svg-icon" aria-hidden="true">
254
-                  <use xlink:href="#newicon-a-ziyuan7"></use>
255
-                </svg>
256
-                <div class="name">头像</div>
257
-                <div class="code-name">#newicon-a-ziyuan7</div>
258
-            </li>
259
-          
260
-            <li class="dib">
261
-                <svg class="icon svg-icon" aria-hidden="true">
262
-                  <use xlink:href="#newicon-a-ziyuan3"></use>
263
-                </svg>
264
-                <div class="name">箭头上</div>
265
-                <div class="code-name">#newicon-a-ziyuan3</div>
266
-            </li>
267
-          
268
-          </ul>
269
-          <div class="article markdown">
270
-          <h2 id="symbol-">Symbol 引用</h2>
271
-          <hr>
272
-
273
-          <p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
274
-            这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p>
275
-          <ul>
276
-            <li>支持多色图标了,不再受单色限制。</li>
277
-            <li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li>
278
-            <li>兼容性较差,支持 IE9+,及现代浏览器。</li>
279
-            <li>浏览器渲染 SVG 的性能一般,还不如 png。</li>
280
-          </ul>
281
-          <p>使用步骤如下:</p>
282
-          <h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
283
-<pre><code class="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;
284
-</code></pre>
285
-          <h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
286
-<pre><code class="language-html">&lt;style&gt;
287
-.icon {
288
-  width: 1em;
289
-  height: 1em;
290
-  vertical-align: -0.15em;
291
-  fill: currentColor;
292
-  overflow: hidden;
293
-}
294
-&lt;/style&gt;
295
-</code></pre>
296
-          <h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
297
-<pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt;
298
-  &lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt;
299
-&lt;/svg&gt;
300
-</code></pre>
301
-          </div>
302
-      </div>
303
-
304
-    </div>
305
-  </div>
306
-  <script>
307
-  $(document).ready(function () {
308
-      $('.tab-container .content:first').show()
309
-
310
-      $('#tabs li').click(function (e) {
311
-        var tabContent = $('.tab-container .content')
312
-        var index = $(this).index()
313
-
314
-        if ($(this).hasClass('active')) {
315
-          return
316
-        } else {
317
-          $('#tabs li').removeClass('active')
318
-          $(this).addClass('active')
319
-
320
-          tabContent.hide().eq(index).fadeIn()
321
-        }
322
-      })
323
-    })
324
-  </script>
325
-</body>
326
-</html>

+ 0 - 39
static/newIcon/iconfont.css

@@ -1,39 +0,0 @@
1
-@font-face {
2
-  font-family: "newicon"; /* Project id 4304849 */
3
-  src: url('~@/static/newIcon/iconfont.woff2?t=1709362538844') format('woff2'),
4
-       url('~@/static/newIcon/iconfont.woff?t=1709362538844') format('woff'),
5
-       url('~@/static/newIcon/iconfont.ttf?t=1709362538844') format('truetype');
6
-}
7
-
8
-.newicon {
9
-  font-family: "newicon" !important;
10
-  font-size: 16px;
11
-  font-style: normal;
12
-  -webkit-font-smoothing: antialiased;
13
-  -moz-osx-font-smoothing: grayscale;
14
-}
15
-
16
-.newicon-icon_zhengzaijinx:before {
17
-  content: "\e635";
18
-}
19
-
20
-.newicon-xiala1:before {
21
-  content: "\e662";
22
-}
23
-
24
-.newicon-saoma:before {
25
-  content: "\e660";
26
-}
27
-
28
-.newicon-yifeiguanli:before {
29
-  content: "\e60a";
30
-}
31
-
32
-.newicon-a-ziyuan7:before {
33
-  content: "\e604";
34
-}
35
-
36
-.newicon-a-ziyuan3:before {
37
-  content: "\e601";
38
-}
39
-

File diff suppressed because it is too large
+ 0 - 1
static/newIcon/iconfont.js


+ 0 - 51
static/newIcon/iconfont.json

@@ -1,51 +0,0 @@
1
-{
2
-  "id": "4304849",
3
-  "name": "新转运图标",
4
-  "font_family": "newicon",
5
-  "css_prefix_text": "newicon-",
6
-  "description": "",
7
-  "glyphs": [
8
-    {
9
-      "icon_id": "4852661",
10
-      "name": "icon_zhengzaijinx",
11
-      "font_class": "icon_zhengzaijinx",
12
-      "unicode": "e635",
13
-      "unicode_decimal": 58933
14
-    },
15
-    {
16
-      "icon_id": "5933299",
17
-      "name": "xiala02",
18
-      "font_class": "xiala1",
19
-      "unicode": "e662",
20
-      "unicode_decimal": 58978
21
-    },
22
-    {
23
-      "icon_id": "6757421",
24
-      "name": "扫一扫",
25
-      "font_class": "saoma",
26
-      "unicode": "e660",
27
-      "unicode_decimal": 58976
28
-    },
29
-    {
30
-      "icon_id": "39332508",
31
-      "name": "医废管理",
32
-      "font_class": "yifeiguanli",
33
-      "unicode": "e60a",
34
-      "unicode_decimal": 58890
35
-    },
36
-    {
37
-      "icon_id": "37864731",
38
-      "name": "头像",
39
-      "font_class": "a-ziyuan7",
40
-      "unicode": "e604",
41
-      "unicode_decimal": 58884
42
-    },
43
-    {
44
-      "icon_id": "37861550",
45
-      "name": "箭头上",
46
-      "font_class": "a-ziyuan3",
47
-      "unicode": "e601",
48
-      "unicode_decimal": 58881
49
-    }
50
-  ]
51
-}

BIN
static/newIcon/iconfont.ttf


BIN
static/newIcon/iconfont.woff


BIN
static/newIcon/iconfont.woff2