-
-
-
- -- +500 -推荐保洁师-2017-09-05-
-
-
- -- -500 -提现-2017-09-05-
-
-
- -- +500 -推荐用户下单-2017-09-05-
-
-
- -- +200 -推荐保洁师服务-2017-09-05-
-
diff --git a/src/assets/styles/style.css b/src/assets/styles/style.css index 6888b0d..13d4f19 100644 --- a/src/assets/styles/style.css +++ b/src/assets/styles/style.css @@ -331,137 +331,20 @@ html,body { color:rgba(255,255,255,1); letter-spacing: 1px; } -.my-money .content { - padding-top: 0.9rem; -} -.my-money .rule { - width:100%; - height:1.18rem; - border-radius:0rem; - padding: 0.1rem 0.1rem; - box-sizing: border-box; -} -.my-money .rule .rule-content { - width: 100%; - height: 100%; - background:rgba(255,251,238,1); - display: flex; - align-items: center; -} -.my-money .rule .rule-content img { - width: 0.9rem; - margin-left: .3rem -} - -.my-money .rule .rule-content a.text { - font-family:Adobe Heiti Std R; - color:rgba(254,136,31,1); - font-size: 0.4rem; - margin-left: 0.2rem; - margin-right: auto; -} - -.my-money .rule .rule-content a.icon { - height: 0.36rem; -} -.my-money .rule .rule-content a.icon img { - width: auto; - height: 0.36rem; - display: block; - margin-right: 0.3rem; -} - -.my-money .balance { - height:1.7rem; - background:rgba(255,255,255,1); - display: flex; - align-items: center; - justify-content: space-between; - font-size: 0.3rem; - padding: 0 0.3rem; -} -.my-money .balance .put-money { - width:1.68rem; - height:0.68rem; - background:rgba(72,201,147,1); - border-radius:0rem; - font-size:0.34rem; - font-family:PingFang-SC-Medium; - color:rgba(255,255,255,1); - text-align: center; - line-height: 0.68rem; -} -.my-money .balance >div { - font-size:0.36rem; - font-family:PingFang-SC-Regular; - color:rgba(102,102,102,1); - display: flex; - align-items: center; -} -.my-money .balance >div span { - font-size:0.7rem; - font-family:PingFang-SC-Heavy; - color:rgba(51,51,51,1); -} - -.my-money .payments .title-span { - font-size:0.28rem; - color:rgba(102,102,102,1); - display: block; - line-height:0.38rem; - margin-top: 0.2rem; - margin-left: 0.2rem; -} - -.my-money .payments >ul >li { - width: 100%; - height: 1rem; - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 1px; - background: #fff; - padding: 0 0.3rem; - box-sizing: border-box; -} - -.my-money .payments >ul >li .liLeft { - display: flex; - flex-direction: column; - justify-content: center; -} - -.my-money .payments >ul >li .liLeft .name { - font-size:0.3rem; - font-family:PingFang-SC-Medium; - color:rgba(51,51,51,1); -} -.my-money .payments >ul >li .liLeft .time { - font-size:0.22rem; - font-family:PingFang-SC-Medium; - color:rgba(153,153,153,1); -} - -.my-money .payments >ul >li span { - font-size:0.36rem; - font-family:PingFang-SC-Medium; - color:rgba(254,152,64,1); -} - -.my-money .payments >ul >li span.put { - color:rgba(51,51,51,1); -} -/*****弹出框样式****/ +/*****弹出框*****/ +/*遮罩层*/ .popup-box { width: 100%; height: 100%; background: rgba(0,0,0,.6); - position: absolute; + position: fixed; display: flex; align-items: center; justify-content: center; top: 0; + z-index: 1000; + overflow: hidden; } .popup-centent { @@ -472,93 +355,16 @@ html,body { .popup-centent span.closeBtn { position: absolute; - right: .15rem; - top: .1rem; - width: .3rem; - height: .3rem; + right: .1rem; + top: 5px; + width: .35rem; + height: .35rem; display: block; } .popup-centent span.closeBtn img { width: 100%; height: 100%; - display: block; -} - -.my-money .popup-authorization { - width:5.6rem; - height:3.4rem; - border-radius: 5px; - /* padding: 0.3rem 0.4rem; */ - display: flex; - justify-content: center; - flex-direction: column; - box-sizing: border-box; -} - -.my-money .popup-authorization p { - font-size:0.36rem; - font-family:PingFang-SC-Medium; - color:rgba(0,0,0,1); - text-align: center; - margin-top: .3rem; -} - -.my-money .popup-authorization a img { - display: block; - width: 1rem; - margin: auto; - margin-top: .3rem; -} -.my-money .popup-authorization span { - font-size:0.3rem; - font-family:PingFang-SC-Medium; - color:rgba(153,153,153,1); - display: inline-block; - margin: auto; - margin-top: 0.2rem; -} - - -.my-money .popup-authorization2 { - width:5.6rem; - height:3.4rem; - border-radius: 5px; - /* padding: 0.3rem 0.4rem; */ - /* display: flex; */ - /* justify-content: center; - flex-direction: column; - box-sizing: border-box; */ -} -.my-money .popup-authorization2 .cue-title { - height:0.34rem; - font-size:0.36rem; - font-family:PingFang-SC-Medium; - color:rgba(0,0,0,1); - margin-top: .4rem; - margin-bottom: .4rem; -} -.my-money .popup-authorization2 p { - text-align: center; - font-size:0.28rem; - font-family:PingFang-SC-Medium; - color:rgba(102,102,102,1); - padding: 0 0.3rem; - margin-bottom: .4rem; } -.my-money .popup-authorization2 button { - width: 100%; - height:1rem; - background:rgba(255,255,255,1); - position: absolute; - bottom: 0; - border: none; - font-size:0.36rem; - font-family:PingFang-SC-Medium; - color:rgba(0,186,134,1); - border-radius: 5px; - border-top: 1px solid #D2D3D5; -} - /*******提现申请******/ .page-content { width: 100%; diff --git a/src/router/index.js b/src/router/index.js index 2322522..c5f32d6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3,7 +3,6 @@ import Router from 'vue-router' // 懒加载方式,当路由被访问的时候才加载对应组件 const monthCard = resolve => require(['@/view/month-card'], resolve) -const myMoney = resolve => require(['@/view/my-money'], resolve) const putMoney = resolve => require(['@/view/put-money'], resolve) const serviceEvaluation = resolve => require(['@/view/service-evaluation'], resolve) const putMoneySuccess = resolve => require(['@/view/put-money-success'], resolve) @@ -22,11 +21,6 @@ let router = new Router({ name: '领取优惠券', component: monthCard }, - { - path: '/my-money', - name: '我的钱包', - component: myMoney - }, { path: '/put-money', name: '提现申请', diff --git a/src/view/my-money.vue b/src/view/my-money.vue deleted file mode 100644 index acf4e37..0000000 --- a/src/view/my-money.vue +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - diff --git a/src/view/service-evaluation.vue b/src/view/service-evaluation.vue index b8cff22..1edce86 100644 --- a/src/view/service-evaluation.vue +++ b/src/view/service-evaluation.vue @@ -10,10 +10,10 @@
保洁师: - 林同学 + {{name}}
服务日期: - 2018-10-01 08:00-12:00 + {{time}}
- 准时到达:本次保洁师是否如约到达?
-洁净标准:本次洁净服务质量,是否您满意?
-专业高效:本次洁净服务速度,是否您满意?
+
+ 准时到达:本次保洁师是否如约到达?
+洁净标准:本次洁净服务质量,是否您满意?
+专业高效:本次洁净服务速度,是否您满意?
+