Baozhangchao 3 years ago
parent
commit
62ba423d5f

+ 1
- 1
src/pages/RandomItinerary/components/ConstellationCard/index.jsx View File

@@ -183,7 +183,7 @@ export default (props) => {
183 183
 
184 184
   return (
185 185
     <View >
186
-      <View style='font-size: 20px;font-weight: bold;color: #140F0F;marginLeft:10px;;'>
186
+      <View style='font-size: 20px;font-weight: bold;color: #140F0F;marginLeft:10px;margin-bottom: 1em;'>
187 187
         1<text style='font-size: 13px;font-weight: bold;color: #140F0F;'> / 5 </text>你是什么星座的?
188 188
       </View>
189 189
       {

+ 1
- 1
src/pages/RandomItinerary/components/ConstellationCard/style.less View File

@@ -1,5 +1,5 @@
1 1
 .Random-Conste-box {
2
-  margin: 80px 20px;
2
+  margin: 60px 20px;
3 3
   width: 335px;
4 4
   height: 180px;
5 5
   background: #fbfbfb;

+ 1
- 1
src/pages/index/tabs/Guide.jsx View File

@@ -211,7 +211,7 @@ export default (props) => {
211 211
           <Customized />
212 212
         </view>
213 213
         <view className='Guide-bottom-box'>
214
-          <Image mode='widthFix' style={{ width: '100%' }} src='http://yz-shigongli.oss-cn-shanghai.aliyuncs.com/images/hotel_guide_help.png' onClick={goIndex} />
214
+          <Image mode='widthFix' style={{ width: '100%', position: 'absolute', bottom: 'auto' }} src='http://yz-shigongli.oss-cn-shanghai.aliyuncs.com/images/hotel_guide_help.png' onClick={goIndex} />
215 215
 
216 216
         </view>
217 217
       </view>