diff --git a/src/pages/ycysp/component/coupon-item.vue b/src/pages/ycysp/component/coupon-item.vue index c100985..fb400b6 100644 --- a/src/pages/ycysp/component/coupon-item.vue +++ b/src/pages/ycysp/component/coupon-item.vue @@ -1,84 +1,85 @@ \ No newline at end of file + diff --git a/src/pages/ycysp/component/member.vue b/src/pages/ycysp/component/member.vue index 9738672..01e6c01 100644 --- a/src/pages/ycysp/component/member.vue +++ b/src/pages/ycysp/component/member.vue @@ -1,35 +1,64 @@ \ No newline at end of file + diff --git a/src/pages/ycysp/component/order-item.vue b/src/pages/ycysp/component/order-item.vue index 89d49e4..768dc45 100644 --- a/src/pages/ycysp/component/order-item.vue +++ b/src/pages/ycysp/component/order-item.vue @@ -1,225 +1,244 @@ - - - - \ No newline at end of file +.line { + margin-top: 24rpx; + width: 662rpx; + height: 1rpx; + background-color: #e1e1f0; + transform: scaleY(0.5); +} + diff --git a/src/pages/ycysp/component/recharge-item.vue b/src/pages/ycysp/component/recharge-item.vue index 6747726..959f933 100644 --- a/src/pages/ycysp/component/recharge-item.vue +++ b/src/pages/ycysp/component/recharge-item.vue @@ -1,78 +1,81 @@ - - + \ No newline at end of file +} +.type-ori { + font-size: 24rpx; + font-weight: normal; + line-height: normal; + letter-spacing: 0em; + text-decoration: line-through; + color: #a4c4fa; + margin-top: 6rpx; +} + diff --git a/src/pages/ycysp/component/ticket-recieve.vue b/src/pages/ycysp/component/ticket-recieve.vue index 3b1fe6d..83524ee 100644 --- a/src/pages/ycysp/component/ticket-recieve.vue +++ b/src/pages/ycysp/component/ticket-recieve.vue @@ -1,151 +1,167 @@ \ No newline at end of file + diff --git a/src/pages/ycysp/config.js b/src/pages/ycysp/config.js index efab93f..4a55e96 100644 --- a/src/pages/ycysp/config.js +++ b/src/pages/ycysp/config.js @@ -1,47 +1,53 @@ export const stateConfig = { - 1: '待支付', - 2: '已支付', - 3: '充值中', - 4: '充值失败', - 5: '退款中', - 6: '退款失败', - 7: '退款成功', - 8: '充值成功' , - 9: '订单作废' -} + 1: "待支付", + 2: "已支付", + 3: "充值中", + 4: "充值失败", + 5: "退款中", + 6: "退款失败", + 7: "退款成功", + 8: "充值成功", + 9: "订单作废", +}; export const stateColor = { - 2: '#FF911A', - 3: '#FF8400', - 4: '#FF0000', - 7: '#EA722D', - 8: '#FF0000 ', -} + 2: "#FF911A", + 3: "#FF8400", + 4: "#FF0000", + 7: "#EA722D", + 8: "#FF0000 ", +}; export const checkedColor = { - 1:'#4A98FB', - 2:'#4A98FB', - 3:'#FE3B34', - 4:'#FF8103', - 5:'#17BE73', - 6:'#F82801', - 7:'#FE306E', - 8:'#61D93F', -} + 1: "#4A98FB", + 2: "#4A98FB", + 3: "#FE3B34", + 4: "#FF8103", + 5: "#17BE73", + 6: "#F82801", + 7: "#FE306E", + 8: "#61D93F", +}; -export const tabs = [{ - tabName:'全部订单', - status:0, -},{ - tabName:'待付款', - status:1, -},{ - tabName:'处理中', - status:2, -},{ - tabName:'已完成', - status:8, -},{ - tabName:"已退款", - status:7 -}] +export const tabs = [ + { + tabName: "全部订单", + status: 0, + }, + { + tabName: "待付款", + status: 1, + }, + { + tabName: "处理中", + status: 2, + }, + { + tabName: "已完成", + status: 8, + }, + { + tabName: "已退款", + status: 7, + }, +]; diff --git a/src/pages/ycysp/home.vue b/src/pages/ycysp/home.vue index b93c687..d110709 100644 --- a/src/pages/ycysp/home.vue +++ b/src/pages/ycysp/home.vue @@ -1,11 +1,11 @@ - { - style: { - navigationStyle: 'custom', - navigationBarTitleText: '音视频专区', - navigationBarBackgroundColor:'#FFF', - }, - } +{ + style: { + navigationStyle: "custom", + navigationBarTitleText: "音视频专区", + navigationBarBackgroundColor: "#FFF", + }, +} - \ No newline at end of file + diff --git a/src/pages/ycysp/order.vue b/src/pages/ycysp/order.vue index 25db405..468c870 100644 --- a/src/pages/ycysp/order.vue +++ b/src/pages/ycysp/order.vue @@ -1,241 +1,260 @@ - { - style: { - navigationStyle: 'custom', - navigationBarTitleText: '我的订单', - navigationBarBackgroundColor:'#FFF', - }, - } +{ + style: { + navigationStyle: "custom", + navigationBarTitleText: "我的订单", + navigationBarBackgroundColor: "#FFF", + }, +} - \ No newline at end of file + diff --git a/src/pages/ycysp/orderDetail.vue b/src/pages/ycysp/orderDetail.vue index d7dae5a..6a12d0f 100644 --- a/src/pages/ycysp/orderDetail.vue +++ b/src/pages/ycysp/orderDetail.vue @@ -1,259 +1,296 @@ - { - style: { - navigationStyle: 'custom', - navigationBarTitleText: '订单详情', - navigationBarBackgroundColor:'#FFF', - }, - } +{ + style: { + navigationStyle: "custom", + navigationBarTitleText: "订单详情", + navigationBarBackgroundColor: "#FFF", + }, +} \ No newline at end of file + diff --git a/src/pages/ycysp/pay.vue b/src/pages/ycysp/pay.vue index 2620ee3..13be27c 100644 --- a/src/pages/ycysp/pay.vue +++ b/src/pages/ycysp/pay.vue @@ -1,43 +1,47 @@ - { - style: { - navigationStyle: 'custom', - navigationBarTitleText: '支付确认', - navigationBarBackgroundColor:'#FFF', - }, - } - +{ + style: { + navigationStyle: "custom", + navigationBarTitleText: "支付确认", + navigationBarBackgroundColor: "#FFF", + }, +} + \ No newline at end of file +.order-item { + font-size: 22rpx; + font-weight: normal; + line-height: 32rpx; + letter-spacing: 0rpx; + color: #6c6c6c; + margin-top: 24rpx; +} +.bottom { + font-weight: 400; + line-height: 32rpx; + text-align: right; + font-style: normal; + text-transform: none; +} +.count-item { + font-size: 22rpx; + color: #878787; + text-align: right; + margin-top: 16rpx; +} +.number-item { + font-size: 24rpx; + color: #2e92ff; + text-align: right; + margin-top: 16rpx; +} +.pay-btn { + width: 710rpx; + height: 88rpx; + /* 自动布局 */ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 12rpx 28rpx; + border-radius: 392rpx; + opacity: 1; + background: linear-gradient(270deg, #2c91ff 0%, #9ad2ff 100%); + box-sizing: border-box; + font-size: 32rpx; + font-weight: normal; + line-height: normal; + letter-spacing: 0em; + color: #ffffff; +} +