/************************ dialog *************************/
|
.dialog_mask {
|
position: fixed;
|
z-index: 900;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height: 100%;
|
transform: translateY(0);
|
background: rgba(0, 0, 0, 0.5);
|
}
|
|
.dialog {
|
background-color: white;
|
width: 80%;
|
max-width: 360px;
|
margin-top: 100px;
|
text-align: left;
|
}
|
.dialog_header {
|
height: 28px;
|
line-height: 28px;
|
background-color: #EFEFEF;
|
color: #1366CB;
|
font-size: 14px;
|
font-weight: bold;
|
border-bottom: #C7B2B2 1px dotted;
|
border-top: #C7B2B2 1px dotted;
|
padding-left: 10px;
|
|
}
|
|
.dialog_body {
|
height: 55px;
|
}
|
|
.databox_body {
|
height: 95px;
|
}
|
|
.dialog_content {
|
margin: 15px 0px 20px 20px;
|
width: 90%;
|
height: 40px;
|
line-height: 40px;
|
}
|
|
.databox_content {
|
margin: 0px 0px 20px 20px;
|
width: 90%;
|
height: 40px;
|
line-height: 40px;
|
}
|
|
.dialog_image {
|
float: left;
|
width: 28px;
|
height: 28px;
|
background-size: 100%;
|
margin: 4px 10px 0px 0px
|
}
|
|
.databox_image {
|
float: left;
|
width: 28px;
|
height: 28px;
|
background-size: 100%;
|
margin: 4px 10px 0px 0px;
|
background-image: url("../image/dialog/confirm.png");
|
}
|
|
.icon_confirm {
|
background-image: url("../image/dialog/confirm.png");
|
background-repeat: no-repeat;
|
}
|
|
.icon_alert {
|
background-image: url("../image/dialog/alert.png");
|
background-repeat: no-repeat;
|
}
|
|
.dialog_text {
|
color: #1366CB;
|
font-size: 14px;
|
}
|
|
.databox_text {
|
color: #1366CB;
|
font-size: 14px;
|
text-align: center;
|
}
|
|
.dialog_footer {
|
padding: 8px 50px 8px 0px;
|
text-align: right;
|
border-top: #C7B2B2 1px dotted;
|
}
|
|
.databox_footer {
|
margin-top: 10px;
|
padding: 8px 50px 8px 0px;
|
text-align: right;
|
border-top: #C7B2B2 1px dotted;
|
}
|
|
.gm_body {
|
margin-bottom:5px;
|
overflow:hidden;
|
}
|
|
.gm_header {
|
height: 38px;
|
cursor: pointer;
|
min-width: 150px;
|
}
|
|
.gm_header_indicator {
|
float: left;
|
width: 8px;
|
height: 100%;
|
}
|
|
.gm_header_img {
|
float: left;
|
margin: 7px 5px 0 0;
|
height: 20px;
|
margin-left: 10%;
|
}
|
|
.gm_header_text {
|
float:left;
|
height:100%;
|
line-height: 35px;
|
}
|
|
.gm_menu {
|
height:38px;
|
padding-left:35px;
|
cursor: pointer;
|
display:none;
|
min-width: 150px;
|
}
|
|
.gm_menu_img {
|
float: left;
|
margin: 7px 8px 0 8px;
|
width: 20px;
|
}
|
|
.gm_menu_text {
|
float:left;
|
height:100%;
|
line-height: 35px;
|
}
|