Explorar el Código

查询积分弹框调整

kk.shi hace 3 años
padre
commit
abfa3b4080
Se han modificado 2 ficheros con 22 adiciones y 2 borrados
  1. 4 1
      pages/integral/integral.wxml
  2. 18 1
      pages/integral/integral.wxss

+ 4 - 1
pages/integral/integral.wxml

@@ -125,8 +125,11 @@
     <view class="score-title">
       <text>查询移动积分</text>
     </view>
-    <view class="score-phone">
+    <!-- <view class="score-phone">
       <input class="score-input" type="number" model:value="{{setPhone}}" focus="true" maxlength="11" placeholder="请输入手机号码" />
+    </view> -->
+    <view class="score-phone">
+      <view class="score-input">{{setPhone}}</view>
     </view>
     <view class="score-btn">
       <view class="score-cancel">

+ 18 - 1
pages/integral/integral.wxss

@@ -259,7 +259,7 @@ page {
   line-height: 100rpx;
 }
 
-.score-phone {
+/* .score-phone {
   height: 200rpx;
   line-height: 200rpx;
   padding-top: 60rpx;
@@ -274,6 +274,23 @@ page {
   padding: 0 20rpx;
   border-radius: 10rpx;
   color: #555555;
+} */
+
+.score-phone {
+  height: 200rpx;
+  padding-top: 60rpx;
+  box-sizing: border-box;
+  text-align: center;
+}
+
+.score-input {
+  width: 80%;
+  height: 80rpx;
+  margin: 0 auto;
+  padding: 0 20rpx;
+  border-radius: 10rpx;
+  color: #555555;
+  font-size: 36rpx;
 }
 
 .score-btn {