|
1 | 1 | div.abp{ |
2 | | - position:relative; |
| 2 | + position:relative; |
3 | 3 | } |
4 | 4 | .abp .container{ |
5 | | - overflow:hidden; |
6 | | - display:block; |
7 | | - z-index:9999; |
8 | | - position:absolute; |
9 | | - top:0; |
10 | | - left:0; |
11 | | - bottom:0; |
12 | | - right:0; |
13 | | - border:0; |
14 | | - -webkit-touch-callout: none; |
15 | | - -webkit-user-select: none; |
16 | | - -khtml-user-select: none; |
17 | | - -moz-user-select: none; |
18 | | - -ms-user-select: none; |
19 | | - user-select: none; |
| 5 | + overflow: hidden; |
| 6 | + display: block; |
| 7 | + z-index: 9999; |
| 8 | + position: absolute; |
| 9 | + top: 0; |
| 10 | + left: 0; |
| 11 | + bottom: 0; |
| 12 | + right: 0; |
| 13 | + border: 0; |
| 14 | + touch-callout: none; |
| 15 | + user-select: none; |
20 | 16 | } |
21 | 17 | .abp .container .cmt{ |
22 | | - padding:3px 0 0 0;margin:0; |
23 | | - line-height:100%; |
24 | | - font-family:Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace; |
25 | | - text-decoration:none; |
26 | | - text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; |
27 | | - color:#fff; |
28 | | - letter-spacing:0; |
29 | | - font-size:25px; |
30 | | - position:absolute; |
31 | | - word-break:none; |
32 | | - text-wrap:none; |
33 | | - -webkit-text-size-adjust: none; |
34 | | - text-size-adjust: none; |
35 | | - white-space: pre; |
| 18 | + padding: 3px 0 0 0; |
| 19 | + margin: 0; |
| 20 | + line-height: 100%; |
| 21 | + font-family: Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace; |
| 22 | + text-decoration: none; |
| 23 | + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; |
| 24 | + color: #fff; |
| 25 | + letter-spacing: 0; |
| 26 | + font-size: 25px; |
| 27 | + position: absolute; |
| 28 | + word-break: none; |
| 29 | + text-wrap: none; |
| 30 | + text-size-adjust: none; |
| 31 | + white-space: pre; |
36 | 32 | } |
37 | 33 | .cmt.noshadow{ |
38 | | - text-shadow: none !important; |
39 | | - -webkit-text-stroke: none !important; |
| 34 | + text-shadow: none !important; |
| 35 | + text-stroke: none !important; |
40 | 36 | } |
41 | 37 | .cmt.rshadow{ |
42 | | - text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important; |
| 38 | + text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important; |
43 | 39 | } |
0 commit comments