新增退货流程

This commit is contained in:
唐明明
2023-08-29 13:53:48 +08:00
parent 308aeeafb5
commit 510cbeb181
17 changed files with 404 additions and 13 deletions

View File

@@ -0,0 +1,16 @@
/* 退货 */
.deliver{ background: #f7f8f9; min-height: 100vh; padding: 30rpx; box-sizing: border-box; }
.deliver-address{ background: white; border-radius: 20rpx; margin-bottom: 30rpx; padding: 30rpx; }
.deliver-address-title{ font-weight: bold; padding-bottom: 20rpx; font-size: 30rpx; }
.deliver-address-flex{ display: flex; align-items: flex-start; padding: 8rpx 0; font-size: 28rpx; color: #333; }
.deliver-address-flex label{ width: 170rpx; color: gray; }
.deliver-address-val{ width: calc(100% - 170rpx); }
.deliver-address-val text{ margin-right: 10rpx; }
.deliver-address-copy{ margin-top: 20rpx; color: #da2b54; text-align: center; border-top: solid 1rpx #f7f8f9; padding-top: 20rpx; }
/* 邮寄信息 */
.deliver-address-input{ display: flex; align-items: center; height: 90rpx; line-height: 90rpx; background: #f7f8f9; border-radius: 20rpx; margin-bottom: 20rpx; padding: 0 30rpx; }
.deliver-address-input label{ width: 170rpx; color: #333; }
.deliver-address-input input{ width: calc(100% - 170rpx); box-sizing: border-box; }
.deliver-address-btn[size="default"]{ width: 100%; height: 90rpx; line-height: 90rpx; border-radius: 45rpx; padding: 0; font-size: 32rpx; background: #da2b54; color: white; margin-top: 40rpx; }