From e1e67e9ae247e680a88b83a8ea2d8ded77ca386d Mon Sep 17 00:00:00 2001 From: "952108534@qq.com" <952108534@qq.com> Date: Fri, 21 Jan 2022 19:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-busness/ajax/getData.js | 2 +- rc-busness/assets/css/orderquantity.less | 64 ++++- rc-busness/pages/personal/useraddress.vue | 291 ++++++++++++---------- 3 files changed, 215 insertions(+), 142 deletions(-) diff --git a/rc-busness/ajax/getData.js b/rc-busness/ajax/getData.js index c5b9404b..c90de64d 100644 --- a/rc-busness/ajax/getData.js +++ b/rc-busness/ajax/getData.js @@ -267,7 +267,7 @@ export const searchchanpin = (stype,usertype,curPage,curRow) => { //查询订单 export const userindent = (phoneNumber,orderNumber,) => { var data = { - phoneNumber:'18112621098', + phoneNumber:phoneNumber, orderNumber:orderNumber, } return fetch('orderMaster/?type=query', data, 'POST' ) diff --git a/rc-busness/assets/css/orderquantity.less b/rc-busness/assets/css/orderquantity.less index 0698f7a2..4b8fc3e6 100644 --- a/rc-busness/assets/css/orderquantity.less +++ b/rc-busness/assets/css/orderquantity.less @@ -3,6 +3,7 @@ @media screen and (max-width:768px){ + .active { font-size: 14px; color: #e2001a; @@ -13,19 +14,64 @@ color: #444444; cursor: pointer; } - - .usercontshow{ padding: 0 1.5rem; - .online{ + .rc-usermaina{ + width: 100%; + height: 100%; + .online{ margin: 0; + margin-top: 1.5rem; &.bold{ height: 0.5rem; } } - .rc-usermaina{ - width: 100%; - height: 100%; + .rc-price{ + display: flex; + justify-content: space-between; + i{ + list-style: none; + font-style: normal; + font-weight: bold; + } + em{ + list-style: none; + font-style: normal; + } + strong{ + list-style: none; + font-style: normal; + } + + .priceleft{ + color: #666666; + font-size: 14px; + display: flex; + align-items: center; + margin-top: 19px; + em{ + margin-left: 8px; + } + } + .priceright{ + display: flex; + margin-top: 19px; + align-items: center; + strong{ + color: #333333; + font-size: 14px; + } + i{ + font-size: 18px; + color: #E1001A; + margin-left: 3px; + } + + + } + + } + } .rc-headera { display: flex; @@ -39,7 +85,6 @@ .rc-center { width: 100%; - height: 245px; margin-top: 8px; .rc-usermain { .pc-bottom{ @@ -60,7 +105,6 @@ } .rc-right { - .rc-userbottomm{ display: none; } @@ -110,8 +154,8 @@ .rc-bottom { display: flex; align-items: center; - justify-content: center; - margin-top: 24px; + justify-content: flex-end; + margin-top: 26px; span { display: block; width: 130px; diff --git a/rc-busness/pages/personal/useraddress.vue b/rc-busness/pages/personal/useraddress.vue index 3bbf2525..8bd2a8a4 100644 --- a/rc-busness/pages/personal/useraddress.vue +++ b/rc-busness/pages/personal/useraddress.vue @@ -1,86 +1,126 @@