Browse Source

背景色样式

zhangxc 5 năm trước cách đây
mục cha
commit
a25d07bff5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/css/knowledgeTree.less

+ 2 - 0
src/css/knowledgeTree.less

@@ -5,6 +5,8 @@
         height: 40px;
         line-height: 40px;
         background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
+        filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da,endColorstr=#1C85FB);/*IE<9>*/
+        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da, endColorstr=#1C85FB)";/*IE8+*/
     }
     .titleTxt{
         position: relative;