chengjie 6 years ago
parent
commit
4246d908bf
4 changed files with 15 additions and 8 deletions
  1. 1 1
      package4/main/giftcard.wxml
  2. 4 0
      pages/main/default.wxml
  3. 8 5
      pages/main/default.wxss
  4. 2 2
      pages/main/detail.wxss

File diff suppressed because it is too large
+ 1 - 1
package4/main/giftcard.wxml


+ 4 - 0
pages/main/default.wxml

@@ -21,11 +21,14 @@
21 21
         </view>
22 22
         <view class="panel001 FlexRow">
23 23
           <view class="panel0010 FlexRow">
24
+            <view class='panel00100'></view>
24 25
             <image wx:for="{{[1,2,3,4]}}" wx:key="index" bindtap='gotoList' data-id="{{item}}" class="homepage_question_illus_grade01" src="../images/homepage_question_illus_grade0{{item}}.png" />
26
+            <view class='panel00101'></view>
25 27
           </view>
26 28
         </view>
27 29
         <image class="universalpic_line_zigzag_brown_down" src="../images/universalpic_line_zigzag_brown_down.png" />
28 30
         <image class="universalpic_line_zigzag_brown_up" src="../images/universalpic_line_zigzag_brown_up.png" />
31
+        <view class='panel00102'></view>
29 32
         <view class="panel002 FlexRow">
30 33
           <view class="panel0020 FlexRow">
31 34
             <view class="panel00200 FlexColumn">
@@ -110,6 +113,7 @@
110 113
                 <image class="universalpic_indicator_maroon" src="../images/universalpic_indicator_pink.png" />
111 114
               </view>
112 115
               <view class="line"></view>
116
+              
113 117
             </block>
114 118
           </view>
115 119
         </view>

+ 8 - 5
pages/main/default.wxss

@@ -31,11 +31,10 @@
31 31
 .panel {
32 32
   width: 100%;
33 33
   background-color: #583027;
34
-  height: 2364rpx;
34
+  height: 2634rpx;
35 35
   justify-content: flex-start;
36 36
 }
37 37
 
38
-
39 38
 .panel .line1 {
40 39
   width: 100%;
41 40
   height: 120rpx;
@@ -59,7 +58,7 @@
59 58
 
60 59
 .panel00 {
61 60
   width: 680rpx;
62
-  height: 2264rpx;
61
+  height: 2534rpx;
63 62
   justify-content: flex-start;
64 63
 }
65 64
 
@@ -109,7 +108,6 @@
109 108
   height: 49rpx;
110 109
 }
111 110
 
112
-
113 111
 .homepage_banner{
114 112
    width:100%;
115 113
    height:270rpx;
@@ -121,6 +119,11 @@
121 119
   margin-top: 10rpx;
122 120
 }
123 121
 
122
+.panel00102{
123
+  width:100%;
124
+  height:30rpx;
125
+  background-color: #723C30;
126
+}
124 127
 .panel002 {
125 128
   width: 100%;
126 129
   height: 638rpx;
@@ -141,7 +144,7 @@
141 144
   height: 116rpx;
142 145
   position: absolute;
143 146
   left: 230rpx;
144
-  top: -47rpx;
147
+  top: -17rpx;
145 148
 }
146 149
 
147 150
 .homepage_clipboard_illus_ruler {

+ 2 - 2
pages/main/detail.wxss

@@ -172,7 +172,7 @@
172 172
 }
173 173
 
174 174
 .panel1 .panel10{
175
-  margin-top: -104rpx;
175
+  margin-top: -97rpx;
176 176
   width:400rpx;
177 177
   height:104rpx;
178 178
   justify-content: space-between;
@@ -205,7 +205,7 @@
205 205
 
206 206
 .btnStart {
207 207
   width: 680rpx;
208
-  height: 190rpx;
208
+  height: 200rpx;
209 209
   background-color: #7D2B25;
210 210
   border-bottom-left-radius: 40rpx;
211 211
   border-bottom-right-radius: 40rpx;