.order-page {
|
min-height: 100vh;
|
background-color: #fafafa;
|
}
|
|
.tab-item {
|
box-sizing: border-box;
|
width: 686rpx;
|
margin: auto;
|
background: #fafafa;
|
}
|
|
.search-box {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding-top: 16px;
|
}
|
|
.filer {
|
display: flex;
|
align-items: center;
|
}
|
|
.filer-tit {
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
text-decoration: underline;
|
color: #333333;
|
}
|
|
.am-search {
|
padding-left: 0;
|
}
|
|
.am-search-input {
|
width: 536rpx;
|
border-radius: 18px;
|
}
|
|
.am-tabs-pane-wrap {
|
background: #fafafa;
|
}
|
|
.show-date {
|
width: 686rpx;
|
height: 80px;
|
border-radius: 8px;
|
margin-top: 12px;
|
display: flex;
|
justify-content: space-around;
|
align-items: center;
|
margin-bottom: 4px;
|
}
|
|
.data-left, .data-right {
|
width: 50%;
|
text-align: center;
|
color: #fff
|
}
|
|
.tit {
|
font-size: 12px;
|
margin-bottom: 10px;
|
}
|
|
.data-left {
|
position: relative;
|
}
|
|
.data-left::after {
|
content: '';
|
width: 0;
|
height: 24px;
|
border: 1rpx solid #fff;
|
position: absolute;
|
right: 0;
|
top: 15px;
|
}
|
|
.tab-content {
|
width: 686rpx;
|
height: 157px;
|
background: #FFFFFF;
|
box-shadow: 0px 0px 7px 0px rgba(26, 26, 209, 0.02);
|
border-radius: 4px;
|
margin-top: 8px;
|
box-sizing: border-box;
|
padding: 0 16px;
|
}
|
|
.content-top {
|
display: flex;
|
justify-content: space-around;
|
align-items: center;
|
box-sizing: border-box;
|
padding: 16px 0 13px;
|
border-bottom: 1px solid #EEEEEE;
|
}
|
|
.name-box {
|
display: flex;
|
align-items: center;
|
text-align: left;
|
width: 50%;
|
}
|
|
.status-box {
|
text-align: right;
|
width: 50%;
|
}
|
|
.content-bottom {
|
padding-top: 16px;
|
}
|
|
.line-one {
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 12px;
|
}
|
|
.tit-cont {
|
color: #8E8D99;
|
font-size: 14px;
|
}
|
|
.cont {
|
color: #333;
|
font-size: 14px;
|
}
|
|
.tab-content-shsk {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
width: 686rpx;
|
height: 65px;
|
background: #FFFFFF;
|
box-shadow: 0px 0px 7px 0px rgba(26, 26, 209, 0.02);
|
border-radius: 4px;
|
padding: 0 16px;
|
box-sizing: border-box;
|
margin-top: 8px;
|
}
|
|
.time-shsk {
|
font-size: 12px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #999999;
|
}
|
|
.no-data{
|
height: 70vh;
|
background:#fafafa;
|
text-align: center;
|
padding-top: 81px;
|
box-sizing: border-box;
|
}
|
|
.no-data-img{
|
width: 128px;
|
height: 118px;
|
}
|
|
.no-data-text{
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
margin-top: 20px;
|
}
|