|
|
@@ -290,3 +290,49 @@
|
|
|
color: #5078cb;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+/* 产品分类调整*/
|
|
|
+.el-tree {
|
|
|
+ border: none !important;
|
|
|
+ /*min-height: 300px;*/
|
|
|
+}
|
|
|
+.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content,.el-tree-node:hover{
|
|
|
+ background: none !important;
|
|
|
+}
|
|
|
+.el-tree-node__content:hover{
|
|
|
+ background: none !important;
|
|
|
+}
|
|
|
+.el-tree-node__content:hover span{
|
|
|
+ color: #5078cb;
|
|
|
+}
|
|
|
+.el-pagination .el-pager li.active{
|
|
|
+ background-color: #5078cb;
|
|
|
+ border-color: #337ab7;
|
|
|
+}
|
|
|
+.el-tree-node__content .el-tree-node__expand-icon{
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 14px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ width: inherit;
|
|
|
+ height: inherit;
|
|
|
+ border: inherit;
|
|
|
+ font-weight: bold;
|
|
|
+ text-shadow: -1px 0px 0 #333;
|
|
|
+ margin-right: 3px !important;
|
|
|
+}
|
|
|
+div.el-tree-node__content{
|
|
|
+ line-height: 36px;
|
|
|
+ height: 36px;
|
|
|
+}
|
|
|
+.el-tree-node__children .el-tree-node__content{
|
|
|
+ padding-left: 8px !important;
|
|
|
+}
|
|
|
+.el-tree-node__expand-icon.is-leaf{
|
|
|
+ visibility: hidden;
|
|
|
+}
|
|
|
+.el-tree-node__expand-icon:before{
|
|
|
+ content: "\E621";
|
|
|
+}
|
|
|
+.el-pagination{
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|