diff --git a/packages/myOrders/billInfo/index.css b/packages/myOrders/billInfo/index.css new file mode 100644 index 00000000..55814574 --- /dev/null +++ b/packages/myOrders/billInfo/index.css @@ -0,0 +1,143 @@ +.line { + background-color: #F6F7FB; + height: 20rpx; +} + + +.orderItem { + padding: 0 20rpx; + padding-bottom: 20rpx; +} + +.orderItem1 { + display: flex; + align-items: center; + justify-content: space-between; + padding-bottom: 30rpx; + border-bottom: 1rpx solid #EBEBEB; + padding-top: 16rpx; + margin-bottom: 33rpx; +} + + +.orderItem_left { + display: flex; + align-items: center; + font-size: 50rpx; + color: #FF370B; + display: flex; +} + +.orderItem_left span { + font-size: 28rpx; +} + +.orderItem_left #state1 { + width: 110rpx; + height: 40rpx; + margin-left: 18rpx; +} + +.orderItem_left #state2 { + width: 160rpx; + height: 40rpx; + margin-left: 18rpx; +} + +.orderItem_right { + display: flex; + align-items: center; + font-size: 26rpx; + color: #999999; + +} + +.orderItem_right image { + width: 32rpx; + height: 32rpx; + margin-right: 14rpx; +} + +.row { + display: flex; + align-items: center; + justify-content: space-between; + padding: 10rpx 0; +} + +.row_label { + font-size: 28rpx; + color: #999999; + white-space: nowrap; + margin-right: 110rpx; +} + +.row_con { + font-size: 28rpx; + color: #222222; + display: flex; + align-items: center; + text-align: right; +} + +.orderItemTit2 { + font-size: 34rpx; + color: #222222; + font-weight: 600; + padding-top: 30rpx; +} + +.dialog { + position: fixed; + left: 0; + right: 0; + top: 0; + bottom: 0; + background-color: rgba(0, 0, 0, .4); +} + +.dialogCon { + width: 610rpx; + background: #FFFFFF; + border-radius: 20rpx 20rpx 20rpx 20rpx; + box-sizing: border-box; + padding: 0 54rpx; + margin: 0 auto; + margin-top: 20vh; +} + +.dialogCon_tit { + text-align: center; + padding-top: 53rpx; + margin-bottom: 40rpx; +} + +.dialogCon_row { + display: flex; + align-items: center; + margin-bottom: 20rpx; +} + +.dialogCon_row_label { + font-size: 28rpx; + color: #999999; + margin-right: 84rpx; +} + +.orange { + color: #FF370B; +} + +.dialogCon_row:last-child{ + margin-bottom: 0; +} + +.btn { + font-size: 34rpx; + color: #FF370B; + text-align: center; + padding-top: 30rpx; + border-top: 1rpx solid #EBEBEB; + margin-top: 42rpx; + padding-bottom: 35rpx; +} \ No newline at end of file diff --git a/packages/myOrders/billInfo/index.vue b/packages/myOrders/billInfo/index.vue new file mode 100644 index 00000000..7f96c3d8 --- /dev/null +++ b/packages/myOrders/billInfo/index.vue @@ -0,0 +1,122 @@ + + + + + + + ¥4704.00 + + + + + + 运费说明 + + + + 运费单号 + 155323454224524454 + + + 下单时间 + 2021-04-16 11:11:11 + + + + + 关联订单号 + + 订单1 + + 142047425444415 + + + + + 订单2 + + 142047425444415 + + + + + + + 关联订单号 + + 门店名称 + + 马路边边马路边边马路边边马路边边马 + 路边边马路边边马路边边马路边边 + + + + + + + + + 运费退款详情 + + 退款金额 + ¥40.00 + + + 退款状态 + 已完成 + + + 退款方式 + 微信退款 + + + 退款时间 + 2021-02-04 18:55:55 + + 我知道了 + + + + + + + + + + + \ No newline at end of file diff --git a/packages/myOrders/freightBill/index.css b/packages/myOrders/freightBill/index.css new file mode 100644 index 00000000..f855d727 --- /dev/null +++ b/packages/myOrders/freightBill/index.css @@ -0,0 +1,67 @@ + + +.billImg { + margin-top: 70rpx; +} + +.billImg image { + width: 199rpx; + height: 170.12rpx; + margin: 0 auto; +} + +.billText { + font-size: 28rpx; + color: #999999; + text-align: center; + margin-top: 25rpx; +} + +.orderList { + background: #FFFFFF; + box-shadow: 0rpx 2rpx 11rpx 0rpx rgba(0, 0, 0, 0.25); + border-radius: 20rpx 20rpx 20rpx 20rpx; + width: 620rpx; + padding: 68rpx 53rpx; + box-sizing: border-box; + margin: 0 auto; + margin-top: 56rpx; +} + +.Tit { + font-size: 36rpx; + color: #222222; + margin-bottom: 10rpx; +} + +.item_msg { + font-size: 28rpx; + color: #999999; + margin: 10rpx 0; +} + +.item_msg span { + font-size: 28rpx; + color: #FF370B; + font-weight: 700; +} + +.line { + height: 2rpx; + width: 100%; + border-bottom: 1rpx dashed #D9D9D9; +} + +.btn { + width: 600rpx; + height: 90rpx; + background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%); + border-radius: 100rpx 100rpx 100rpx 100rpx; + margin: 0 auto; + display: flex; + align-items: center; + justify-content: center; + margin-top: 80rpx; + font-size: 36rpx; + color: #FFFFFF; +} \ No newline at end of file diff --git a/packages/myOrders/freightBill/index.vue b/packages/myOrders/freightBill/index.vue new file mode 100644 index 00000000..f1ea668c --- /dev/null +++ b/packages/myOrders/freightBill/index.vue @@ -0,0 +1,62 @@ + + + + + + 您还有订单未支付哦~ + + + + 运费单: + 运费单号:384575564714555645556 + 运费金额:¥329.88 + + 订单: + 订单编号:384575564714555645556 + 订单金额:¥329.88 + + + + + 支付¥989.64 + + + + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 7d03fbbf..0e909ecf 100644 --- a/pages.json +++ b/pages.json @@ -738,6 +738,18 @@ "navigationBarTitleText": "我的订单" } }, + { + "path": "freightBill/index", + "style": { + "navigationBarTitleText": "运费单" + } + }, + { + "path": "billInfo/index", + "style": { + "navigationBarTitleText": "运费单" + } + }, { "path": "orderDetails/index", "style": {