2018-12-28 10:58:37 +00:00
|
|
|
/**
|
|
|
|
|
* 公共
|
|
|
|
|
*/
|
2020-07-25 16:22:29 +00:00
|
|
|
*{ outline:none !important; }
|
2020-03-02 05:53:53 +00:00
|
|
|
ul { list-style: none; }
|
|
|
|
|
.none { display:none !important; }
|
|
|
|
|
.block { display:block !important; }
|
2021-02-15 14:45:33 +00:00
|
|
|
.text-deco-none { text-decoration: none !important; }
|
|
|
|
|
.text-deco-line { text-decoration: underline !important; }
|
2018-12-28 10:58:37 +00:00
|
|
|
|
2021-04-26 11:37:16 +00:00
|
|
|
/**
|
|
|
|
|
* 表单组件
|
|
|
|
|
*/
|
|
|
|
|
.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 {
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-28 10:58:37 +00:00
|
|
|
/* 没数据 */
|
2020-10-06 14:24:35 +00:00
|
|
|
.table-no {text-align:center;padding:115px 0;background:#FFF !important;color: #888; }
|
2018-12-28 10:58:37 +00:00
|
|
|
|
|
|
|
|
/* 公共dl样式 */
|
2021-02-15 14:45:33 +00:00
|
|
|
.dl-content dt { float: left; padding-left: 5px; overflow: hidden; width: 120px; }
|
2020-06-14 08:04:37 +00:00
|
|
|
.dl-content dd { padding-left: 120px; }
|
|
|
|
|
.dl-content dd:not(:last-child) { border-bottom: 1px solid #efefef; }
|
2019-05-09 17:19:21 +00:00
|
|
|
.dl-content dt, .dl-content dd { font-weight: normal !important; text-align: left; margin-top: 0px; line-height: 20px; min-height: 40px; padding-top: 10px; padding-bottom: 10px; }
|
2020-07-22 15:06:22 +00:00
|
|
|
.dl-content-dd-only dd { padding-left: 0; }
|
2020-07-28 13:15:47 +00:00
|
|
|
.dl-content-dd-compact dd { line-height: 25px; min-height: 25px; padding: 0; }
|
2018-12-28 10:58:37 +00:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 表单优化
|
|
|
|
|
*/
|
|
|
|
|
.am-form-group:hover>input, .am-form-group:hover>select, .am-form-group:hover>textarea, .am-form-group:hover .chosen-choices, .am-form-group:hover .chosen-single { border: 1px solid #999 ; }
|
|
|
|
|
.am-form-error .chosen-choices, .am-form-error .chosen-default { border: 1px solid #dd514c !important; }
|
|
|
|
|
.am-form-success .chosen-choices, .am-form-success .chosen-single { border: 1px solid #5eb95e !important; }
|
2020-02-12 04:12:43 +00:00
|
|
|
form.am-form .am-form-group-label-tips, form.am-form .am-form-group-label-tips-must { font-size: 12px; font-weight: 400; margin-left: 10px; }
|
2019-03-13 08:20:33 +00:00
|
|
|
form.am-form .am-form-group-label-tips { color: #ccc; }
|
|
|
|
|
form.am-form .am-form-group-label-tips-must { color: #f00; }
|
2019-03-07 10:28:01 +00:00
|
|
|
.am-form-group:hover>label { color: #333 !important; }
|
|
|
|
|
.am-form-group:hover>label>.am-form-group-label-tips { color: #FF9800 !important; }
|
2020-09-10 10:12:50 +00:00
|
|
|
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { border-bottom: 1px dashed #e2e2e2; padding: 15px 20% 20px 5px; margin-bottom: 0; }
|
2020-10-13 06:29:14 +00:00
|
|
|
form.am-form .am-form-group-refreshing, .plug-file-upload-view { border-bottom: 0 !important; }
|
2018-12-28 10:58:37 +00:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 插件
|
|
|
|
|
*/
|
|
|
|
|
.chosen-container { width: 100% !important; }
|
2020-09-15 13:57:19 +00:00
|
|
|
.am-tagsinput { display: block; padding: 2px 5px; border-radius: 2px; }
|
2018-12-28 10:58:37 +00:00
|
|
|
.chosen-choices, .chosen-single { border-radius: 2px; }
|
2021-04-26 11:37:16 +00:00
|
|
|
.chosen-choices li.search-field input[type="text"] { height: 30px !important; }
|
2018-12-28 10:58:37 +00:00
|
|
|
.chosen-choices li.search-field input[type="text"]:hover,
|
|
|
|
|
.am-tagsinput input[type="text"]:hover { box-shadow: 0 0 0 #fff !important; border: 0 !important; }
|
|
|
|
|
.chosen-choices li.search-field input[type="text"]:focus,
|
|
|
|
|
.am-tagsinput input[type="text"]:focus { border-color: #fff; -webkit-box-shadow: inset 0 0 0 0 !important; box-shadow: inset 0 0 0 0 !important; }
|
2021-04-26 11:37:16 +00:00
|
|
|
.chosen-choices { padding: 0px 3px !important; min-height: 30px; }
|
|
|
|
|
.chosen-container-single .chosen-single { height: 30px; line-height: 30px; }
|
2018-12-28 10:58:37 +00:00
|
|
|
.chosen-container-multi .chosen-choices li.search-field { padding-left: 3px; }
|
|
|
|
|
.chosen-container-single .chosen-single { color: #444 !important; }
|
|
|
|
|
.chosen-container-single .chosen-default { color: #999 !important; }
|
|
|
|
|
.chosen-disabled .chosen-choices, .chosen-disabled .chosen-single { background-color: #ccc; }
|
|
|
|
|
.chosen-disabled .search-choice { background: #d6d6d6 !important; }
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 公共提示信息
|
|
|
|
|
*/
|
2020-09-25 15:08:23 +00:00
|
|
|
#common-prompt {position:fixed;top:20px;left:0;right:0;text-align:center;padding:10px 15px;font-size:14px;z-index:10000; border-radius: 2px; width: 260px; margin: 0 auto; word-break: break-all;}
|
2020-08-28 05:09:15 +00:00
|
|
|
#common-prompt.am-alert-danger { background-color: #fef0f0; border-color: #f9d4d4; color: #f56c6c; box-shadow: 0 2px 4px #fef0f0, 0 0 6px rgba(0, 0, 0, 0); }
|
|
|
|
|
#common-prompt.am-alert-warning { background-color: #ffe7d5; border-color: #fbceac; color: #f37b1d; box-shadow: 0 2px 4px #ffe7d5, 0 0 6px rgba(0, 0, 0, 0); }
|
|
|
|
|
#common-prompt.am-alert-success { background-color: #e3fbd6; border-color: #bbe8a3; color: #67c23a; box-shadow: 0 2px 4px #e3fbd6, 0 0 6px rgba(0, 0, 0, 0); }
|
|
|
|
|
#common-prompt .prompt-content { text-align: left; font-size: 12px; }
|
|
|
|
|
#common-prompt .prompt-msg {width: calc(100% - 50px);display: -webkit-inline-box;}
|
2018-12-28 10:58:37 +00:00
|
|
|
|
2020-06-14 08:04:37 +00:00
|
|
|
/**
|
2020-07-13 13:33:55 +00:00
|
|
|
* 默认地图宽高
|
|
|
|
|
*/
|
|
|
|
|
#map {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 250px;
|
|
|
|
|
}
|
|
|
|
|
.map-popup #map {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 弹窗
|
2020-06-14 08:04:37 +00:00
|
|
|
*/
|
2020-07-13 13:33:55 +00:00
|
|
|
.am-popup .am-popup-bd {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.popup-not-title {
|
2020-06-14 08:04:37 +00:00
|
|
|
padding: 25px;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
2020-07-13 13:33:55 +00:00
|
|
|
.popup-not-title .am-popup-inner {
|
2020-06-14 08:04:37 +00:00
|
|
|
padding-top: 0;
|
|
|
|
|
background: #fff;
|
2021-02-01 08:54:05 +00:00
|
|
|
border: 1px solid #e8e6e6;
|
|
|
|
|
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
|
|
|
|
|
box-shadow: 0 0 30px rgba(0,0,0,0.4);
|
2020-06-14 08:04:37 +00:00
|
|
|
}
|
2020-07-19 14:40:12 +00:00
|
|
|
.popup-not-title .am-close {
|
2020-06-14 08:04:37 +00:00
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: 10px;
|
|
|
|
|
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
|
|
|
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
|
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
background: #767676;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: 3px solid #f4f4f4;
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
2020-07-13 13:33:55 +00:00
|
|
|
z-index: 1;
|
2020-06-14 08:04:37 +00:00
|
|
|
}
|
2020-07-19 14:40:12 +00:00
|
|
|
.popup-not-title .am-close:hover {
|
2020-06-30 11:31:09 +00:00
|
|
|
background: #f22a30;
|
2020-06-14 08:04:37 +00:00
|
|
|
}
|
2020-07-30 14:18:57 +00:00
|
|
|
.am-popup-hd .am-close, .am-popup-hd .am-full {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
color: #999;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.am-popup-hd .am-close {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
.am-popup-hd .am-close:hover {
|
|
|
|
|
color: #f22a30;
|
|
|
|
|
transform: none;
|
|
|
|
|
}
|
|
|
|
|
.am-popup-hd .am-full {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 40px;
|
2020-11-25 14:59:17 +00:00
|
|
|
top: 9px;
|
2020-07-30 14:18:57 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.am-popup-hd .am-full:hover {
|
|
|
|
|
color: #03A9F4;
|
|
|
|
|
}
|
|
|
|
|
.popup-full {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
2021-03-04 13:50:30 +00:00
|
|
|
.am-modal-dialog,
|
2021-02-20 05:48:12 +00:00
|
|
|
.am-modal-dialog .am-modal-hd,
|
2021-02-19 15:54:55 +00:00
|
|
|
.am-modal-dialog .am-modal-bd {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
2021-04-20 10:38:23 +00:00
|
|
|
.am-modal-dialog {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
.am-modal-dialog .am-modal-bd span {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2020-06-14 08:04:37 +00:00
|
|
|
|
2018-12-28 10:58:37 +00:00
|
|
|
/**
|
|
|
|
|
* iframe
|
|
|
|
|
*/
|
2020-02-15 15:32:22 +00:00
|
|
|
iframe { border: 0; }
|
2018-12-28 10:58:37 +00:00
|
|
|
|
2020-12-30 08:28:50 +00:00
|
|
|
/* 表单全屏 */
|
|
|
|
|
.am-popup .am-form-group,
|
|
|
|
|
.am-modal .am-form-group,
|
|
|
|
|
.business-form-block {
|
|
|
|
|
padding: 10px 5px !important;
|
|
|
|
|
}
|
2018-12-28 10:58:37 +00:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* H5
|
|
|
|
|
*/
|
|
|
|
|
@media only screen and (max-width: 641px) {
|
|
|
|
|
/* 地址联动 */
|
|
|
|
|
.region-linkage select:not(:first-child) { margin-bottom: 5px; }
|
2020-02-15 13:01:51 +00:00
|
|
|
|
|
|
|
|
/* 表单 */
|
2021-02-15 14:45:33 +00:00
|
|
|
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 15px 0 10px 0px; }
|
2018-12-28 10:58:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* PC
|
|
|
|
|
*/
|
|
|
|
|
@media only screen and (min-width: 641px) {
|
|
|
|
|
/* 表单 */
|
2020-02-15 13:01:51 +00:00
|
|
|
form.am-form .am-form-group:hover, .plug-file-upload-view:hover { background: #f6f9fc; }
|
|
|
|
|
form.am-form .am-form-group-refreshing:hover { background: none; }
|
2018-12-28 10:58:37 +00:00
|
|
|
|
|
|
|
|
/* 地址联动 */
|
|
|
|
|
.region-linkage select { width: 33%; display: -webkit-inline-box; }
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 弹窗iframe
|
|
|
|
|
*/
|
|
|
|
|
.popup-iframe .am-popup-inner { overflow: hidden; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 日期插件成对日期样式
|
|
|
|
|
*/
|
|
|
|
|
.twain-date input { width: calc(50% - 9px) !important; display: -webkit-inline-box !important; }
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 公共
|
|
|
|
|
*/ |