54 lines
984 B
Plaintext
54 lines
984 B
Plaintext
/* pages/member/myOrder/invoice/invoice.wxss */
|
|
.invoice .content {
|
|
background: #fff;
|
|
color: #666;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.invoice .content .state {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.invoice .content .order {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.invoice .content .info {
|
|
padding: 20rpx 28rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.invoice .content .info .info_a .li {
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.invoice .content .info .info_a .type {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.invoice .content .info .info_a .type .span {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.invoice .content .info .info_a .type .button {
|
|
font-size: 24rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
margin: 0 10rpx;
|
|
padding: 0 20rpx;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
color: #333;
|
|
}
|