陈冉 пре 6 година
родитељ
комит
404a0261a8

src/assets/icon/yjs_icon_phone.png → src/assets/icon/dianhua.png Прегледај датотеку


src/assets/icon/yjs_icon_pen.png → src/assets/icon/xiegenjin.png Прегледај датотеку


src/assets/icon/yjs_icon_love.png → src/assets/icon/xin.png Прегледај датотеку


src/assets/icon/yjs_icon_music_close.png → src/assets/icon/yinyueoff.png Прегледај датотеку


src/assets/icon/yjs_icon_music_open.png → src/assets/icon/yinyueon.png Прегледај датотеку


src/assets/icon/yjsuoloadimg.png → src/assets/icon/yjsuploadimg.png Прегледај датотеку


+ 4
- 7
src/components/music.vue Прегледај датотеку

@@ -2,13 +2,11 @@
2 2
     <div class="musicbox">
3 3
       <!-- 播放 -->
4 4
       <div class="play" v-if="audioPlayShow" @click="audioState">
5
-        <img :src="img?yttjmusicopen:yjsmusicopen">
6
-        <!-- <img  src="https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yjs_icon_music_open.png"> -->
5
+        <img  src="https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yttj_icon_music_open.png">
7 6
       </div>
8 7
       <!-- 暂停-->
9 8
       <div class="play" v-else @click="audioState">
10
-        <img  :src="img?yttjmusicoff:yttjmusicoff" >
11
-         <!-- <img  src="https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yttj_icon_music_close.png" > -->
9
+         <img  src="https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yttj_icon_music_close.png" >
12 10
       </div>
13 11
       <audio ref="player" :src="url" autoplay preload loop="loop"></audio>
14 12
     </div>
@@ -23,11 +21,10 @@ export default {
23 21
   props:['url'],
24 22
   data() {
25 23
     return {
26
-      img:true,
27 24
       yttjmusicopen:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yttj_icon_music_open.png',
28
-      yjsmusicopen:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yjs_icon_music_open.png',
25
+      yjsmusicopen:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yinyueon.png',
29 26
       yttjmusicoff:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yttj_icon_music_close.png',
30
-      yjsmusicoff:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yjs_icon_music_close.png',
27
+      yjsmusicoff:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yinyueoff.png',
31 28
       audioPlayShow: true,
32 29
     };
33 30
   },

+ 1
- 1
src/views/vote/detail.vue Прегледај датотеку

@@ -124,7 +124,7 @@ this.desc = false;
124 124
 .context {
125 125
   width: 100%;
126 126
   height: 100%;
127
-  background-color: rgba(220,229,236,1);;
127
+  // background-color: rgba(220,229,236,1);;
128 128
   display: flex;
129 129
   flex-direction: column;
130 130
   align-items: center;

+ 5
- 5
src/views/vote/list.vue Прегледај датотеку

@@ -263,7 +263,7 @@ export default {
263 263
 <style lang="scss" scoped>
264 264
 .context {
265 265
   width: 100%;
266
-  background-color: rgba(209, 220, 228, 1);
266
+  // background-color: rgba(209, 220, 228, 1);
267 267
   display: flex;
268 268
   flex-direction: column;
269 269
   justify-content: center;
@@ -300,7 +300,7 @@ export default {
300 300
         font-family: PingFangSC-Regular;
301 301
         font-weight: bold;
302 302
         line-height: 0.22rem;
303
-        width: 5rem;
303
+        width: 3rem;
304 304
         text-indent: 0.14rem;
305 305
       }
306 306
       input::-webkit-input-placeholder {
@@ -344,7 +344,7 @@ export default {
344 344
         font-family: PingFangSC-Regular;
345 345
         font-weight: bold;
346 346
         line-height: 0.22rem;
347
-        width: 5rem;
347
+        width: 3rem;
348 348
         text-indent: 0.14rem;
349 349
       }
350 350
       input::-webkit-input-placeholder {
@@ -388,7 +388,7 @@ export default {
388 388
         font-family: PingFangSC-Regular;
389 389
         font-weight: bold;
390 390
         line-height: 0.22rem;
391
-        width: 5rem;
391
+        width: 3rem;
392 392
         text-indent: 0.1rem;
393 393
       }
394 394
       input::-webkit-input-placeholder {
@@ -433,7 +433,7 @@ export default {
433 433
         font-family: PingFangSC-Regular;
434 434
         font-weight: bold;
435 435
         line-height: 0.22rem;
436
-        width: 5rem;
436
+        width: 3rem;
437 437
         text-indent: 0.1rem;
438 438
       }
439 439
       input::-webkit-input-placeholder {

+ 5
- 5
src/views/vote/signup.vue Прегледај датотеку

@@ -85,11 +85,11 @@ export default {
85 85
       yttjphone:
86 86
         "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yttj_icon_phone.png",
87 87
       yjslove:
88
-        "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yjs_icon_love.png",
88
+        "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/xin.png",
89 89
       yjspen:
90
-        "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yjs_icon_pen.png",
90
+        "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/xiegenjin.png",
91 91
       yjsphone:
92
-        "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/yjs_icon_phone.png",
92
+        "https://spaceofcheng.oss-cn-beijing.aliyuncs.com/voting/dianhua.png",
93 93
       messagenum: 0,
94 94
       postData: {
95 95
         photo: "",
@@ -175,7 +175,7 @@ export default {
175 175
 .context {
176 176
   width: 100%;
177 177
   height: 100%;
178
-  background-color: rgba(209, 220, 228, 1);
178
+  // background-color: rgba(209, 220, 228, 1);
179 179
   display: flex;
180 180
   justify-content: center;
181 181
 
@@ -412,7 +412,7 @@ export default {
412 412
       justify-content: center;
413 413
       position: absolute;
414 414
       left: 0;
415
-      bottom: 1rem;
415
+      bottom: 0;
416 416
 
417 417
       .SubmitBtn1 {
418 418
         width: 44%;