Parcourir la source

主界面头部样式修改

liupeng il y a 4 ans
Parent
commit
de660b6370
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      src/wotu-ui.css

+ 16 - 0
src/wotu-ui.css

@@ -373,6 +373,16 @@
 }
 .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default{
     background: #fff;
+    position: relative;
+}
+.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default:after{
+    width: 100%;
+    height: 1px;
+    background: #000;
+    content: '';
+    position: absolute;
+    left:0;
+    bottom:-1px
 }
 .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-default .x-tab-close-btn{
     top: 10px;
@@ -509,7 +519,13 @@
 .wotu-ui .x-datepicker-footer .x-btn-default-small{
     background: #004c8b;
 }
+/*.wotu-ui .x-btn-default-small{*/
+/*    background:#004c8b ;*/
+/*}*/
 /*form*/
 .wotu-ui .x-form-readonly .x-form-trigger-wrap{
     border:none
+}
+.wotu-ui .x-menu-item-default.x-menu-item-focus,.wotu-ui .x-menu-item-default.x-menu-item-active{
+    background: #004c8b;
 }