2024-08-20 12:11:31 +00:00
|
|
|
.bsm_btn {
|
|
|
|
height: 28px !important;
|
|
|
|
line-height: 28px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-header {
|
|
|
|
width: 100% !important;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
z-index: 99;
|
|
|
|
background: #fff;
|
|
|
|
border-bottom: 1px solid #e6e6e6;
|
|
|
|
font-weight: 550;
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2024-08-21 01:17:14 +00:00
|
|
|
.dialog-header .title {
|
2024-08-20 12:11:31 +00:00
|
|
|
display: inline-block;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.dialog-header .line,
|
2024-08-21 01:17:14 +00:00
|
|
|
.dialog_header_dark .line {
|
2024-08-20 12:11:31 +00:00
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
margin: 0 10px;
|
|
|
|
height: 20px;
|
|
|
|
width: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #b5b5b5;
|
|
|
|
}
|
|
|
|
.dialog-header .dialog-back,
|
2024-08-21 01:17:14 +00:00
|
|
|
.dialog_header_dark .dialog-back {
|
|
|
|
color: #46abf1;
|
2024-08-20 12:11:31 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog_header_dark {
|
|
|
|
width: 100%;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
z-index: 99;
|
|
|
|
background: #21242e;
|
|
|
|
border-bottom: 1px solid #e6e6e6;
|
|
|
|
font-weight: 550;
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2024-08-21 01:17:14 +00:00
|
|
|
.dialog_header_dark .title {
|
2024-08-20 12:11:31 +00:00
|
|
|
display: inline-block;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bsm-content {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bsm-item {
|
|
|
|
height: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bsm-item .item-label {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 12px;
|
|
|
|
height: 16px;
|
|
|
|
color: #999;
|
|
|
|
width: 105px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.bsm-item .item-value {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #333;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: calc(100% - 145px);
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bsm-item .heightClass {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert_bottom_10 {
|
|
|
|
margin-bottom: 10px;
|
2024-08-21 01:17:14 +00:00
|
|
|
}
|