Quellcode durchsuchen

Merge branch 'master' of http://git.ycjcjy.com/honghe/h5-draw-lots into master

张延森 vor 3 Jahren
Ursprung
Commit
5a83a13336

BIN
src/assets/indexImg/indexBgctop.jpg Datei anzeigen


+ 6
- 17
src/components/CalendarPoster.vue Datei anzeigen

23
             </div>
23
             </div>
24
             <div class="mod2 flex-col">
24
             <div class="mod2 flex-col">
25
               <div class="block1 flex-col">
25
               <div class="block1 flex-col">
26
-                <div
26
+                <!-- <div
27
                   class="section1 flex-col"
27
                   class="section1 flex-col"
28
                   @click="()=>{this.shaerShow=true}"
28
                   @click="()=>{this.shaerShow=true}"
29
                   :style="`background-image: url(${shaerBut});`"
29
                   :style="`background-image: url(${shaerBut});`"
30
-                ></div>
30
+                ></div> -->
31
+                <img class="section1 flex-col" :src="shaerBut" @click="()=>{this.shaerShow=true}" />
31
                 <span :style="`background-image: url(${pressImage});`" class="info2"></span>
32
                 <span :style="`background-image: url(${pressImage});`" class="info2"></span>
32
               </div>
33
               </div>
33
             </div>
34
             </div>
42
               </div>
43
               </div>
43
               <div class="wrap5 flex-col">
44
               <div class="wrap5 flex-col">
44
                 <span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
45
                 <span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
45
-                <!-- <div
46
-                  class="main5-month flex-col"
47
-                  :style="`background-image: url(${shaerButRed});`"
48
-                  @click="()=>{this.shaerShow=true}"
49
-                ></div> -->
50
-              <img class="main5-month flex-col" :src="shaerButRed" @click="()=>{this.shaerShow=true}" />
46
+                <img class="main5-month flex-col" :src="shaerButRed" @click="()=>{this.shaerShow=true}" />
51
               </div>
47
               </div>
52
             </div>
48
             </div>
53
           </div>
49
           </div>
225
       .block1 {
221
       .block1 {
226
         height: 113px;
222
         height: 113px;
227
         .section1 {
223
         .section1 {
228
-          height: 75.6px;
229
-          border-radius: 8px;
230
-          background-size: 100% auto;
231
-          background-color: #fff;
232
-          width: 162px;
233
-          justify-content: center;
234
-          align-items: center;
235
-          border: 0;
224
+          height: 48px;
225
+          width: 141px;
236
         }
226
         }
237
         .info2 {
227
         .info2 {
238
           width: 140.4px;
228
           width: 140.4px;
241
           color: #fff;
231
           color: #fff;
242
           text-align: center;
232
           text-align: center;
243
           align-self: center;
233
           align-self: center;
244
-          margin-top: 12px;
245
           background-size: 100% auto;
234
           background-size: 100% auto;
246
           background-repeat: no-repeat;
235
           background-repeat: no-repeat;
247
         }
236
         }

+ 2
- 3
src/components/Popup.vue Datei anzeigen

299
       background-size: 100% auto;
299
       background-size: 100% auto;
300
       margin: 10px auto 0;
300
       margin: 10px auto 0;
301
       .btn {
301
       .btn {
302
-        padding-top: 0;
303
-        width: 40px;
304
-        height: 34px;
302
+        width: 36px;
303
+        height: 30.6px;
305
       }
304
       }
306
     }
305
     }
307
   }
306
   }

+ 1
- 1
src/components/ShaerPopup.vue Datei anzeigen

2
   <div v-if="showSelf" class="dialog" :style="{'z-index': zIndex}">
2
   <div v-if="showSelf" class="dialog" :style="{'z-index': zIndex}">
3
     <div class="dialog-mark" @click="closeMyself" :style="{'z-index': zIndex + 1}">
3
     <div class="dialog-mark" @click="closeMyself" :style="{'z-index': zIndex + 1}">
4
       <div v-show="myShareShow" class="sharetiptxt" style>
4
       <div v-show="myShareShow" class="sharetiptxt" style>
5
-        <img style=" height:100%; z-index:46" src="../assets/buttonImg/shareText.png" alt />
5
+        <img style=" height:90%; z-index:46" src="../assets/buttonImg/shareText.png" alt />
6
       </div>
6
       </div>
7
       <fire-flies></fire-flies>
7
       <fire-flies></fire-flies>
8
 
8