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,7 +21,7 @@ | ||
| 21 | <!--视频--> | 21 | <!--视频--> |
| 22 | <div v-if="v.type == 2" class="typeTwo"> | 22 | <div v-if="v.type == 2" class="typeTwo"> |
| 23 | <div class="videoTwo" v-for="(x, y) in v.videoList" :key="y"> | 23 | <div class="videoTwo" v-for="(x, y) in v.videoList" :key="y"> |
| 24 | - <video controls> | 24 | + <video controls > |
| 25 | <source :src="x" type="video/mp4" /> | 25 | <source :src="x" type="video/mp4" /> |
| 26 | </video> | 26 | </video> |
| 27 | </div> | 27 | </div> |
| @@ -100,7 +100,7 @@ export default { | @@ -100,7 +100,7 @@ export default { | ||
| 100 | 100 | ||
| 101 | .box_pic { | 101 | .box_pic { |
| 102 | width: 100%; | 102 | width: 100%; |
| 103 | - height: 364px; | 103 | + height: 100vh; |
| 104 | background-color: #999; | 104 | background-color: #999; |
| 105 | 105 | ||
| 106 | img { | 106 | img { |
| @@ -112,7 +112,7 @@ export default { | @@ -112,7 +112,7 @@ export default { | ||
| 112 | .contextCss { | 112 | .contextCss { |
| 113 | width: 90vw; | 113 | width: 90vw; |
| 114 | position: absolute; | 114 | position: absolute; |
| 115 | - top: 300px; | 115 | + top: 600px; |
| 116 | left: 5vw; | 116 | left: 5vw; |
| 117 | border-radius: 5vw; | 117 | border-radius: 5vw; |
| 118 | background-color: #fff; | 118 | background-color: #fff; |
| @@ -132,11 +132,12 @@ export default { | @@ -132,11 +132,12 @@ export default { | ||
| 132 | box-sizing: border-box; | 132 | box-sizing: border-box; |
| 133 | font-size: 4.6vw; | 133 | font-size: 4.6vw; |
| 134 | font-weight: bold; | 134 | font-weight: bold; |
| 135 | - background-image: url("../../assets/blue_title.png"); | 135 | + background-image: url("../../assets/yxcg/red_title.png"); |
| 136 | -moz-background-size: 100% 100%; | 136 | -moz-background-size: 100% 100%; |
| 137 | background-size: 100% 100%; | 137 | background-size: 100% 100%; |
| 138 | text-align: center; | 138 | text-align: center; |
| 139 | margin-bottom: 5vw; | 139 | margin-bottom: 5vw; |
| 140 | + color:#fff | ||
| 140 | } | 141 | } |
| 141 | 142 | ||
| 142 | .typeOne { | 143 | .typeOne { |