467 lines
7.3 KiB
Plaintext
467 lines
7.3 KiB
Plaintext
/**
|
|
* Web二雪
|
|
* 趁时光不老 努力活成自己想要成为的样子
|
|
*/
|
|
image {
|
|
height: auto;
|
|
}
|
|
|
|
page {
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.orderData {
|
|
border-bottom: solid 110rpx transparent;
|
|
}
|
|
|
|
/* 订单地址 */
|
|
.orderCont {
|
|
margin-top: -30rpx;
|
|
}
|
|
|
|
.orderSite {
|
|
background-color: white;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.orderSite-laebl {
|
|
display: flex;
|
|
padding: 10rpx 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.orderSite-laebl image {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
margin: 4rpx 20rpx 0 0;
|
|
}
|
|
|
|
.orderSite-laeb-name {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.orderSite-laeb-name text {
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.orderSite-laeb-address {
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
/* 订单商品 */
|
|
.orderGoods,
|
|
.orderLabel {
|
|
background-color: white;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx 0;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.orderLabel .title {
|
|
font-weight: 600;
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.orderGoods {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.orderGoods-company {
|
|
display: flex;
|
|
line-height: 50rpx;
|
|
font-weight: 600;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.orderGoods-logo {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.orderGoods-arrow {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
margin: 10rpx 0 10rpx 20rpx;
|
|
}
|
|
|
|
.orderGoods-goods-li {
|
|
position: relative;
|
|
border-bottom: solid 1rpx #f2f2f2;
|
|
min-height: 160rpx;
|
|
background: white;
|
|
}
|
|
|
|
.orderGoods-goods-li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.orderGoods-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 200rpx;
|
|
width: 200rpx;
|
|
border-radius: 10rpx;
|
|
background: #f5f6fa;
|
|
}
|
|
|
|
.orderGoods-body {
|
|
padding-left: 240rpx;
|
|
}
|
|
|
|
.orderGoods-params {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.orderGoods-name {
|
|
text-emphasis: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.orderGoods-price {
|
|
color: #e92344;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
/* 订单标签 */
|
|
|
|
.order-total {
|
|
border-top: 2rpx solid #eee;
|
|
border-bottom: 2rpx solid #eee;
|
|
}
|
|
|
|
.order-total-li {
|
|
padding: 20rpx 30rpx;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.order-total-name {
|
|
flex: 1;
|
|
}
|
|
|
|
.order-total-li text {
|
|
color: #999;
|
|
}
|
|
|
|
.coupon-picker-red {
|
|
color: #ea4e2f;
|
|
}
|
|
|
|
.order-input {
|
|
padding: 20rpx 30rpx 0 30rpx;
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
/* .order-input label {
|
|
width: 220rpx;
|
|
position: absolute;
|
|
left: 30rpx;
|
|
top: 0;
|
|
display: flex;
|
|
color: #666666;
|
|
} */
|
|
|
|
.order-input image {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin: 24rpx 20rpx 0 0;
|
|
}
|
|
|
|
.order-input text {
|
|
padding-left: 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
|
|
/* 订单状态 */
|
|
.orderBack {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
align-items: center;
|
|
background-image: linear-gradient(to left, #378fff, #378fff);
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 50rpx 0 70rpx;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.orderBack image {
|
|
width: 120rpx;
|
|
vertical-align: middle;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
/* 底部工具栏 */
|
|
.orderFooter {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
border-top: solid 1rpx #f2f2f2;
|
|
padding-top: 17rpx;
|
|
padding-right: 30rpx;
|
|
padding-left: 30rpx;
|
|
height: 90rpx;
|
|
background: white;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
.orderFooter-btn {
|
|
margin-left: 20rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
box-sizing: border-box;
|
|
border: solid 1rpx #747788;
|
|
padding: 0 20rpx;
|
|
font-size: 26rpx;
|
|
border-radius: 40rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.orderFooter-btn-back {
|
|
border-color: #eb532a;
|
|
color: #eb532a;
|
|
}
|
|
|
|
|
|
/* 物流信息 */
|
|
.logistics-back {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: rgba(0, 0, 0, .7);
|
|
z-index: 101;
|
|
display: none;
|
|
}
|
|
|
|
.logistics-back.active {
|
|
display: block;
|
|
}
|
|
|
|
.logistics-cont {
|
|
position: fixed;
|
|
width: 100%;
|
|
background-color: white;
|
|
left: 0;
|
|
bottom: -100%;
|
|
z-index: 102;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
padding: 90rpx 30rpx 30rpx;
|
|
box-sizing: border-box;
|
|
transition: .2s;
|
|
height: 40vh;
|
|
}
|
|
|
|
.logistics-cont.active {
|
|
bottom: 0;
|
|
}
|
|
|
|
.logistics-close {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 20rpx;
|
|
z-index: 103;
|
|
width: 45rpx;
|
|
height: 45rpx;
|
|
}
|
|
|
|
.logistics-list,
|
|
.logistics-title {
|
|
position: relative;
|
|
padding-left: 80rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
|
|
.logistics-list::before,
|
|
.logistics-title::before {
|
|
position: absolute;
|
|
left: 30rpx;
|
|
top: 0;
|
|
content: "";
|
|
width: 2rpx;
|
|
height: 100%;
|
|
background: #eeeeee;
|
|
z-index: 2;
|
|
}
|
|
|
|
.logistics-list {
|
|
height: calc(100% - 80rpx);
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.logistics-title {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.logistics-label {
|
|
position: relative;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
font-size: 26rpx;
|
|
color: #aeaeae;
|
|
border-bottom: solid 2rpx #f2f2f2;
|
|
}
|
|
|
|
.logistics-label:nth-child(1) {
|
|
color: #000;
|
|
font-weight: 600;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.logistics-label::before {
|
|
position: absolute;
|
|
left: -58rpx;
|
|
top: calc(50% - 7rpx);
|
|
content: "";
|
|
width: 14rpx;
|
|
height: 14rpx;
|
|
border: solid 2rpx #fff;
|
|
background: #c1c1c1;
|
|
z-index: 9;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
|
|
.logistics-label:nth-child(1)::before {
|
|
border: solid 2rpx #dd3835;
|
|
background: #dd3835;
|
|
}
|
|
|
|
|
|
.logistics-label:nth-child(1)::after {
|
|
position: absolute;
|
|
left: 0rpx;
|
|
top: 0;
|
|
content: "";
|
|
width: 2rpx;
|
|
height: calc(50% - 7rpx);
|
|
background: #fff;
|
|
z-index: 3;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.logistics-title-icon {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
background-color: #dddddd;
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: 102;
|
|
top: 0;
|
|
}
|
|
|
|
.logistics-title-icon image {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
margin: 13rpx;
|
|
}
|
|
|
|
.top {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.top image {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.top .ctime {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 0 0 20rpx 0;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.top .ctime span {
|
|
color: #666;
|
|
}
|
|
|
|
.top .content {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top .title {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top .title .title1 {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 400rpx;
|
|
}
|
|
|
|
.top .mt10 {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.top .title .num {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.total {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
align-items: flex-end;
|
|
box-sizing: border-box;
|
|
font-size: 24rpx;
|
|
padding: 10rpx 0 20rpx 0;
|
|
border-bottom: solid 1rpx #f9f9f9;
|
|
}
|
|
|
|
.total .num {
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.total .time {
|
|
color: #999;
|
|
font-weight: normal;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.pt10 {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.num2 {
|
|
color: #000;
|
|
font-weight: 400;
|
|
} |