Baozhangchao 3 lat temu
rodzic
commit
62ba423d5f

+ 1
- 1
src/pages/RandomItinerary/components/ConstellationCard/index.jsx Wyświetl plik

183
 
183
 
184
   return (
184
   return (
185
     <View >
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
         1<text style='font-size: 13px;font-weight: bold;color: #140F0F;'> / 5 </text>你是什么星座的?
187
         1<text style='font-size: 13px;font-weight: bold;color: #140F0F;'> / 5 </text>你是什么星座的?
188
       </View>
188
       </View>
189
       {
189
       {

+ 1
- 1
src/pages/RandomItinerary/components/ConstellationCard/style.less Wyświetl plik

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

+ 1
- 1
src/pages/index/tabs/Guide.jsx Wyświetl plik

211
           <Customized />
211
           <Customized />
212
         </view>
212
         </view>
213
         <view className='Guide-bottom-box'>
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
         </view>
216
         </view>
217
       </view>
217
       </view>