bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
* {
    padding: 0;
    margin: 0;
}
body {
    background: url(acbg.jpg) repeat; width:100%;
}
.grid {
    width: 320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#banner {
    width: 100%;
    height: 255px;
    background: url(bg.jpg) no-repeat;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
    overflow: hidden;
    position: relative;
}
#banner img {
    border: 0px;
    width: 100px;
}
#banner dl {
    margin-top: 110px;
}
#banner a {
    margin-right: 20px;
}
#banner dl, #banner dt, #banner dd, #banner a {
    float: left;
}
#banner dl {
    width: 1000%;
    height: 125px;
}
.block {
    margin: 15px 15px 0;
border-radius: 5px;
padding: 2px;
background-color: #FEF8B2;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
font-size: 12px;
}
.block p{
    padding:5px;color: #444444;
font: 14px/1.5 Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;
}
.box{border-radius: 5px;
font-size: 14px;
border: 1px dashed rgba(0, 0, 0, 0.3);}
.block .title {
    padding: 0 5px 0px 10px;
background: url(title-bg.png) no-repeat 0 0;
border-radius: 3px 3px 3px 0;
color: #ffffff;
height: 22px; line-height:22px;
margin: -1px;
}
.block p {
    line-height: 22px;
    text-indent: 20px;
}
#hammer {
    position: absolute;
    top: 94px;
    left: -74px;
    height: 87px;
    width: 74px;
    z-index: 3;
}
#hammer.hit {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
#f {
    position: absolute;
    top: 113px;
    left: 0;
    z-index: 2;
    display: none;
}
#f img {
    width: 100px;
}
#mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0,0,0,.4);
    display: none;
}
#dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 276px;
    margin-left: -150px;
    margin-top: -50px;
    border: 2px solid #F1E572;
    padding: 10px;
    background-color: #fff;
    display: none;
    z-index: 6;
    font-weight: bold;
    font-size: 20px;
}
#dialog.yes {
    color: #900;
    background-image: url(y.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
}
#dialog.yes a {
    display: block;
}
#dialog.no {
    color: #333;
}
#dialog.no button {
    display: block;
}
#content {
    text-align: center;
}
#dialog button, #dialog a {
    display: none;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 30px;
    width: 80px;
    line-height: 30px;
    margin-left: -40px;
    background-color: #6D0708;
    border: none;
    color: #fff;
    text-align: center;
}