Forráskód Böngészése

代金券页面调整

junyuanz 5 éve
szülő
commit
6a858417ee

+ 3 - 3
packageUser/pages/user/bindoldsys/bindoldsys.wxml

@@ -8,8 +8,8 @@
       <view class="title">会员绑定</view>
       <view class="identity_name">
         <view class="fl">
-          <text>会员编号</text>
-          <input type="text" bindinput="userNo" placeholder="会员编号" value="{{user_no}}" />
+          <view style="float: left;width: 140rpx;line-height: 100rpx;font-size: 28rpx;color: #7f93ae;"><b style="color:red">*</b>会员编号</view>
+          <input type="text" bindinput="userNo" placeholder="请输入会员编号" value="{{user_no}}" />
           <view class="clean"></view>
         </view>
         <!--<view class="btn" bindtap="d5cCertificate">获取认证信息</view>-->
@@ -18,7 +18,7 @@
 
       <view class="identity_number">
         <text>备注</text>
-        <input type="text" placeholder="备注" bindinput="remark" value="{{remark}}" />
+        <input type="text" placeholder="请输入备注" bindinput="remark" value="{{remark}}" />
         <view class="clean"></view>
       </view>
 

+ 0 - 1
packageUser/pages/user/bindoldsys/bindoldsys.wxss

@@ -58,7 +58,6 @@
 }
 .identity_name input {
   float: left;
-  width: 160rpx;
   height: 100rpx;
   border: none;
   outline: none;

+ 23 - 21
packageUser/pages/user/radish/radish.wxss

@@ -7,19 +7,21 @@
 .radish-top {
   width: 100%;
   height: 360rpx;
-  background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/pointbg.jpg');
+  background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/djquan.jpg');
   background-size: 100%;
 }
 .radish-top__title {
-  padding: 46rpx 0 20rpx;
-  font-size: 28rpx;
-  color: #FFF;
-  text-align: center;
+    padding: 95rpx 0 0;
+    font-size: 34rpx;
+    color: #FFF;
+    text-align: center;
+    text-shadow: 1px 1px 1px #bb954d;
 }
 .radish-top__count {
-  font-size: 60rpx;
-  color: #fff;
-  text-align: center;
+    font-size: 70rpx;
+    color: #fff;
+    text-align: center;
+    text-shadow: 1px 1px 1px #e6231d;
 }
 .radish-top__btn {
   position: absolute;
@@ -36,19 +38,19 @@
   color: #fff;
 }
 .radish-top__btn1 {
-  position: absolute;
-  top: 190rpx;
-  //right: 150rpx;
-  width: 196rpx;
-  height: 60rpx;
-  border: 2rpx solid #fff;
-  margin: 48rpx auto 0;
-  text-align: center;
-  line-height: 60rpx;
-  border-radius: 8rpx;
-  font-size: 28rpx;
-  color: #fff;
-  right:calc(50% - 98rpx)
+    position: absolute;
+    top: 210rpx;
+    width: 206rpx;
+    height: 60rpx;
+    border: 2rpx solid #eb4d20;
+    margin: 48rpx auto 0;
+    text-align: center;
+    line-height: 60rpx;
+    border-radius: 45px;
+    font-size: 32rpx;
+    color: #fff;
+    right: calc(50% - 103rpx);
+    background: linear-gradient(to right,#eb712c,#e71f1c);
 }
 .radish-main {
   background-color: #fff;