Ver código fonte

样式优化

zhangdehua 1 ano atrás
pai
commit
5dcf7d34f0
2 arquivos alterados com 9 adições e 6 exclusões
  1. 3 4
      app/index/view/base.html
  2. 6 2
      public/assets/index/css/common.css

+ 3 - 4
app/index/view/base.html

@@ -249,12 +249,11 @@
                              alt="">
                     </div>
                     <div class="aRImgItem">
-                        <img src="/assets/index/asstes/icon/cert4.png"
-                             alt="">
-                    </div>
-                    <div class="aRImgItem">
                         <img src="/assets/index/asstes/icon/cert1.png" alt="">
                     </div>
+                    <div class="aRImgItemLast">
+                        <img src="/assets/index/asstes/icon/cert4.png" alt="">
+                    </div>
                 </div>
             </div>
         </div>

+ 6 - 2
public/assets/index/css/common.css

@@ -513,7 +513,7 @@ a:active, a:focus {
     font-size: 0;
 }
 .aLImgItem img{
-    width: .5rem;
+    width: 2.5rem;
     height: .3rem;
 }
 .weText{
@@ -855,7 +855,11 @@ a:active, a:focus {
     }
     .aRImgItem img{
         width: 1.5rem;
-        height: 1.25rem;
+        height: 0.75rem;
+    }
+    .aRImgItemLast img{
+        width: 2.0rem;
+        height: 0.75rem;
     }
     .fLinkTitle{
         font-size: .24rem;