吃个甘蔗嚼一年 hace 3 años
padre
commit
bb4c8289b5

+ 2
- 2
src/pages/details/foodDetails/foodDetails.jsx Ver fichero

@@ -243,11 +243,11 @@ export default withLayout((props) => {
243 243
                 <view
244 244
                   style={{
245 245
                     position: "relative",
246
-                    marginTop: '5em',
246
+                    marginTop: '1em',
247 247
                     display: extend == "" ? "none" : "",
248 248
                   }}
249 249
                 >
250
-                  <view className='title'>
250
+                  <view className='title' style={{ margin: '50px 0 0 0' }} >
251 251
                     <image src={titlezs} />
252 252
                     <text>本店指南</text>
253 253
                   </view>

+ 1
- 3
src/pages/details/foodDetails/foodDetails.less Ver fichero

@@ -89,7 +89,6 @@
89 89
         font-size: 24px;
90 90
         color: #666666;
91 91
         padding-left: 34px;
92
-        padding-bottom: 40px;
93 92
         .zhuandao {
94 93
           width: 14px;
95 94
           height: 24px;
@@ -103,7 +102,6 @@
103 102
   }
104 103
 }
105 104
 .title {
106
-  margin: 59px 0 41px 0;
107 105
   image {
108 106
     width: 30px;
109 107
     height: 30px;
@@ -181,4 +179,4 @@
181 179
   text-align: center;
182 180
   padding: 40px 0 68px 0;
183 181
   background-color: #f8f8f8;
184
-}
182
+}

+ 1
- 1
src/pages/details/mjDetails/sceneryDetails.less Ver fichero

@@ -108,7 +108,7 @@
108 108
   }
109 109
 }
110 110
 .title {
111
-  margin: 60px 0 40px 0;
111
+  margin: 40px 0 40px 0;
112 112
   font-size: 34px;
113 113
   font-weight: bold;
114 114
   color: #202020;