正在显示
1 个修改的文件
包含
21 行增加
和
20 行删除
1 | 1 | /* pages/main/guide/guide.wxss */ |
2 | 2 | |
3 | - | |
4 | -.page{ | |
3 | +.page { | |
5 | 4 | background-color: #fcfcfc; |
6 | 5 | } |
7 | 6 | |
8 | 7 | .bgimg { |
9 | 8 | position: absolute; |
10 | 9 | height: 280rpx; |
11 | - width: 92%; | |
12 | 10 | align-self: center; |
11 | + right: 0; | |
12 | + left: 0; | |
13 | + margin: auto; | |
14 | + width: 92%; | |
13 | 15 | } |
14 | 16 | |
15 | 17 | /* .card_rectangle_bg { |
... | ... | @@ -27,41 +29,40 @@ |
27 | 29 | .bg_wrap { |
28 | 30 | display: flex; |
29 | 31 | flex-direction: column; |
30 | - width: 100%; | |
31 | - padding-bottom: 40rpx | |
32 | + padding-bottom: 40rpx; | |
32 | 33 | } |
33 | 34 | |
34 | -.icon_wrap{ | |
35 | +.icon_wrap { | |
35 | 36 | width: 112rpx; |
36 | 37 | height: 102rpx; |
37 | - align-self: center | |
38 | + align-self: center; | |
38 | 39 | } |
39 | 40 | |
40 | -text_wrap_main_black{ | |
41 | -font-size: 36rpx; | |
42 | -color: #000; | |
43 | -letter-spacing: 0; | |
44 | -text-align: left; | |
41 | +text_wrap_main_black { | |
42 | + font-size: 36rpx; | |
43 | + color: #000; | |
44 | + letter-spacing: 0; | |
45 | + text-align: left; | |
45 | 46 | } |
46 | 47 | |
47 | -text_wrap_sub_999{ | |
48 | -font-size: 28rpx; | |
49 | -color: #999; | |
50 | -letter-spacing: 0; | |
51 | -text-align: left; | |
48 | +text_wrap_sub_999 { | |
49 | + font-size: 28rpx; | |
50 | + color: #999; | |
51 | + letter-spacing: 0; | |
52 | + text-align: left; | |
52 | 53 | } |
53 | 54 | |
54 | 55 | .arrow_wrap { |
55 | 56 | position: relative; |
56 | 57 | width: 60rpx; |
57 | 58 | height: 60rpx; |
58 | - align-self: center | |
59 | + align-self: center; | |
59 | 60 | } |
60 | 61 | |
61 | -.chat-img{ | |
62 | +.chat-img { | |
62 | 63 | width: 96rpx; |
63 | 64 | height: 96rpx; |
64 | - position: fixed; | |
65 | + position: fixed; | |
65 | 66 | right: 40rpx; |
66 | 67 | bottom: 40rpx; |
67 | 68 | } | ... | ... |
请
注册
或
登录
后发表评论