1
This commit is contained in:
+702
-303
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"up-loading-page": "../../uni_modules/uview-plus/components/u-loading-page/u-loading-page",
|
||||
"up-image": "../../uni_modules/uview-plus/components/u-image/u-image",
|
||||
"up-radio": "../../uni_modules/uview-plus/components/u-radio/u-radio",
|
||||
"up-radio-group": "../../uni_modules/uview-plus/components/u-radio-group/u-radio-group",
|
||||
"up-popup": "../../uni_modules/uview-plus/components/u-popup/u-popup",
|
||||
"up-toast": "../../uni_modules/uview-plus/components/u-toast/u-toast"
|
||||
"up-loading-page": "/uni_modules/uview-plus/components/u-loading-page/u-loading-page",
|
||||
"up-image": "/uni_modules/uview-plus/components/u-image/u-image",
|
||||
"up-popup": "/uni_modules/uview-plus/components/u-popup/u-popup",
|
||||
"up-radio-group": "/uni_modules/uview-plus/components/u-radio-group/u-radio-group",
|
||||
"up-radio": "/uni_modules/uview-plus/components/u-radio/u-radio",
|
||||
"up-toast": "/uni_modules/uview-plus/components/u-toast/u-toast"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
@@ -22,18 +23,18 @@
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
.mine_order_info_warp.data-v-e943673c {
|
||||
.mine_order_info_warp.data-v-e19abc44 {
|
||||
background-color: #F5F5F5FF;
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.order_info_header.data-v-e943673c {
|
||||
background-color: #FF7C41;
|
||||
.order_info_header.data-v-e19abc44 {
|
||||
background-color: #7934F6;
|
||||
height: 288rpx;
|
||||
display: flex;
|
||||
padding: 100rpx 30rpx 30rpx;
|
||||
}
|
||||
.order_info_header .header_status.data-v-e943673c {
|
||||
.order_info_header .header_status.data-v-e19abc44 {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -42,113 +43,113 @@
|
||||
height: 58rpx;
|
||||
align-items: center;
|
||||
}
|
||||
.order_info_header .header_status .msg.data-v-e943673c {
|
||||
.order_info_header .header_status .msg.data-v-e19abc44 {
|
||||
margin-left: 20rpx;
|
||||
font-weight: bold;
|
||||
font-size: 36rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.order_info_content.data-v-e943673c {
|
||||
.order_info_content.data-v-e19abc44 {
|
||||
position: absolute;
|
||||
top: 184rpx;
|
||||
width: calc(100% - 40rpx);
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.order_info_content .content_due.data-v-e943673c {
|
||||
.order_info_content .content_due.data-v-e19abc44 {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.order_info_content .content_due .payment_but.data-v-e943673c {
|
||||
.order_info_content .content_due .payment_but.data-v-e19abc44 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.order_info_content .content_due .but.data-v-e943673c {
|
||||
.order_info_content .content_due .but.data-v-e19abc44 {
|
||||
background: #FFFFFF;
|
||||
border-radius: 16rpx;
|
||||
text-align: center;
|
||||
width: 200rpx;
|
||||
padding: 10rpx 0;
|
||||
color: #FF7C41;
|
||||
color: #7934F6;
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.order_info_content .content_cancel.data-v-e943673c {
|
||||
.order_info_content .content_cancel.data-v-e19abc44 {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.order_info_content .steps_warp.data-v-e943673c {
|
||||
.order_info_content .steps_warp.data-v-e19abc44 {
|
||||
background: #FFFFFF;
|
||||
border-radius: 24rpx;
|
||||
padding: 20rpx;
|
||||
width: calc(100% - 40rpx);
|
||||
margin-top: 66rpx;
|
||||
}
|
||||
.order_info_content .steps_warp .address_info_right.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_info_right.data-v-e19abc44 {
|
||||
border-left: 1rpx dashed #99999959;
|
||||
height: 14rpx;
|
||||
width: 10rpx;
|
||||
margin: 10rpx 20rpx;
|
||||
}
|
||||
.order_info_content .steps_warp .address_info.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_info.data-v-e19abc44 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.order_info_content .steps_warp .address_data_warp.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_data_warp.data-v-e19abc44 {
|
||||
font-weight: bold;
|
||||
color: #1A1A1A;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.order_info_content .steps_warp .address_info_name.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_info_name.data-v-e19abc44 {
|
||||
margin-left: 10rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.order_info_content .steps_warp .address_info_mobile.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_info_mobile.data-v-e19abc44 {
|
||||
margin-left: 10rpx;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.order_info_content .steps_warp .address_but.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_but.data-v-e19abc44 {
|
||||
border-radius: 30rpx;
|
||||
border: 1px solid #9A9A9A;
|
||||
font-size: 20rpx;
|
||||
color: #222222;
|
||||
padding: 8rpx 20rpx;
|
||||
}
|
||||
.order_info_content .steps_warp .address_content.data-v-e943673c {
|
||||
.order_info_content .steps_warp .address_content.data-v-e19abc44 {
|
||||
font-weight: 500;
|
||||
font-size: 26rpx;
|
||||
color: #666666;
|
||||
padding: 20rpx 10rpx 20rpx 44rpx;
|
||||
}
|
||||
.order_comm.data-v-e943673c {
|
||||
.order_comm.data-v-e19abc44 {
|
||||
background: #FFFFFF;
|
||||
border-radius: 20rpx;
|
||||
padding: 30rpx;
|
||||
margin-top: 30rpx;
|
||||
width: calc(100% - 60rpx);
|
||||
}
|
||||
.order_product_warp .order_product_header.data-v-e943673c {
|
||||
.order_product_warp .order_product_header.data-v-e19abc44 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.order_product_warp .order_product_title.data-v-e943673c {
|
||||
.order_product_warp .order_product_title.data-v-e19abc44 {
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #1A1A1A;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.order_data_warp.data-v-e943673c {
|
||||
.order_data_warp.data-v-e19abc44 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.order_data_warp .pay_amount.data-v-e943673c {
|
||||
color: #FF7C41;
|
||||
.order_data_warp .pay_amount.data-v-e19abc44 {
|
||||
color: #7934F6;
|
||||
}
|
||||
.order_data_warp .copy_order_number.data-v-e943673c {
|
||||
.order_data_warp .copy_order_number.data-v-e19abc44 {
|
||||
background: #F2F2F2;
|
||||
border-radius: 18rpx;
|
||||
font-weight: bold;
|
||||
@@ -157,17 +158,17 @@
|
||||
padding: 4rpx 14rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.order_data_warp .copy_order_coupon.data-v-e943673c {
|
||||
.order_data_warp .copy_order_coupon.data-v-e19abc44 {
|
||||
margin-left: 24rpx;
|
||||
border-radius: 6rpx;
|
||||
border: 1px solid #FF7C41;
|
||||
border: 1px solid #7934F6;
|
||||
padding: 4rpx 18rpx;
|
||||
color: #FF7C41;
|
||||
color: #7934F6;
|
||||
}
|
||||
.order_data_warp .order_data_but.data-v-e943673c {
|
||||
.order_data_warp .order_data_but.data-v-e19abc44 {
|
||||
border: 1rpx solid #F6F6F6;
|
||||
}
|
||||
.order_but_warp.data-v-e943673c {
|
||||
.order_but_warp.data-v-e19abc44 {
|
||||
position: fixed;
|
||||
height: 140rpx;
|
||||
bottom: 0;
|
||||
@@ -177,34 +178,34 @@
|
||||
background-color: #ffffff;
|
||||
padding: 20rpx;
|
||||
}
|
||||
.order_but_warp .operate_comm.data-v-e943673c {
|
||||
.order_but_warp .operate_comm.data-v-e19abc44 {
|
||||
height: 34rpx;
|
||||
}
|
||||
.content_other_item.data-v-e943673c {
|
||||
.content_other_item.data-v-e19abc44 {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.data_item.data-v-e943673c {
|
||||
.data_item.data-v-e19abc44 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 60rpx;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.item_title.data-v-e943673c {
|
||||
.item_title.data-v-e19abc44 {
|
||||
color: #808080;
|
||||
}
|
||||
.item_value.data-v-e943673c {
|
||||
.item_value.data-v-e19abc44 {
|
||||
color: #1A1A1A;
|
||||
display: flex;
|
||||
}
|
||||
.order_way_warp.data-v-e943673c {
|
||||
.order_way_warp.data-v-e19abc44 {
|
||||
margin-bottom: 60rpx;
|
||||
width: calc(100% - 96rpx);
|
||||
}
|
||||
.content_info_title.data-v-e943673c {
|
||||
.content_info_title.data-v-e19abc44 {
|
||||
width: 370rpx;
|
||||
}
|
||||
.data_item_yd.data-v-e943673c {
|
||||
.data_item_yd.data-v-e19abc44 {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user