123 lines
2.3 KiB
Plaintext
123 lines
2.3 KiB
Plaintext
/* pages/vehicleMaintenance/maintainSend/maintainSend.wxss */
|
|
.container {
|
|
.bg {
|
|
width: 100%;
|
|
height: 250px;
|
|
position: absolute;
|
|
top: 0;
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.success {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 18px;
|
|
text-align: center;
|
|
|
|
image {
|
|
width: 85px;
|
|
height: 69px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.info {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
|
|
.info-top {
|
|
width: 90%;
|
|
height: 11px;
|
|
}
|
|
|
|
.info-bottom {
|
|
width: 87%;
|
|
height: 12px;
|
|
}
|
|
|
|
.info-content {
|
|
width: calc(85.7% - 16px);
|
|
padding: 8px;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0rpx 0px 10rpx 2rpx rgba(165, 165, 165, 0.34);
|
|
|
|
.info-title {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #4381FC;
|
|
text-align: left;
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.info-button {
|
|
width: calc(85.7% - 16px);
|
|
padding: 8px;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0px 5px 10rpx 2rpx rgba(165, 165, 165, 0.34);
|
|
border-radius: 0px 0px 10px 10px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.btn {
|
|
width: calc(50% - 8px);
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
border: 1px solid #D6D6D6;
|
|
}
|
|
|
|
.apply {
|
|
background: linear-gradient(90deg, #3B7CFC 0%, #548BFC 100%);
|
|
color: #2E3A4F;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cancel {
|
|
border: 1px solid #4381FC;
|
|
background-color: #FFFFFF;
|
|
color: #4381FC;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.row {
|
|
width: calc(100% -16px);
|
|
display: flex;
|
|
margin-bottom: 8px;
|
|
|
|
.label {
|
|
width: 22%;
|
|
color: #858CA0;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
|
|
.val {
|
|
width: 78%;
|
|
text-align: left;
|
|
color: #2E3A4F;
|
|
font-size: 14px;
|
|
word-break: break-word;
|
|
}
|
|
}
|
|
} |