155 lines
2.7 KiB
Plaintext
155 lines
2.7 KiB
Plaintext
/* pages/member/distributionOrder/distributionOrder.wxss */
|
|
.distributionOrder .order .order_detail {
|
|
display: none;
|
|
overflow: hidden;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.distributionOrder .order .order_detail.opens {
|
|
display: block;
|
|
}
|
|
|
|
.distributionOrder .order .tbs {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-bottom: 2rpx solid #e2e2e2;
|
|
line-height: 40rpx;
|
|
padding: 20rpx 24rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.distributionOrder .order .tbs .item2 {
|
|
flex: 2;
|
|
text-align: left;
|
|
color: #666;
|
|
}
|
|
|
|
.distributionOrder .order .tbs .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.distributionOrder .order .tbs .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.distributionOrder .order .tbs .item3 {
|
|
text-align: right;
|
|
}
|
|
|
|
.distributionOrder .order .tbs .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.distributionOrder .order .tbs .item3 .red {
|
|
color: #f15353;
|
|
}
|
|
|
|
.distributionOrder .order .order_detail .team_list {
|
|
background-color: #fff;
|
|
padding: 20rpx 24rpx;
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.distributionOrder .order .order_detail .team_list .img {
|
|
width: 14%;
|
|
text-align: left;
|
|
position: relative;
|
|
}
|
|
|
|
.distributionOrder .order .order_detail .team_list .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.distributionOrder .order .order_detail .team_list .info {
|
|
width: 80%;
|
|
font-size: 28rpx;
|
|
color: #222;
|
|
text-align: left;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.distributionOrder .order .order_detail .team_list .info .span {
|
|
color: #666;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods {
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: stretch;
|
|
flex-flow: row wrap;
|
|
padding: 20rpx 24rpx;
|
|
border-top: 2rpx solid #e2e2e2;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods .img {
|
|
flex: 1;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods .img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods .inner {
|
|
flex: 5;
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods .name {
|
|
flex: 5;
|
|
text-align: justify;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods .price {
|
|
flex: 2;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.distributionOrder .distribution-goods .price .b {
|
|
flex: 3;
|
|
text-align: right;
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.nomessage {
|
|
color: #555;
|
|
line-height: 600rpx;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.paid_in {
|
|
background: #fff;
|
|
padding: 0 24rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.order_list {
|
|
background-color: #fff;
|
|
display: flex;
|
|
padding: 20rpx 24rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.order_list .person {
|
|
flex: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
.order_list .mobile {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|