Files
OMS/app/desktop/statics/perfect/css/dialog.css
2025-12-28 23:13:25 +08:00

49 lines
942 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
.dialog {
background: #FFFFFF;
border-radius: 4px 4px 0px 0px;
}
.dialog-box {
background: #FFFFFF;
border-radius: 4px 4px 0px 0px!important;
border: none!important;
}
.dialog-box .dialog-head {
height: 48px;
font-size: 16px;
font-weight: 500;
color: #262626;
line-height: 48px;
background: #FFFFFF;
border-bottom: 1px solid #F0F0F0;
}
.dialog .btn-close {
margin-top: 17px;
}
.dialog .dialog-content-body {
background: #FFFFFF;
}
.dialog .dialog-content-body table tr td textarea{
width: 550px !important;
}
.dialog .dialog-content-body table tr #content ul{
width: 550px !important;
}
.dialog .dialog-content-body table tr #content ul li div{
width: 425px !important;
}
.dialog .dialog-content-foot {
background: #FFFFFF;
padding: 0;
}