XWookey hace 3 años
padre
commit
02cdb140ff
Se han modificado 2 ficheros con 11 adiciones y 10 borrados
  1. 10 9
      pages/index/index.wxss
  2. 1 1
      project.config.json

+ 10 - 9
pages/index/index.wxss

@@ -120,8 +120,8 @@
   background-color: #ffffff;
   position: absolute;
   right: 32rpx;
-  top: 30rpx;
-  height: 40rpx;
+  bottom: 30rpx;
+  height: 50rpx;
   z-index:999;
   border-radius: 12rpx;
   min-height: 40rpx;
@@ -132,8 +132,8 @@
   background-color: #ffffff;
   position: absolute;
   right: 32rpx;
-  top: 90rpx;
-  height: 40rpx;
+  bottom: 100rpx;
+  height: 50rpx;
   z-index:999;
   border-radius: 12rpx;
   min-height: 40rpx;
@@ -142,10 +142,10 @@
 }
 .map_textdata_fast text,.map_textdata_slow text{
   display: inline-block;
-  height: 40rpx;
-  line-height: 40rpx;
-  min-height: 40rpx;
-  font-size:24rpx;
+  height: 50rpx;
+  line-height: 50rpx;
+  min-height: 50rpx;
+  font-size:40rpx;
   margin: 0;
 }
 .map_textdata_fast text{
@@ -285,9 +285,10 @@ text.price {
 .picker text{
   color: #545253;
   margin: 0;
-  padding: 4rpx 10rpx 4rpx 10rpx;
+  padding: 6rpx 10rpx 6rpx 10rpx;
   border:solid 2rpx #545253;
   border-radius: 8rpx;
+  font-size: 30rpx;
 }
 
 /* 通知相关 begin */

+ 1 - 1
project.config.json

@@ -37,7 +37,7 @@
     "minifyWXSS": true
   },
   "compileType": "miniprogram",
-  "libVersion": "2.16.1",
+  "libVersion": "2.21.0",
   "appid": "wx6e03e5ada030b1aa",
   "projectname": "%E5%85%85%E7%94%B5%E6%A1%A9",
   "isGameTourist": false,