| 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
 | | page { |  |   background: #efefef; |  |   width: 100%; |  |   overflow-x: hidden; |  | } |  |   |  | .notice { |  |   width: 100%; |  |   height: 80rpx; |  |   line-height: 60rpx; |  |   background: #fff; |  | } |  |   |  | .notice>.iconfont { |  |   color: #e64211; |  |   display: inline-block; |  |   overflow: hidden; |  |   line-height: 80rpx; |  |   width: 40rpx; |  | } |  |   |  | .notice>.content { |  |   color: #ee2929; |  |   white-space: nowrap; |  |   font-size: 20rpx; |  |   height: 80rpx; |  |   line-height: 80rpx; |  |   width: 660rpx; |  |   display: inline-block; |  |   overflow: hidden; |  | } |  |   |  | .notice_text { |  |   position: relative; |  |   font-size: 30rpx; |  | } |  |   |  | .huakuai { |  |   width: 100%; |  |   white-space: nowrap; |  | } | 
 |