@charset "UTF-8";
|
.no-cont {
|
position: fixed;
|
width: 320px;
|
height: 180px;
|
top: 50%;
|
left: 50%;
|
margin-top: -90px;
|
margin-left: -160px;
|
background-color:#ffffff;
|
z-index: 999999;
|
overflow: hidden;
|
-webkit-user-select: none;
|
-moz-user-select: none;
|
-ms-user-select: none;
|
-o-user-select: none;
|
user-select: none;
|
}
|
.no-cont .no-cont-hd {
|
width: 100%;
|
height: 34px;
|
background-color: #e7e7e7;
|
}
|
.no-cont .no-cont-hd a{
|
display: block;
|
float: right;
|
margin-top: 5px;
|
margin-right: 5px;
|
width: 22px;
|
height: 22px;
|
}
|
.no-cont .no-cont-hd a:hover {
|
width: 26px;
|
height: 26px;
|
}
|
.no-cont .no-cont-hd a img {
|
width: 100%;
|
height: 100%;
|
}
|
.no-cont .no-cont-hd span {
|
line-height: 34px;
|
margin-left: 1.5em;
|
font-weight: bold;
|
}
|
|
.no-cont .no-cont-txt {
|
width: 100%;
|
height: 140px;
|
background-color:#ffffff;
|
}
|
.no-cont .no-cont-txt .no-txt {
|
font-size: 22px;
|
line-height: 50px;
|
font-weight: bold;
|
color: #0080ff;
|
margin-top: 40px;
|
text-align:center;
|
background-color:#ffffff;
|
}
|