Browse Source

修改警惕标题样式

zhangxc 6 năm trước cách đây
mục cha
commit
ef31481b8f
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 3 4
      src/components/PushItems/index.less

+ 3 - 4
src/components/PushItems/index.less

@@ -12,7 +12,7 @@
   .vigilant{
     background: #FF8D54;
     overflow: hidden;
-    padding: 10px 0;
+    padding: 10px 15px;
     .title{
       color:#fff;
       font-size: 14px;
@@ -21,9 +21,8 @@
       margin: 10px 0px 0 0;
       img {
         float: left;
-        margin: 1px 2px 0 20px;
-        width: 18px;
-        height: 17px;
+        margin: 0px 5px 0 0px;
+        width: 20px;
       }
     }
     .vigilantContent {