优化细微配色
parent
af3751f78f
commit
a1df7d9d92
|
|
@ -7,7 +7,7 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #009688;
|
background-color: #5FB878;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
box-shadow: 0px 0px 10px gray;
|
box-shadow: 0px 0px 10px gray;
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,11 @@ layui.define(['table', 'jquery', 'element', 'form', 'pearAuth', 'pearTab', 'pear
|
||||||
'.pearone-color .color-content li.layui-this:after, .pearone-color .color-content li:hover:after {border: ' +
|
'.pearone-color .color-content li.layui-this:after, .pearone-color .color-content li:hover:after {border: ' +
|
||||||
color + ' 2px solid!important;}';
|
color + ' 2px solid!important;}';
|
||||||
|
|
||||||
|
style +='.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{background-color:'+color+'!important}';
|
||||||
|
|
||||||
|
style +='.pear-social-entrance {background-color:'+color+'!important}';
|
||||||
|
|
||||||
|
style +='.pear-admin .pe-collaspe {background-color:'+color+'!important}';
|
||||||
|
|
||||||
// 自 定 义 滚 动 条 样 式
|
// 自 定 义 滚 动 条 样 式
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,6 @@
|
||||||
element = layui.element,
|
element = layui.element,
|
||||||
pearTab = layui.pearTab,
|
pearTab = layui.pearTab,
|
||||||
echarts = layui.echarts,
|
echarts = layui.echarts,
|
||||||
carousel = layui.carousel,
|
|
||||||
carousel = layui.carousel;
|
carousel = layui.carousel;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue