mirror of
https://github.com/GB28181/GB28181-Simulation-Tool.git
synced 2026-02-07 23:16:24 +08:00
66 lines
2.0 KiB
CSS
66 lines
2.0 KiB
CSS
.msgbox_wrapper {
|
|
border: #222 1px solid; background-color: #fff; overflow: hidden; vertical-align:top;
|
|
}
|
|
.msgbox_title_wrapper {
|
|
list-style-type:none;margin:0;border: #aaa 1px solid; height:20px; background-color: #3399FF; vertical-align: middle; padding:4px; vertical-align:middle;
|
|
}
|
|
.msgbox_title_wrapper img {
|
|
position:static;
|
|
+position:relative;
|
|
vertical-align:middle
|
|
}
|
|
.msgbox_title {
|
|
float:left;line-height: 22px; height:22px; padding-left: 10px; color: #222; font-size: 12px; font-weight: bold
|
|
}
|
|
|
|
.msgbox_title font{ color:yellow; }
|
|
|
|
.msgbox_close {
|
|
float:right;line-height:22px; display:table-cell; height:22px; color: #fff; font-size: 12px; font-weight: bold; cursor:pointer;padding-right: 8px;
|
|
}
|
|
.msgbox_main {
|
|
text-align: center; padding: 12px;color: #f00; overflow: auto;
|
|
}
|
|
.msgbox_bg {
|
|
background-color: #ddd
|
|
}
|
|
.msgbox_button {
|
|
border: 1px solid #010; font-family:"Courier New", Courier, monospace;
|
|
}
|
|
.msgbox_inputbox {
|
|
border: 1px solid #010; font-family:"Courier New", Courier, monospace;
|
|
}
|
|
|
|
/****/
|
|
.msgbox_wrapper1 {
|
|
border: #231 3px solid; background-color: #fff; overflow: hidden; vertical-align:top;
|
|
}
|
|
.msgbox_title_wrapper1 {
|
|
list-style-type:none;margin:0;border: #aaa 1px solid; height:24px; background-color: #963; vertical-align: middle; padding:4px; vertical-align:middle;
|
|
}
|
|
.msgbox_title_wrapper1 img {
|
|
position:static;
|
|
+position:relative;
|
|
vertical-align:middle
|
|
}
|
|
.msgbox_title1 {
|
|
float:left;line-height: 22px; height:22px; padding-left: 10px; color: #fff; font-size: 12px; font-weight: bold
|
|
}
|
|
|
|
.msgbox_title1 font{ color:#f33; }
|
|
|
|
.msgbox_close1 {
|
|
float:right;line-height:22px; display:table-cell; height:22px; color: #f00; font-size: 12px; font-weight: bold; cursor:pointer;padding-right: 8px;
|
|
}
|
|
.msgbox_main1 {
|
|
text-align: center; padding: 12px;color: #f0f; overflow: auto;
|
|
}
|
|
.msgbox_bg1 {
|
|
background-color: #0f0
|
|
}
|
|
.msgbox_button1 {
|
|
border: 1px solid #0f0; font-family:"Courier New", Courier, monospace;
|
|
}
|
|
.msgbox_inputbox1 {
|
|
border: 1px solid #0f0; font-family:"Courier New", Courier, monospace;
|
|
} |