114 lines
1.8 KiB
SCSS
114 lines
1.8 KiB
SCSS
.app {
|
|
padding: 3%;
|
|
font-size: 36rpx;
|
|
|
|
//按钮修改申请和撤销申请
|
|
.evaluate {
|
|
display: flex;
|
|
float: right;
|
|
margin-top: 40%;
|
|
font-size: 32rpx;
|
|
|
|
.cancelorder {
|
|
margin-left: 1%;
|
|
width: 216rpx;
|
|
height: 68rpx;
|
|
background: #E1AE3C;
|
|
border-radius: 26rpx;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
line-height: 68rpx;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
width: 95%;
|
|
height: 580rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03);
|
|
border-radius: 20px;
|
|
margin: 10px auto;
|
|
|
|
.name {
|
|
width: 95%;
|
|
height: 90rpx;
|
|
font-size: 30rpx;
|
|
line-height: 90rpx;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.info {
|
|
font-size: 32rpx;
|
|
margin: 3%;
|
|
color: #969394;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.details {
|
|
width: 95%;
|
|
height: 40%;
|
|
margin: 0 auto;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
|
|
.detailslist {
|
|
display: flex;
|
|
|
|
image {
|
|
width: 182rpx;
|
|
height: 182rpx;
|
|
margin: 20rpx 0 0 20rpx;
|
|
}
|
|
|
|
.model {
|
|
width: 70%;
|
|
margin: 30rpx 0 0 20rpx;
|
|
|
|
span {
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
span:nth-child(1) {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 70%;
|
|
}
|
|
|
|
span:nth-child(2) {
|
|
color: #969394;
|
|
float: right;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.bottom {
|
|
margin-top: 40rpx;
|
|
|
|
.box {
|
|
color: #969394;
|
|
font-size: 30rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.elderly {
|
|
width: 95%;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
color: #ffffff;
|
|
margin: 0 auto;
|
|
background: #26A888;
|
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20rpx;
|
|
|
|
.wait {
|
|
margin-left: 3%;
|
|
}
|
|
|
|
}
|
|
} |