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
  | 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; 
 |  } 
 |    
 |  .changeShop { 
 |    position: absolute; 
 |    top: 20rpx; 
 |    right: 16rpx; 
 |    background: #ffffff; 
 |    opacity: 0.7; 
 |    width: 140rpx; 
 |    height: 40rpx;  
 |    border-radius: 36rpx; 
 |    font-size: 20rpx; 
 |    display: flex; 
 |    justify-content: center; 
 |    align-items: center; 
 |  } 
 |    
 |  .changeShop .icondown{ 
 |    top: 5rpx; 
 |  } 
 |  
  |