Commit 1d7251f42558937e0f9c7c9aa696659ed682c26f
1 parent
6698065c
Exists in
master
fix:调整
Showing
3 changed files
with
5 additions
and
4 deletions
Show diff stats
1.11 MB
35.9 KB
src/views/Yanxue/pageDetails.vue
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | <!--视频--> |
| 22 | 22 | <div v-if="v.type == 2" class="typeTwo"> |
| 23 | 23 | <div class="videoTwo" v-for="(x, y) in v.videoList" :key="y"> |
| 24 | - <video controls> | |
| 24 | + <video controls > | |
| 25 | 25 | <source :src="x" type="video/mp4" /> |
| 26 | 26 | </video> |
| 27 | 27 | </div> |
| ... | ... | @@ -100,7 +100,7 @@ export default { |
| 100 | 100 | |
| 101 | 101 | .box_pic { |
| 102 | 102 | width: 100%; |
| 103 | - height: 364px; | |
| 103 | + height: 100vh; | |
| 104 | 104 | background-color: #999; |
| 105 | 105 | |
| 106 | 106 | img { |
| ... | ... | @@ -112,7 +112,7 @@ export default { |
| 112 | 112 | .contextCss { |
| 113 | 113 | width: 90vw; |
| 114 | 114 | position: absolute; |
| 115 | - top: 300px; | |
| 115 | + top: 600px; | |
| 116 | 116 | left: 5vw; |
| 117 | 117 | border-radius: 5vw; |
| 118 | 118 | background-color: #fff; |
| ... | ... | @@ -132,11 +132,12 @@ export default { |
| 132 | 132 | box-sizing: border-box; |
| 133 | 133 | font-size: 4.6vw; |
| 134 | 134 | font-weight: bold; |
| 135 | - background-image: url("../../assets/blue_title.png"); | |
| 135 | + background-image: url("../../assets/yxcg/red_title.png"); | |
| 136 | 136 | -moz-background-size: 100% 100%; |
| 137 | 137 | background-size: 100% 100%; |
| 138 | 138 | text-align: center; |
| 139 | 139 | margin-bottom: 5vw; |
| 140 | + color:#fff | |
| 140 | 141 | } |
| 141 | 142 | |
| 142 | 143 | .typeOne { | ... | ... |