chenmy vor 6 Jahren
Ursprung
Commit
36a2aeab68

BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/list_icon_one.png


BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/list_icon_three.png


BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/list_icon_two.png


+ 10 - 7
TEAMModelOS.SmartTeach/ClientApp/components/resource/list.vue

@@ -182,29 +182,32 @@
   }
   .icon_img {
     width:35px;
-    height:28px;
-    background:url(../../assets/image/resource/list_icon.png) no-repeat 0px 0px ;
+    height:35px;
+    background:url(../../assets/image/resource/list_icon_one.png) no-repeat;
     display:block;
     float:left;
+    margin-left:15px;
   }
   .icon_img_two {
     width: 35px;
-    height: 28px;
-    background: url(../../assets/image/resource/list_icon.png) no-repeat 0px -70px;
+    height: 35px;
+    background: url(../../assets/image/resource/list_icon_two.png) no-repeat;
     display: block;
     float: left;
+    margin-left: 15px;
   }
   .icon_img_three {
     width: 35px;
-    height: 28px;
-    background: url(../../assets/image/resource/list_icon.png) no-repeat 0px -141px;
+    height: 35px;
+    background: url(../../assets/image/resource/list_icon_three.png) no-repeat;
     display: block;
     float: left;
+    margin-left: 15px;
   }
   .moreover_title {
     font-size: 20px;
     color: #fff;
-    margin-left: 40px;
+    margin-left: 30px;
     float: left;
   }
   .jt {