.page-box{
|
padding-bottom: 140rpx;
|
.list{
|
margin: 20rpx 32rpx;
|
.select-image{
|
margin-right: 28rpx;
|
}
|
image{
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.select-box{
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
}
|
.start{
|
.list-item{
|
width: calc(100% - 68rpx);
|
}
|
}
|
.list-item{
|
width: 100%;
|
padding: 24rpx;
|
background-color: white;
|
border-radius: 10rpx;
|
margin-bottom: 20rpx;
|
.top-title{
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
font-size: 32rpx;
|
margin-bottom: 28rpx;
|
.status{
|
font-size: 28rpx;
|
color: #FE7B32;
|
}
|
}
|
.user-info{
|
font-size: 28rpx;
|
color: #4A4E60;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
.driver{
|
width: 2rpx;
|
height: 20rpx;
|
background: #F1F1F1;
|
margin: 0 20rpx;
|
}
|
}
|
.set-line{
|
font-size: 26rpx;
|
color: #4A4E60;
|
margin-top: 12rpx;
|
text{
|
color: #C3C6CD;
|
}
|
}
|
.line{
|
border-bottom: 3rpx dotted #F4F4F4;
|
margin: 24rpx 0;
|
}
|
.set-line1{
|
font-size: 24rpx;
|
color: #4A4E60;
|
margin-top: 12rpx;
|
text{
|
color: #C3C6CD;
|
}
|
}
|
.button{
|
background-color: #1171E0;
|
display: inline-block;
|
color: white;
|
padding: 10rpx 36rpx;
|
border-radius: 10rpx;
|
}
|
.set-start{
|
align-items: flex-end;
|
}
|
}
|
}
|
.down{
|
position: fixed;
|
background: white;
|
width: 100%;
|
bottom: 0;
|
padding: 32rpx 22rpx 40rpx;
|
text-align: center;
|
box-sizing: border-box;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
.button{
|
border-radius: 20rpx;
|
border: 2rpx solid #ABD2FF;
|
background: #F0F8FF;
|
color: #1171E0;
|
padding: 20rpx 30rpx;
|
}
|
.more-options{
|
width: 60%;
|
background: #1171E0;
|
color: #F0F8FF;
|
}
|
.start-option{
|
width: calc(100% - 98rpx) !important;
|
}
|
}
|
.show-check{
|
font-size: 26rpx;
|
color: #202D44;
|
}
|
.judge{
|
.select-image{
|
margin-right: 28rpx;
|
width: 70rpx;
|
}
|
image{
|
width: 40rpx;
|
height: 40rpx;
|
}
|
|
}
|
}
|