Przeglądaj źródła

Merge branch 'version1.3.7' into test

zhangxc 4 lat temu
rodzic
commit
df0fc64024
2 zmienionych plików z 12 dodań i 1 usunięć
  1. 11 0
      src/css/qcScore.less
  2. 1 1
      src/html/qcScore.html

+ 11 - 0
src/css/qcScore.less

@@ -227,6 +227,16 @@
       //  left: 56px;
       //  top: 4px;
       }
+      .arrow-left{
+        content: "";
+        display: inline-block;
+        width: 8px;
+        height: 32px;
+        background: url("../images/ar.png") no-repeat;
+        position: relative;
+        left: 56px;
+        top: 4px; 
+      }
       ul{
         display: block;
       }
@@ -252,6 +262,7 @@
         // position: absolute;
         // left: -8px;
       }
+     
       li{
         height: 40px;
         line-height: 40px;

+ 1 - 1
src/html/qcScore.html

@@ -22,7 +22,7 @@
     <script type="text/html" id="miniMenuTmpl">
         {{if sonMode.length}}
         <li class="list-1  menu-${id}">
-         
+            <div class="arrow-left"></div>
             {{else}}
         <li class="page  menu-${id}" code="${name}">
             {{/if}}