提交 7440b04b 编写于 作者: G gongfuxiang

细节优化

上级 7d95349a
...@@ -48,7 +48,7 @@ return array ( ...@@ -48,7 +48,7 @@ return array (
), ),
'plugins_css' => 'plugins_css' =>
array ( array (
0 => 'app\\plugins\\commonrightnavigation\\Hook', 0 => 'app\\plugins\\commononlineservice\\Hook',
1 => 'app\\plugins\\freightfee\\Hook', 1 => 'app\\plugins\\freightfee\\Hook',
2 => 'app\\plugins\\share\\Hook', 2 => 'app\\plugins\\share\\Hook',
3 => 'app\\plugins\\footercustomerservice\\Hook', 3 => 'app\\plugins\\footercustomerservice\\Hook',
...@@ -56,12 +56,12 @@ return array ( ...@@ -56,12 +56,12 @@ return array (
), ),
'plugins_js' => 'plugins_js' =>
array ( array (
0 => 'app\\plugins\\commonrightnavigation\\Hook', 0 => 'app\\plugins\\commononlineservice\\Hook',
1 => 'app\\plugins\\share\\Hook', 1 => 'app\\plugins\\share\\Hook',
), ),
'plugins_view_common_bottom' => 'plugins_view_common_bottom' =>
array ( array (
0 => 'app\\plugins\\commonrightnavigation\\Hook', 0 => 'app\\plugins\\commononlineservice\\Hook',
1 => 'app\\plugins\\expressforkdn\\Hook', 1 => 'app\\plugins\\expressforkdn\\Hook',
2 => 'app\\plugins\\share\\Hook', 2 => 'app\\plugins\\share\\Hook',
), ),
......
...@@ -43,6 +43,9 @@ select {height:28px !important;} ...@@ -43,6 +43,9 @@ select {height:28px !important;}
.o-h { overflow: hidden; } .o-h { overflow: hidden; }
.submit-state { font-size: 16px; width: 25px; height: 25px; line-height: 25px; } .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; } 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; } .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;} .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;} .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;} ...@@ -104,8 +104,6 @@ div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;}
height: 205px; height: 205px;
} }
#imgManager li { #imgManager li {
width: 110px;
height: 110px;
margin: 10px 0 0 10px; margin: 10px 0 0 10px;
border: 1px solid #eee; border: 1px solid #eee;
} }
......
...@@ -1919,7 +1919,7 @@ div.edui-box { ...@@ -1919,7 +1919,7 @@ div.edui-box {
left: 10px !important; left: 10px !important;
width: calc(100% - 20px) !important; width: calc(100% - 20px) !important;
} }
.edui-default .edui-for-emotion { .edui-default .edui-popup.edui-for-emotion {
left: 10px !important; left: 10px !important;
width: calc(100% - 20px) !important; width: calc(100% - 20px) !important;
} }
......
...@@ -6895,7 +6895,6 @@ var fillCharReg = new RegExp(domUtils.fillChar, 'g'); ...@@ -6895,7 +6895,6 @@ var fillCharReg = new RegExp(domUtils.fillChar, 'g');
container = document.getElementById(container); container = document.getElementById(container);
} }
if (container) { if (container) {
options.initialFrameWidth = 100
if(options.initialFrameWidth){ if(options.initialFrameWidth){
options.minFrameWidth = options.initialFrameWidth options.minFrameWidth = options.initialFrameWidth
}else{ }else{
...@@ -26,7 +26,10 @@ button { outline: none; } ...@@ -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 { .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; 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; height: 28px;
font-size: 12px !important; font-size: 12px !important;
} }
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
z-index:9; z-index:9;
top:0; top:0;
left: 0; left: 0;
background-image: url(../../images/commononlineservice/btn-ctn.png); background-image: url(../../../images/commononlineservice/btn-ctn.png);
background-repeat: no-repeat; background-repeat: no-repeat;
display:block; display:block;
height: 120px; height: 120px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册