소스 검색

评分详情收起菜单添加箭头

zhangxc 5 년 전
부모
커밋
a1f0910c91
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  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}}