diff --git a/components/chooseaddr/address/address.scss b/components/chooseaddr/address/address.scss index a272f3a..c448989 100644 --- a/components/chooseaddr/address/address.scss +++ b/components/chooseaddr/address/address.scss @@ -60,7 +60,7 @@ } .path { // float: left; - line-height: 25rpx; + // line-height: 25rpx; } } } diff --git a/components/chooseaddr/address/address.wxss b/components/chooseaddr/address/address.wxss index ddec365..cd5434b 100644 --- a/components/chooseaddr/address/address.wxss +++ b/components/chooseaddr/address/address.wxss @@ -1 +1 @@ -.address{width:690rpx;height:192rpx;border-bottom:2rpx solid #EAEAEA;display:flex;justify-content:space-between;padding-bottom:27rpx}.address .left{width:576rpx}.address .left .userinfo{color:#333333;font-size:26rpx;text-indent:16xrpx;margin-top:41rpx;display:flex;justify-content:space-between}.address .left .userinfo .username{display:flex;flex-wrap:nowrap}.address .left .userinfo .username .username1{width:140rpx;overflow:hidden}.address .left .userinfo .username .tel{margin-right:6rpx}.address .left .addr{color:#999999;font-size:24rpx;text-indent:30rpx;margin-top:32rpx;width:551rpx;height:50rpx;margin-left:20rpx}.address .left .addr .select{width:26rpx;height:26rpx;margin:auto 0;border-radius:50%;background-color:#EAEAEA;float:left;margin-right:-14rpx}.address .left .addr .selected{background-color:#47C877}.address .left .addr .default{font-size:24rpx;text-indent:16rpx;line-height:60rpx;float:left}.address .left .addr .path{line-height:25rpx}.address .line{width:2rpx;height:75rpx;background:#d3d3d3;margin:auto 0}.address .right{color:#666666;font-size:24rpx;line-height:192rpx;margin-left:30rpx;margin-right:21rpx} +.address{width:690rpx;height:192rpx;border-bottom:2rpx solid #EAEAEA;display:flex;justify-content:space-between;padding-bottom:27rpx}.address .left{width:576rpx}.address .left .userinfo{color:#333333;font-size:26rpx;text-indent:16xrpx;margin-top:41rpx;display:flex;justify-content:space-between}.address .left .userinfo .username{display:flex;flex-wrap:nowrap}.address .left .userinfo .username .username1{width:140rpx;overflow:hidden}.address .left .userinfo .username .tel{margin-right:6rpx}.address .left .addr{color:#999999;font-size:24rpx;text-indent:30rpx;margin-top:32rpx;width:551rpx;height:50rpx;margin-left:20rpx}.address .left .addr .select{width:26rpx;height:26rpx;margin:auto 0;border-radius:50%;background-color:#EAEAEA;float:left;margin-right:-14rpx}.address .left .addr .selected{background-color:#47C877}.address .left .addr .default{font-size:24rpx;text-indent:16rpx;line-height:60rpx;float:left}.address .line{width:2rpx;height:75rpx;background:#d3d3d3;margin:auto 0}.address .right{color:#666666;font-size:24rpx;line-height:192rpx;margin-left:30rpx;margin-right:21rpx} diff --git a/pages/yongjin/yongjin.json b/pages/yongjin/yongjin.json index 8d24fd6..48d5362 100644 --- a/pages/yongjin/yongjin.json +++ b/pages/yongjin/yongjin.json @@ -1,5 +1,6 @@ { - "usingComponents": { + "navigationBarTitleText": "佣金提现", + "usingComponents": { "yongjintop": "/components/yue/yongjintop/yongjintop", "yuedetail": "/components/yue/yuedetail/yuedetail", "yuetitle": "/components/yue/yuetitle/yuetitle" diff --git a/pages/yue/yue.json b/pages/yue/yue.json index 997209b..7d59029 100644 --- a/pages/yue/yue.json +++ b/pages/yue/yue.json @@ -1,5 +1,6 @@ { - "component": true, + "navigationBarTitleText": "我的余额", + "component": true, "usingComponents": { "yuetop": "/components/yue/yuetop/yuetop", "yuetitle": "/components/yue/yuetitle/yuetitle",