mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
细节优化
This commit is contained in:
@ -48,7 +48,7 @@ return array (
|
||||
),
|
||||
'plugins_css' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\commonrightnavigation\\Hook',
|
||||
0 => 'app\\plugins\\commononlineservice\\Hook',
|
||||
1 => 'app\\plugins\\freightfee\\Hook',
|
||||
2 => 'app\\plugins\\share\\Hook',
|
||||
3 => 'app\\plugins\\footercustomerservice\\Hook',
|
||||
@ -56,12 +56,12 @@ return array (
|
||||
),
|
||||
'plugins_js' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\commonrightnavigation\\Hook',
|
||||
0 => 'app\\plugins\\commononlineservice\\Hook',
|
||||
1 => 'app\\plugins\\share\\Hook',
|
||||
),
|
||||
'plugins_view_common_bottom' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\commonrightnavigation\\Hook',
|
||||
0 => 'app\\plugins\\commononlineservice\\Hook',
|
||||
1 => 'app\\plugins\\expressforkdn\\Hook',
|
||||
2 => 'app\\plugins\\share\\Hook',
|
||||
),
|
||||
|
||||
@ -43,6 +43,9 @@ select {height:28px !important;}
|
||||
.o-h { overflow: hidden; }
|
||||
.submit-state { font-size: 16px; width: 25px; height: 25px; line-height: 25px; }
|
||||
input:hover, select:hover, textarea:hover, .chosen-choices:hover, .chosen-single:hover { border-style:solid; border-width:1px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; border:1px solid #4FACF5 !important; box-shadow:0 0 5px #4FACF5 !important; }
|
||||
.am-input-group-sm > .am-input-group-btn > .am-btn,
|
||||
.am-input-group-sm > .am-form-field,
|
||||
.am-input-group-sm > .am-input-group-label,
|
||||
.am-input-group-sm > .am-input-group-btn > .am-btn { height: 28px; font-size: 12px !important; }
|
||||
.left-menu-more-ico-rotate {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transition: all 300ms;transition: all 300ms;}
|
||||
.am-icon-angle-down {-webkit-transition: all 300ms;transition: all 300ms;}
|
||||
|
||||
@ -104,8 +104,6 @@ div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;}
|
||||
height: 205px;
|
||||
}
|
||||
#imgManager li {
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
margin: 10px 0 0 10px;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
@ -1919,7 +1919,7 @@ div.edui-box {
|
||||
left: 10px !important;
|
||||
width: calc(100% - 20px) !important;
|
||||
}
|
||||
.edui-default .edui-for-emotion {
|
||||
.edui-default .edui-popup.edui-for-emotion {
|
||||
left: 10px !important;
|
||||
width: calc(100% - 20px) !important;
|
||||
}
|
||||
|
||||
@ -6895,7 +6895,6 @@ var fillCharReg = new RegExp(domUtils.fillChar, 'g');
|
||||
container = document.getElementById(container);
|
||||
}
|
||||
if (container) {
|
||||
options.initialFrameWidth = 100
|
||||
if(options.initialFrameWidth){
|
||||
options.minFrameWidth = options.initialFrameWidth
|
||||
}else{
|
||||
|
||||
@ -26,7 +26,10 @@ button { outline: none; }
|
||||
.am-form select, .am-form textarea, .am-form input[type="text"], .am-form input[type="password"], .am-form input[type="datetime"], .am-form input[type="datetime-local"], .am-form input[type="date"], .am-form input[type="month"], .am-form input[type="time"], .am-form input[type="week"], .am-form input[type="number"], .am-form input[type="email"], .am-form input[type="url"], .am-form input[type="search"], .am-form input[type="tel"], .am-form input[type="color"], .am-form-field {
|
||||
font-size: 12px;
|
||||
}
|
||||
.am-input-group-sm > .am-input-group-btn > .am-btn, .am-input-group-sm > .am-form-field {
|
||||
.am-input-group-sm > .am-input-group-btn > .am-btn,
|
||||
.am-input-group-sm > .am-form-field,
|
||||
.am-input-group-sm > .am-input-group-label,
|
||||
.am-input-group-sm > .am-input-group-btn > .am-btn {
|
||||
height: 28px;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
z-index:9;
|
||||
top:0;
|
||||
left: 0;
|
||||
background-image: url(../../images/commononlineservice/btn-ctn.png);
|
||||
background-image: url(../../../images/commononlineservice/btn-ctn.png);
|
||||
background-repeat: no-repeat;
|
||||
display:block;
|
||||
height: 120px;
|
||||
|
||||
Reference in New Issue
Block a user