Bladeren bron

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

张延森 3 jaren geleden
bovenliggende
commit
5a83a13336

BIN
src/assets/indexImg/indexBgctop.jpg Bestand weergeven


+ 6
- 17
src/components/CalendarPoster.vue Bestand weergeven

@@ -23,11 +23,12 @@
23 23
             </div>
24 24
             <div class="mod2 flex-col">
25 25
               <div class="block1 flex-col">
26
-                <div
26
+                <!-- <div
27 27
                   class="section1 flex-col"
28 28
                   @click="()=>{this.shaerShow=true}"
29 29
                   :style="`background-image: url(${shaerBut});`"
30
-                ></div>
30
+                ></div> -->
31
+                <img class="section1 flex-col" :src="shaerBut" @click="()=>{this.shaerShow=true}" />
31 32
                 <span :style="`background-image: url(${pressImage});`" class="info2"></span>
32 33
               </div>
33 34
             </div>
@@ -42,12 +43,7 @@
42 43
               </div>
43 44
               <div class="wrap5 flex-col">
44 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 47
               </div>
52 48
             </div>
53 49
           </div>
@@ -225,14 +221,8 @@ export default {
225 221
       .block1 {
226 222
         height: 113px;
227 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 227
         .info2 {
238 228
           width: 140.4px;
@@ -241,7 +231,6 @@ export default {
241 231
           color: #fff;
242 232
           text-align: center;
243 233
           align-self: center;
244
-          margin-top: 12px;
245 234
           background-size: 100% auto;
246 235
           background-repeat: no-repeat;
247 236
         }

+ 2
- 3
src/components/Popup.vue Bestand weergeven

@@ -299,9 +299,8 @@ export default {
299 299
       background-size: 100% auto;
300 300
       margin: 10px auto 0;
301 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 Bestand weergeven

@@ -2,7 +2,7 @@
2 2
   <div v-if="showSelf" class="dialog" :style="{'z-index': zIndex}">
3 3
     <div class="dialog-mark" @click="closeMyself" :style="{'z-index': zIndex + 1}">
4 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 6
       </div>
7 7
       <fire-flies></fire-flies>
8 8