129 lines
2.1 KiB
SCSS
129 lines
2.1 KiB
SCSS
|
.wrapper {
|
||
|
margin-left: 0rpx;
|
||
|
margin-right: 0rpx;
|
||
|
}
|
||
|
.u-tabs-box {
|
||
|
position: fixed;
|
||
|
width: 100%;
|
||
|
background-color: white;
|
||
|
z-index: 9;
|
||
|
}
|
||
|
.main-box {
|
||
|
margin-top: 92rpx;
|
||
|
}
|
||
|
/deep/.u-empty {
|
||
|
height: 80% !important;
|
||
|
z-index: 111 !important;
|
||
|
margin-top: 90rpx !important;
|
||
|
}
|
||
|
|
||
|
.order {
|
||
|
width: 100%;
|
||
|
background-color: #ffffff;
|
||
|
margin: 5rpx auto;
|
||
|
border-radius: 0rpx;
|
||
|
box-sizing: border-box;
|
||
|
padding: 5rpx 20rpx 5rpx 20rpx;
|
||
|
font-size: 28rpx;
|
||
|
.item {
|
||
|
display: flex;
|
||
|
margin: 0rpx 0 0;
|
||
|
.content {
|
||
|
overflow: hidden;
|
||
|
width: 90%;
|
||
|
.title {
|
||
|
font-size: 28rpx;
|
||
|
line-height: 50rpx;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
.type {
|
||
|
margin: 10rpx 0;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.time {
|
||
|
margin: 10rpx 0;
|
||
|
font-size: 24rpx;
|
||
|
color: $u-tips-color;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
.applay-status {
|
||
|
color: #99cc66;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.right {
|
||
|
margin-left: 10rpx;
|
||
|
padding-top: 20rpx;
|
||
|
text-align: right;
|
||
|
.operation {
|
||
|
width: 120rpx;
|
||
|
border-width: 1prx;
|
||
|
border-style: solid;
|
||
|
border-radius: 30rpx;
|
||
|
height: 40rpx;
|
||
|
background-color: #ed6d00;
|
||
|
border-color: #ed6d00;
|
||
|
position: relative;
|
||
|
font-size: 20rpx;
|
||
|
|
||
|
text-align: center;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.centre {
|
||
|
text-align: center;
|
||
|
margin: 200rpx auto;
|
||
|
font-size: 32rpx;
|
||
|
image {
|
||
|
width: 164rpx;
|
||
|
height: 164rpx;
|
||
|
border-radius: 50%;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.tips {
|
||
|
font-size: 24rpx;
|
||
|
color: #999999;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
.btn {
|
||
|
margin: 80rpx auto;
|
||
|
width: 200rpx;
|
||
|
border-radius: 32rpx;
|
||
|
line-height: 64rpx;
|
||
|
color: #ffffff;
|
||
|
font-size: 26rpx;
|
||
|
background: linear-gradient(270deg, rgba(249, 116, 90, 1) 0%, rgba(255, 158, 1, 1) 100%);
|
||
|
}
|
||
|
}
|
||
|
.wrap {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: calc(100vh - var(--window-top));
|
||
|
width: 100%;
|
||
|
}
|
||
|
.swiper-box {
|
||
|
flex: 1;
|
||
|
}
|
||
|
.swiper-item {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.all-reckon {
|
||
|
text {
|
||
|
font-size: 30rpx;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.detail-reckon-tr {
|
||
|
.detail-reckon-tr-td {
|
||
|
padding-bottom: 6rpx;
|
||
|
}
|
||
|
}
|