212 lines
3.8 KiB
Plaintext
212 lines
3.8 KiB
Plaintext
/* pages/sub/driver/add.wxss */
|
|
page {
|
|
padding-top: 0;
|
|
}
|
|
|
|
page::after {
|
|
z-index: -1;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.add-container {
|
|
padding-bottom: 98rpx;
|
|
background-color: #EBF1FA;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.banner {
|
|
display: block;
|
|
width: 750rpx;
|
|
height: 500rpx;
|
|
}
|
|
|
|
.base-message {
|
|
padding: 50rpx 30rpx 0 30rpx;
|
|
border-radius: 40rpx 40rpx 0 0;
|
|
background-color: #fff;
|
|
margin-top: -40rpx;
|
|
}
|
|
|
|
.base-message-title {
|
|
line-height: 50rpx;
|
|
padding-left: 60rpx;
|
|
background: url('https://cement.fongtech.net/static/app/delivery.png') 0 center/50rpx 50rpx no-repeat;
|
|
}
|
|
|
|
.file-message-title {
|
|
line-height: 50rpx;
|
|
padding-left: 60rpx;
|
|
background: url('https://cement.fongtech.net/static/app/file.png') 0 center/50rpx 50rpx no-repeat;
|
|
}
|
|
|
|
.group {
|
|
box-sizing: border-box;
|
|
height: 86rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
/* padding-right: 30rpx; */
|
|
}
|
|
|
|
.group:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
/* .group.select {
|
|
background: url('https://cement.fongtech.net/static/app/arrow_down.png') right center/26rpx 26rpx no-repeat;
|
|
} */
|
|
|
|
.input-placeholder {
|
|
padding-top: 0rpx;
|
|
}
|
|
|
|
.input-title {
|
|
width: 180rpx;
|
|
}
|
|
|
|
.input {
|
|
padding-left: 40rpx;
|
|
width: 540rpx;
|
|
}
|
|
|
|
.input-inner {
|
|
padding-right: 30rpx;
|
|
background: url('https://cement.fongtech.net/static/app/arrow_down.png') right center/26rpx 26rpx no-repeat;
|
|
}
|
|
|
|
/* 供应商 */
|
|
.delivery-message {
|
|
background-color: #fff;
|
|
padding: 0 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.delivery-left {
|
|
position: absolute;
|
|
height: 100%;
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.delivery-right {
|
|
width: 620rpx;
|
|
margin-left: 70rpx;
|
|
}
|
|
|
|
.delivery-right .mess-item {
|
|
padding: 40rpx 40rpx 40rpx 0;
|
|
position: relative;
|
|
border-bottom: 2rpx solid #E6E6E6;
|
|
background: url('https://cement.fongtech.net/static/app/arrow_right.png') right center/26rpx 26rpx no-repeat;
|
|
}
|
|
|
|
.delivery-right .mess-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.mess-item.deli::before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 2rpx;
|
|
height: 50%;
|
|
border-right: 2rpx solid #E6E6E6;
|
|
left: -46rpx;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mess-item.deli::after {
|
|
content: "供";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: calc(50% - 25rpx);
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
font-size: 28rpx;
|
|
background-color: #4ABA00;
|
|
left: -70rpx;
|
|
z-index: 2;
|
|
}
|
|
|
|
.mess-item.site::before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: -2rpx;
|
|
width: 2rpx;
|
|
height: 50%;
|
|
border-right: 2rpx solid #E6E6E6;
|
|
left: -46rpx;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mess-item.site::after {
|
|
content: "工";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: calc(50% - 25rpx);
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
font-size: 28rpx;
|
|
background-color: #FF7C42;
|
|
left: -70rpx;
|
|
z-index: 2;
|
|
}
|
|
|
|
.relate {
|
|
margin: 10rpx 0 6rpx 0;
|
|
}
|
|
|
|
/* 回执 */
|
|
.file-message {
|
|
background-color: #fff;
|
|
padding: 40rpx 30rpx 0 30rpx;
|
|
}
|
|
|
|
.upload-box {
|
|
padding-top: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.upload-btn {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border: 2rpx dashed #5393FC;
|
|
border-radius: 10rpx;
|
|
background: url(https://cement.fongtech.net/static/app/add2.png) center center/50rpx 50rpx no-repeat;
|
|
}
|
|
|
|
.upload-box .image-item {
|
|
border-radius: 10rpx;
|
|
margin-right: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.image-item .img {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.image-item .image-del {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
text-align: center;
|
|
font-size: 16rpx;
|
|
background: url('https://cement.fongtech.net/static/app/delete.png') 0 0/ 36rpx 36rpx no-repeat;
|
|
color: #fff;
|
|
right: -18rpx;
|
|
top: -18rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.submit-box {
|
|
padding: 60rpx 30rpx;
|
|
} |