1
81041
2019-06-20 ab3c4acf83f54f8449ca8664c4a2bb79bd30f297
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@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;
}