parent
0dd01f0353
commit
a7c1da825f
|
|
@ -220,7 +220,7 @@ select[xm-select] {
|
||||||
|
|
||||||
.xm-select-parent dl dd.xm-select-this div i {
|
.xm-select-parent dl dd.xm-select-this div i {
|
||||||
border: none;
|
border: none;
|
||||||
color: #67c23a;
|
color: #5FB878;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -294,7 +294,7 @@ select[xm-select] {
|
||||||
.xm-select-parent .xm-select-title div.xm-select-label>span {
|
.xm-select-parent .xm-select-title div.xm-select-label>span {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
background-color: #67c23a;
|
background-color: #5FB878;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,11 @@ layui.define(["jquery","layer"], function (exports) {
|
||||||
style += '.step-item-head{border: 3px solid '+color+';}'
|
style += '.step-item-head{border: 3px solid '+color+';}'
|
||||||
style += '.step-item-tail i{background-color:'+color+'}'
|
style += '.step-item-tail i{background-color:'+color+'}'
|
||||||
style += '.step-item-head{color:' + color + '}'
|
style += '.step-item-head{color:' + color + '}'
|
||||||
|
style += 'div[xm-select-skin=normal] .xm-select-title div.xm-select-label>span i {background-color:'+color+'!important}'
|
||||||
|
style += 'div[xm-select-skin=normal] .xm-select-title div.xm-select-label>span{border: 1px solid '+color+'!important;background-color:'+color+'!important}'
|
||||||
|
style += 'div[xm-select-skin=normal] dl dd:not(.xm-dis-disabled) i{border-color:'+color+'!important}'
|
||||||
|
style += 'div[xm-select-skin=normal] dl dd.xm-select-this:not(.xm-dis-disabled) i{color:'+color+'!important}'
|
||||||
|
style += 'div[xm-select-skin=normal].xm-form-selected .xm-select, div[xm-select-skin=normal].xm-form-selected .xm-select:hover{border-color:'+color+'!important}'
|
||||||
var colorPane = $("#pear-admin-color");
|
var colorPane = $("#pear-admin-color");
|
||||||
if(colorPane.length>0){
|
if(colorPane.length>0){
|
||||||
colorPane.html(style);
|
colorPane.html(style);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue