common.css 16.4 KB
Newer Older
D
v1.2.0  
devil_gong 已提交
1 2 3
/**
 * 公共
 */
4 5 6
ul { list-style: none; }
.none { display:none !important; }
.block { display:block !important; }
D
v1.2.0  
devil_gong 已提交
7 8 9 10 11 12 13 14

/* 没数据 */
.table-no {text-align:center;padding:30px 0;background:#FFF !important; color: #888; }

/* 公共dl样式 */
.dl-content dt { float: left; padding-left: 5px; overflow: hidden; clear: left;  
        width: 120px; }
.dl-content dd { border-bottom: 1px solid #efefef; padding-left: 120px; }
G
gongfuxiang 已提交
15
.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; }
D
v1.2.0  
devil_gong 已提交
16 17 18 19 20 21 22

/**
 * 表单优化
 */
.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; }
D
devil 已提交
23
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; }
D
devil_gong 已提交
24 25
form.am-form .am-form-group-label-tips { color: #ccc;  }
form.am-form .am-form-group-label-tips-must { color: #f00; }
D
devil_gong 已提交
26 27
.am-form-group:hover>label { color: #333 !important; }
.am-form-group:hover>label>.am-form-group-label-tips { color: #FF9800 !important; }
D
devil 已提交
28 29
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { border-bottom: 1px dashed #ccc; padding: 10px 20% 10px 5px; }
form.am-form .am-form-group-refreshing, .plug-file-upload-view, .content-app-items { border-bottom: 0px; }
D
v1.2.0  
devil_gong 已提交
30 31 32 33 34 35 36 37 38 39 40

/**
 * 插件
 */
.chosen-container { width: 100% !important; }
.chosen-choices, .chosen-single { border-radius: 2px; }
.chosen-choices li.search-field input[type="text"] { height: 28px !important; }
.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; }
D
应用  
devil_gong 已提交
41 42
.chosen-choices { padding: 0px 3px !important; min-height: 28px; }
.chosen-container-single .chosen-single { height: 28px; line-height: 28px; }
D
v1.2.0  
devil_gong 已提交
43 44 45 46
.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; }
.am-tagsinput { display: block; }
G
gongfuxiang 已提交
47
.am-tagsinput { padding: 2px 5px; }
D
v1.2.0  
devil_gong 已提交
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
.chosen-disabled .chosen-choices, .chosen-disabled .chosen-single { background-color: #ccc; }
.chosen-disabled .search-choice { background: #d6d6d6 !important; }

/**
 * 公共提示信息
 */
#common-prompt {position:fixed;left:0;right:0;text-align:center;padding:5px;font-size:14px;z-index:10000; border-radius: 2px; width: 260px; margin: 0 auto;}
#common-prompt.am-alert-danger { background-color: #fef0f0; border-color: #fde2e2; color: #f56c6c; box-shadow: 0 2px 4px #fef1f1, 0 0 6px rgba(0, 0, 0, 0); }
#common-prompt.am-alert-success { background-color: #f0f9eb; border-color: #e1f3d8; color: #67c23a; box-shadow: 0 2px 4px #efffe5, 0 0 6px rgba(0, 0, 0, 0); }
#common-prompt p { text-align: left; font-size: 12px; }
#common-prompt .am-close { line-height: 20px; }
#common-prompt.prompt-center { top: calc(50% - 15px); }
#common-prompt.prompt-top { top: 0; }
#common-prompt.prompt-bottom { bottom: 0; }

/**
 * iframe
 */
D
devil 已提交
66
iframe { border: 0; }
D
v1.2.0  
devil_gong 已提交
67 68 69 70 71 72 73 74


/**
 * H5
 */
@media only screen and (max-width: 641px) {
    /* 地址联动 */
    .region-linkage select:not(:first-child) { margin-bottom: 5px; }
D
devil 已提交
75 76 77

    /* 表单 */
    form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 5px 0 10px 0px; }
D
v1.2.0  
devil_gong 已提交
78 79 80 81 82 83 84
}

/**
 * PC
 */
@media only screen and (min-width: 641px) {
    /* 表单 */
D
devil 已提交
85 86
    form.am-form .am-form-group:hover, .plug-file-upload-view:hover { background: #f6f9fc; }
    form.am-form .am-form-group-refreshing:hover { background: none; }
D
v1.2.0  
devil_gong 已提交
87

D
devil_gong 已提交
88
    /* 弹窗 */
D
devil 已提交
89
    .am-popup .am-form-group, .am-modal form.am-form .am-form-group, .business-form-block { padding: 10px 5px !important; }
D
devil_gong 已提交
90

D
v1.2.0  
devil_gong 已提交
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
    /* 地址联动 */
    .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; }

/**
 * 公共
 */
.data-error-tips { text-align: center; }
.mini-tips-text { font-size: 12px; color: #999; }
.business-operations-submit {
    display: inline-block;
    padding: 5px 10px;
    color: #888;
    border: 1px dashed #ccc;
    background: #fff;
    cursor: pointer;
 }
 .business-operations-submit:hover {
    color: #333;
    border: 1px dashed #666;
 }

/**
 * 地图提示
 */
.map-copy { margin:0px 6px 6px 0px; background-color:#FFF; box-shadow:0 1px 6px rgba(0,0,0,0.35); padding:3px 5px; border-radius: 3px; }
.map-copy span { font-size:12px; font-weight:700; color:#f99797; }

/**
 * 公共图片上传
 */
D
devil_gong 已提交
132
.am-form-file input[type="file"] { width: 95px !important; height: 28px; margin-top: 10px !important; overflow:hidden; }
D
v1.2.0  
devil_gong 已提交
133 134 135 136 137 138 139 140 141 142
.am-form-file input.original-images-url { display: -webkit-inline-box !important; width: calc(100% - 110px) !important; background: #f5f5f5 !important; float: right; }
.am-form-file i.original-images-url-delete { position: absolute; right: 3px; margin-top: 5px; cursor: pointer; background: #f5f5f5; padding: 0px 10px; }
.am-form-file input.original-images-url-delete {  padding-right: 35px !important; }


/**
 * 公共文件上传插件
 */
.plug-file-upload-submit {
    display: inline-block;
G
gongfuxiang 已提交
143
    padding: 8px 5px;
D
v1.2.0  
devil_gong 已提交
144 145 146 147
    color: #70b2f3;
    border: 1px dashed #70b2f3;
    background: #fff;
    cursor: pointer;
G
gongfuxiang 已提交
148 149
    min-width: 100px;
    text-align: center;
D
v1.2.0  
devil_gong 已提交
150 151 152 153 154 155 156 157 158
}
.plug-file-upload-submit:hover {
    color: #36c;
    border-color: #36c;
}
ul.plug-file-upload-view {
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
G
gongfuxiang 已提交
159
    margin-bottom: 5px;
D
v1.2.0  
devil_gong 已提交
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
}
ul.plug-file-upload-view li {
    list-style-type: none;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 3px 0;
    padding: 5px;
    text-align: center;
    border: 1px dashed #c2c2c2;
    position: relative;
}
ul.plug-file-upload-view li input {
    position: absolute;
    margin-left: -1000000px;
}
ul.plug-file-upload-view li img, ul.plug-file-upload-view-video li video {
    max-width: 100%;
    max-height: 100%;
}
ul.plug-file-upload-view li i {
    font-style: normal;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #C30;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    text-shadow: -2px 1px #fff;
}
ul.plug-file-upload-view li:hover > i {
    color: #e90f0f;
    background: #d9d6d6;
}
ul.plug-file-upload-view-video li {
    width: 300px;
    height: 200px;
}



/**
 * 拖拽排序
 */
.drag-sort-dotted { border: 3px dashed #639BF6 !important; }

/**
 * 覆盖框架样式
 */
D
钱包  
devil_gong 已提交
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
.am-alert {
    background: #f1faff;
    border: 1px solid #e2f5ff;
    color: #1490d2;
}
.am-alert-danger {
    background-color: #fff1f0;
    border-color: #ffe4e3;
    color: #dd514c;
}
.am-alert-secondary {
    background-color: #f6f6f6;
    border-color: #efefef;
    color: #666;
}
.am-alert-success {
    background-color: #eef7ea;
    border-color: #e3f3d6;
    color: #468847;
}
D
v1.2.0  
devil_gong 已提交
233
.am-alert-warning {
D
钱包  
devil_gong 已提交
234 235
    background-color: #fff7f1;
    border-color: #fff0e4;
D
v1.2.0  
devil_gong 已提交
236 237
    color: #f37b1d;
}
D
devil_gong 已提交
238 239 240 241 242 243
.am-alert a {
    color: #d2354c;
}
.am-alert-danger a {
    color: #136ed9;
}
G
gongfuxiang 已提交
244 245 246 247 248 249 250 251
.am-input-radius input.am-form-field {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.am-input-radius span.am-input-group-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
G
gongfuxiang 已提交
252 253 254
.am-checkbox, .am-radio, .am-checkbox-inline, .am-radio-inline {
    font-size: 12px;
    padding-left: 18px;
D
devil 已提交
255 256
    min-width: 18px;
    min-height: 18px;
G
gongfuxiang 已提交
257 258 259 260 261 262 263
}
.am-ucheck-icons {
    line-height: 18px;
}
.am-checkbox .am-icon-checked, .am-radio .am-icon-checked, .am-checkbox-inline .am-icon-checked, .am-radio-inline .am-icon-checked, .am-checkbox .am-icon-checked, .am-radio .am-icon-checked, .am-checkbox-inline .am-icon-checked, .am-radio-inline .am-icon-checked, .am-checkbox .am-icon-unchecked, .am-radio .am-icon-unchecked, .am-checkbox-inline .am-icon-unchecked, .am-radio-inline .am-icon-unchecked {
    font-size: 16px;
}
D
v1.2.0  
devil_gong 已提交
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278

/**
 * 颜色选择插件
 */
#colorpanel {
    z-index: 10000;
}
button.colorpicker-submit:hover, button.colorpicker-submit:active, button.colorpicker-submit:focus {
    background-color: #fff;
}
button.colorpicker-submit:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15);
}
D
devil 已提交
279 280 281
button.colorpicker-submit {
    padding-right: 10px;
}
D
devil 已提交
282 283 284 285 286
button.colorpicker-submit img {
    width: 14px;
    height: 14px;
    float: right;
}
D
devil_gong 已提交
287 288 289 290 291 292 293 294 295 296 297 298


/**
 * 搜索表单
 */
.form-search .thin { overflow:hidden; }
.form-search .thin .so { width:66%; }
.form-search .thin_sub { font-weight:100; margin:10px 0px 0px 10px; cursor: pointer; }
.form-search .so-list { width:100%; margin-top: 10px; }
.form-search .so-list * { font-size:1.2rem !important; }
.form-search .so-list input { height:28px; display:inline !important; }
.form-search .time input, .form-search .so-list .chosen-container { background:#FFF !important; }
G
gongfuxiang 已提交
299
.form-search .time input, .form-search .price input { width:101px !important; }
D
devil_gong 已提交
300 301 302 303 304 305 306 307
.form-search .time i { position:absolute; margin:4px 0px 0px -15px; }
.form-search .time { width:50%; }
.form-search .so-list tr+tr>td { padding-top:10px; }
.form-search .so-list .chosen-container { border-radius:2px; }
.form-search .text-grey { color: #999; }
.form-search .chosen-container-single .chosen-single, .form-search .so-list select { height: 28px; line-height: 28px; width: 100%; }
.form-search .reset-submit { margin-left: 20px; }
.form-search .so-list select { padding: 0 0 0 8px; }
G
gongfuxiang 已提交
308
.form-search .more-submit input { display: none; }
D
devil_gong 已提交
309
@media only screen and (min-width: 641px) {
G
gongfuxiang 已提交
310
    .form-search .so-list .chosen-container, .form-search .so-list select, .form-search .input input { width:217px !important; display: -webkit-inline-box; }
D
devil_gong 已提交
311 312 313
    .form-search .thin_sub:hover { color:#F60; }
}
@media only screen and (max-width: 641px) {
G
gongfuxiang 已提交
314
    .form-search .so-list input { width:calc(50% - 29px) !important; }
D
devil_gong 已提交
315 316 317 318
    .form-search .so-list td { width:100%; display:block; }
    .form-search .so-list tr td:last-child { margin-top:10px; }
    .form-search .so-list tr td:last-child { padding-top:0px !important; }
    .form-search .chosen-container-single .chosen-search input[type="text"] { width: 100% !important; }
G
gongfuxiang 已提交
319
    .form-search .so-list select, .form-search .so-list .chosen-container, .form-search .input input { width: calc(100% - 44px) !important; display: -webkit-inline-box; }
D
devil_gong 已提交
320 321 322 323 324 325
}


/**
 * 自定义辅助类
 */
326 327 328
.xo-cursor-pr {
    cursor: pointer;
}
D
devil_gong 已提交
329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
@media only screen and (max-width: 641px) {
    /* 水平方向内边距 */
    .xo-padding-horizontal-md-xs {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xo-padding-horizontal-md-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 640px) {
    /* 水平方向内边距 */
    .xo-padding-horizontal-md-xs {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xo-padding-horizontal-md-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 1025px) {
    /* 水平方向内边距 */
    .xo-padding-horizontal-md-xs,
    .xo-padding-horizontal-md-sm {
        padding-left: 0;
        padding-right: 0;
    }
}

D
devil_gong 已提交
360 361 362 363 364 365

/**
 * 框架组件代码优化
 */
.am-radio input[type="radio"], .am-radio-inline input[type="radio"], .am-checkbox input[type="checkbox"], .am-checkbox-inline input[type="checkbox"] {
    margin: -3px;
D
devil_gong 已提交
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402
}


/**
 * 插件标记
 */
.plugins-tag {
    background: #333;
    border: 3px solid #e90000;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
}
.plugins-tag, .plugins-tag span {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.plugins-tag span {
    font-size: 16px;
    font-weight: bold;
    color: #e90000;
    text-shadow: 1px 1px #bfbfbf;
    background: #ffdfdf;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #ffd4d4;
    position: absolute;
    margin: -12px 0 0 -5px;
    z-index: 2;
    display: none;
}
.plugins-tag:hover span {
    display: block;
D
Devil 已提交
403 404 405 406 407 408 409 410 411 412 413 414 415 416
}

/**
 * 两行、超出字符省略
 */
.am-text-truncate-2 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    height: 35px;
D
devil 已提交
417 418 419 420 421 422 423 424 425 426 427 428
}

/**
 * 公共加载页面view
 */
.am-page-loading {
    opacity: 1;
    background: #f5f5f5;
    display: block;
}

/**
D
devil 已提交
429
 * 表格-基础样式
D
devil 已提交
430 431 432
 */
.am-table-scrollable-horizontal {
    border: 1px solid #ddd;
D
devil 已提交
433
    position: relative;
D
devil 已提交
434 435 436 437 438 439
}
.am-table-scrollable-horizontal .am-table {
    border-collapse: collapse;
    border: 0;
    margin: 0;
}
440 441 442 443 444 445 446 447
.am-table-scrollable-horizontal .am-table > thead > tr > th,
.am-table-scrollable-horizontal .am-table > tbody > tr > th,
.am-table-scrollable-horizontal .am-table > tfoot > tr > th,
.am-table-scrollable-horizontal .am-table > thead > tr > td,
.am-table-scrollable-horizontal .am-table > tbody > tr > td,
.am-table-scrollable-horizontal .am-table > tfoot > tr > td {
    padding: 12px;
    line-height: 20px;
D
devil 已提交
448 449
    min-width: 150px;
    max-width: 150px;
450
}
451 452 453
.am-table-scrollable-horizontal .am-table .am-nowrap-initial {
    white-space: initial;
}
D
devil 已提交
454 455 456 457 458
.am-table-scrollable-horizontal .am-table tr th:first-child,
.am-table-scrollable-horizontal .am-table tr td:first-child {
    border-left: 0;
}
.am-table-scrollable-horizontal .am-table tr th {
459 460 461
    background: #e8e6e6;
    min-width: 100px;
}
D
devil 已提交
462
.am-table-scrollable-horizontal .am-table tr .am-grid-lg {
463 464
    min-width: 350px;
}
D
devil 已提交
465
.am-table-scrollable-horizontal .am-table tr .am-grid-sm {
D
devil 已提交
466
    min-width: 250px;
467
}
D
devil 已提交
468
.am-table-scrollable-horizontal .am-table tr .am-grid-xs {
D
devil 已提交
469
    min-width: 200px;
470 471
}
.am-table-scrollable-horizontal .am-table tr .am-operate-grid {
D
devil 已提交
472
    min-width: 120px;
D
devil 已提交
473 474 475
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left,
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right {
D
devil 已提交
476
    height: auto;
D
devil 已提交
477
    z-index: 2;
D
devil 已提交
478
    position: sticky;
D
devil 已提交
479
}
D
devil 已提交
480 481 482
.am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-left,
.am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-right {
    height: auto;
D
devil 已提交
483
    z-index: 1011;
D
devil 已提交
484
    position: sticky;
D
devil 已提交
485 486
    background: #fff;
}
D
devil 已提交
487 488 489 490 491 492 493 494 495 496 497
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left {
    -webkit-box-shadow: 1px 0px 1px #ddd;
    -moz-box-shadow: 1px 0px 1px #ddd;
    box-shadow: 1px 0px 1px #ddd;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right {
    -webkit-box-shadow: 0px 0px 1px #ddd;
    -moz-box-shadow: 0px 0px 1px #ddd;
    box-shadow: 0px 0px 1px #ddd;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left-shadow {
D
devil 已提交
498 499 500 501
    -webkit-box-shadow: 5px 0px 10px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: 5px 0px 10px rgba(136, 136, 136, 0.3);
    box-shadow: 5px 0px 10px rgba(136, 136, 136, 0.3);
}
D
devil 已提交
502
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right-shadow {
D
devil 已提交
503 504 505
    -webkit-box-shadow: -5px 0px 10px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: -5px 0px 10px rgba(136, 136, 136, 0.3);
    box-shadow: -5px 0px 10px rgba(136, 136, 136, 0.3);
D
devil 已提交
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545
}

/**
 * 表格-相关样式
 */
.form-table-operate-top > .am-btn:not(:last-child) {
    margin-right: 10px;
}

/**
 * 表格-搜索条件
 */
.form-table-search {
    background: #eee;
}
.form-table-search td {
    padding: 8px  !important;
}
.form-table-search-section input {
    width: calc(50% - 8px);
}
.form-table-search-time > i {
    position: absolute;
    margin: 4px 0px 0px -15px;
}


/**
 * 下拉选择器
 */
.chosen-container-multi .chosen-choices li.search-choice {
    margin: 3px 3px 3px 0;
    padding: 2px 13px 1px 2px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 2px;
    right: 0px;
D
devil 已提交
546
}