149 lines
2.6 KiB
Plaintext
149 lines
2.6 KiB
Plaintext
/* packageE/memberorder/memberorder.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.component-wrapper .van-tab,
|
|
.component-wrapper .tag {
|
|
padding: 0;
|
|
}
|
|
|
|
.html-box {
|
|
min-height: 30px;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.badge {
|
|
position: absolute;
|
|
left: 56%;
|
|
top: 0.125rem;
|
|
background-color: #fff;
|
|
border-radius: 0.625rem;
|
|
color: #f15353;
|
|
line-height: 0.875rem;
|
|
font-size: 12px;
|
|
padding: 0 0.3125rem;
|
|
border: solid 1px #f15353;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ordertltie {
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 40px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: flex;
|
|
padding: 0 14px;
|
|
align-items: center;
|
|
}
|
|
|
|
.ordertltie .spare {
|
|
width: 4px;
|
|
height: 16px;
|
|
border-radius: 1px;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.ordertltie i {
|
|
line-height: 40px;
|
|
color: #c9c9c9;
|
|
font-size: 20px;
|
|
float: right;
|
|
position: absolute;
|
|
right: 14px;
|
|
top: 0;
|
|
}
|
|
|
|
.ordertltie .ordername {
|
|
float: left;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.order_all {
|
|
padding: 10px 0;
|
|
color: #333;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.order_img {
|
|
width: 36px;
|
|
height: 36px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.order_pub {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding-top: 2px;
|
|
text-align: center;
|
|
position: relative;
|
|
font-size: 12px;
|
|
width: 25%;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.order_pub i {
|
|
font-size: 24px;
|
|
color: #999;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.order_pub .icon-stay_pay {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/myOrder_a.png") no-repeat center;
|
|
background-size: 36px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: block;
|
|
}
|
|
|
|
.order_pub .icon-stay_pay::before {
|
|
content: "";
|
|
}
|
|
|
|
.order_pub .icon-stay_send {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/myOrder_b.png") no-repeat center;
|
|
background-size: 36px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: block;
|
|
}
|
|
|
|
.order_pub .icon-stay_send::before {
|
|
content: "";
|
|
}
|
|
|
|
.order_pub .icon-stay_receive {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/myOrder_c.png") no-repeat center;
|
|
background-size: 36px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: block;
|
|
}
|
|
|
|
.order_pub .icon-stay_receive::before {
|
|
content: "";
|
|
}
|
|
|
|
.order_pub .icon-stay_refund {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/myOrder_d.png") no-repeat center;
|
|
background-size: 36px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: block;
|
|
}
|
|
|
|
.order_pub .icon-stay_refund::before {
|
|
content: "";
|
|
}
|