148 lines
2.7 KiB
Plaintext
148 lines
2.7 KiB
Plaintext
/* driver/pages/detail/detail.wxss */
|
|
.detail-container {
|
|
background-color: #EBF1FA;
|
|
}
|
|
|
|
.base-message {
|
|
padding: 50rpx 30rpx 40rpx 30rpx;
|
|
border-radius: 0;
|
|
background-color: #fff;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.order-message {
|
|
background-color: #fff;
|
|
padding: 40rpx 30rpx 30rpx 30rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/* 供应商 */
|
|
.delivery-message {
|
|
background-color: #fff;
|
|
padding: 40rpx 30rpx 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: 0 40rpx 40rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.mess-item.deli::before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 2rpx;
|
|
height: 100%;
|
|
border-right: 2rpx solid #E6E6E6;
|
|
left: -46rpx;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mess-item.deli::after {
|
|
content: "供";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
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::after {
|
|
content: "工";
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
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: 30rpx 0;
|
|
}
|
|
|
|
.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;
|
|
} |