chache/pages/order-list/index.wxss
2024-01-16 22:53:42 +08:00

236 lines
4.5 KiB
Plaintext

.content.data-v-2f990aa7 {
padding-bottom: 10rpx;
}
.content .loading-content.data-v-2f990aa7 {
margin: 30rpx;
}
.content .order.data-v-2f990aa7 {
background: #fff;
border-radius: 10rpx;
margin: 25rpx;
padding: 25rpx 30rpx;
}
.content .order .title-content.data-v-2f990aa7 {
align-items: center;
border-bottom: 2rpx solid #f2f2f2;
display: -webkit-flex;
display: flex;
justify-content: space-between;
margin-bottom: 30rpx;
padding-bottom: 20rpx;
}
.content .order .title-content .product-name.data-v-2f990aa7 {
color: #333;
font-size: 32rpx;
font-weight: 700;
}
.content .order .title-content .status.data-v-2f990aa7 {
font-size: 28rpx;
font-weight: 700;
}
.content .order .title-content .status.type1.data-v-2f990aa7 {
color: #eb010b;
}
.content .order .title-content .status.type2.data-v-2f990aa7 {
color: #1f68e9;
}
.content .order .title-content .status.type3.data-v-2f990aa7 {
color: #999;
}
.content .order .title-content .status.type4.data-v-2f990aa7 {
color: #333;
}
.content .order .desc.data-v-2f990aa7 {
align-items: center;
display: -webkit-flex;
display: flex;
font-size: 30rpx;
margin: 15rpx 0;
}
.content .order .desc .label.data-v-2f990aa7 {
color: #333;
flex-shrink: 0;
width: 155rpx;
}
.content .order .desc .value.data-v-2f990aa7 {
color: #333;
}
.content .order .desc .value.vin.data-v-2f990aa7 {
color: #1f68e9;
}
.content .order .product-list.data-v-2f990aa7 {
margin-top: 20rpx;
padding: 5rpx 0;
}
.content .order .product-list .product.data-v-2f990aa7 {
border-top: 2rpx solid #f2f2f2;
padding: 20rpx 0;
}
.content .order .product-list .product .product-wrap.data-v-2f990aa7 {
background-color: rgba(234, 241, 248, 0.408);
border-radius: 10rpx;
padding: 20rpx;
}
.content
.order
.product-list
.product
.product-wrap
.product-content.data-v-2f990aa7 {
color: #555;
position: relative;
}
.content
.order
.product-list
.product
.product-wrap
.product-content
.product-name.data-v-2f990aa7 {
font-size: 30rpx;
font-weight: 700;
}
.content
.order
.product-list
.product
.product-wrap
.product-content
.product-desc.data-v-2f990aa7 {
color: #5f5f5f;
font-size: 28rpx;
margin-top: 5rpx;
}
.content
.order
.product-list
.product
.product-wrap
.product-content
.loading.data-v-2f990aa7 {
position: absolute;
right: 0;
top: 0;
}
.content
.order
.product-list
.product
.product-wrap
.product-content
.upload.data-v-2f990aa7 {
color: #1f68e9;
font-size: 28rpx;
font-weight: 700;
position: absolute;
right: 0;
top: 0;
}
.content
.order
.product-list
.product
.product-wrap
.button-content.data-v-2f990aa7 {
align-items: center;
display: -webkit-flex;
display: flex;
flex-direction: row-reverse;
}
.content
.order
.product-list
.product
.product-wrap
.button-content
.button.data-v-2f990aa7 {
align-items: center;
border-radius: 30rpx;
display: -webkit-flex;
display: flex;
font-size: 28rpx;
height: 60rpx;
justify-content: center;
margin-top: 10rpx;
width: 165rpx;
}
.content
.order
.product-list
.product
.product-wrap
.button-content
.button.type1.data-v-2f990aa7 {
border: 2rpx solid #1f68e9;
color: #1f68e9;
}
.content
.order
.product-list
.product
.product-wrap
.button-content
.button.type2.data-v-2f990aa7 {
border: 2rpx solid #c4c8d1;
}
.content
.order
.product-list
.product
.product-wrap
.button-content
.button.type3.data-v-2f990aa7 {
border: none;
color: brown;
width: auto;
}
.content
.order
.product-list
.product
.product-wrap
.button-content
.button.type4.data-v-2f990aa7 {
color: #ff7038;
font-size: 26rpx;
margin-right: 10rpx;
width: 300rpx;
}
.content .order .bottom-content.data-v-2f990aa7 {
align-items: center;
border-top: 2rpx solid #f2f2f2;
display: -webkit-flex;
display: flex;
flex-direction: row-reverse;
flex-grow: 1;
padding-top: 20rpx;
}
.content .order .bottom-content .button.data-v-2f990aa7 {
align-items: center;
border-radius: 30rpx;
display: -webkit-flex;
display: flex;
font-size: 28rpx;
height: 60rpx;
justify-content: center;
width: 165rpx;
}
.content .order .bottom-content .button.type1.data-v-2f990aa7 {
background: #1f68e9;
color: #fff;
}
.content .order .bottom-content .button.type2.data-v-2f990aa7 {
border: 2rpx solid #c4c8d1;
}
.content .order .bottom-content .button.type3.data-v-2f990aa7 {
color: #1f68e9;
margin-right: 10rpx;
width: 220rpx;
}
.content .order .tips.data-v-2f990aa7 {
color: #ff7038;
font-size: 25rpx;
margin-top: 20rpx;
text-align: right;
}