init
This commit is contained in:
140
wx05cb767e6530b48f/pages/order/detail.wxss
Normal file
140
wx05cb767e6530b48f/pages/order/detail.wxss
Normal file
@@ -0,0 +1,140 @@
|
||||
.flow-distribution {
|
||||
border-bottom: 1rpx solid #eee;
|
||||
padding: 18rpx 0;
|
||||
}
|
||||
|
||||
.flow-distribution .flow-dis {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.flow-distribution-left {
|
||||
flex: 14;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
border: 1rpx solid #ccc;
|
||||
border-radius: 4px;
|
||||
color: #555;
|
||||
float: right;
|
||||
font-size: 28rpx;
|
||||
padding: 6rpx 20rpx;
|
||||
}
|
||||
|
||||
.flow-distribution-left .m-l {
|
||||
color: #333;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.flow-distribution-right {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.flow-distribution image {
|
||||
float: right;
|
||||
height: 30rpx;
|
||||
margin-top: 6rpx;
|
||||
width: 30rpx;
|
||||
}
|
||||
|
||||
.flow-message-box {
|
||||
padding: 20rpx 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flow-message-box .flow-message-title {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.flow-message-box textarea {
|
||||
border-bottom: 1rpx solid #eee;
|
||||
height: 100rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 10rpx 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flow-message-box .flow-message-num {
|
||||
bottom: 34rpx;
|
||||
color: #777;
|
||||
font-size: 26rpx;
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
}
|
||||
|
||||
.flow-distribution .flow-dis {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.flow-message-box {
|
||||
border-bottom: 1rpx solid #f1f1f1;
|
||||
}
|
||||
|
||||
.flow-message-box .cont {
|
||||
color: #000;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.order-cont {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.order-cont .order-num text,.order-cont .time {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.order-cont .order-num text,.order-cont .order-time text {
|
||||
color: #777;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.order-header {
|
||||
border-bottom: 1rpx solid #f1f1f1;
|
||||
padding: 15rpx 0;
|
||||
}
|
||||
|
||||
.order-header text {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.order-header text.title {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.flow-list .header {
|
||||
background: #fff;
|
||||
border-bottom: 1rpx solid #f1f1f1;
|
||||
padding: 15rpx 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flow-list .header text {
|
||||
font-size: 32rpx;
|
||||
padding-left: 80rpx;
|
||||
}
|
||||
|
||||
.flow-list .header image {
|
||||
height: 37rpx;
|
||||
left: 15px;
|
||||
margin-top: -18rpx;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 34rpx;
|
||||
}
|
||||
|
||||
.chackout-left-detail,.chackout-right-detail {
|
||||
color: #333;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.chackout-left-detail {
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.btn-main1 {
|
||||
border: 1rpx solid #fd4a5f;
|
||||
border-radius: 4px;
|
||||
color: #fd4a5f;
|
||||
float: right;
|
||||
font-size: 28rpx;
|
||||
padding: 6rpx 20rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user