瀏覽代碼

停车费

XWookey 3 年之前
父節點
當前提交
1cfab5ab8e
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 0 1
      pages/index/index.wxml
  2. 2 2
      pages/index/index.wxss

+ 0 - 1
pages/index/index.wxml

@@ -45,7 +45,6 @@
         <text decode="true" class='inline price'>&nbsp;元/度</text>
       </view>
       <text class='inline border'>服务费:{{textData.serviceprice}}元/度</text>
-      <text class='inline border'>{{textData.stopprice}}元/小时</text>
       <!-- <text class='inline border'>停车费:{{textData.stopprice}}元/小时</text> -->
     </view>
     <view class='navigation_info'>

+ 2 - 2
pages/index/index.wxss

@@ -145,7 +145,7 @@
   height: 50rpx;
   line-height: 50rpx;
   min-height: 50rpx;
-  font-size:40rpx;
+  font-size:35rpx;
   margin: 0;
 }
 .map_textdata_fast text{
@@ -285,7 +285,7 @@ text.price {
 .picker text{
   color: #545253;
   margin: 0;
-  padding: 6rpx 10rpx 6rpx 10rpx;
+  padding: 10rpx;
   border:solid 2rpx #545253;
   border-radius: 8rpx;
   font-size: 30rpx;