正在显示
1 个修改的文件
包含
6 行增加
和
3 行删除
@@ -8,6 +8,7 @@ | @@ -8,6 +8,7 @@ | ||
8 | <link rel="stylesheet" href="/assets/cai/css/picDetail.css"> | 8 | <link rel="stylesheet" href="/assets/cai/css/picDetail.css"> |
9 | <style> | 9 | <style> |
10 | video, img { | 10 | video, img { |
11 | + display: block; | ||
11 | width:100%; | 12 | width:100%; |
12 | } | 13 | } |
13 | .tips_box { | 14 | .tips_box { |
@@ -17,7 +18,7 @@ | @@ -17,7 +18,7 @@ | ||
17 | position: fixed; | 18 | position: fixed; |
18 | top: 0; | 19 | top: 0; |
19 | left: 0; | 20 | left: 0; |
20 | - background: rgba(0, 0, 0, 0.5); | 21 | + background: rgba(0, 0, 0, 0.6); |
21 | -webkit-box-sizing: border-box; | 22 | -webkit-box-sizing: border-box; |
22 | -moz-box-sizing: border-box; | 23 | -moz-box-sizing: border-box; |
23 | box-sizing: border-box; | 24 | box-sizing: border-box; |
@@ -44,17 +45,19 @@ | @@ -44,17 +45,19 @@ | ||
44 | width: 100%; | 45 | width: 100%; |
45 | display: flex; | 46 | display: flex; |
46 | justify-content: flex-end; | 47 | justify-content: flex-end; |
48 | + align-items: center; | ||
47 | } | 49 | } |
48 | 50 | ||
49 | .tips_txt { | 51 | .tips_txt { |
50 | font-size: 0.28rem; | 52 | font-size: 0.28rem; |
51 | - color: rgba(0, 0, 0, 0.8); | 53 | + color: rgba(255, 255, 255, 0.8); |
52 | } | 54 | } |
53 | 55 | ||
54 | .tips_icon { | 56 | .tips_icon { |
55 | width: 0.68rem; | 57 | width: 0.68rem; |
56 | height: 0.68rem; | 58 | height: 0.68rem; |
57 | - margin: 0.2rem 0; | 59 | + margin: 0 0.2rem; |
60 | + display: flex; | ||
58 | } | 61 | } |
59 | 62 | ||
60 | .tips_icon>img { | 63 | .tips_icon>img { |
-
请 注册 或 登录 后发表评论