83 lines
1.3 KiB
SCSS
83 lines
1.3 KiB
SCSS
.app {
|
|
padding: 10rpx 0 100rpx;
|
|
|
|
.noorder {
|
|
margin-top: 20%;
|
|
}
|
|
|
|
.item {
|
|
width: 98%;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20rpx;
|
|
padding: 0 0 100rpx 0;
|
|
margin: 0 auto 15rpx;
|
|
position: relative;
|
|
|
|
.name {
|
|
width: 95%;
|
|
height: 90rpx;
|
|
font-size: 30rpx;
|
|
color: #969394;
|
|
line-height: 90rpx;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
margin: 0 auto;
|
|
|
|
span {
|
|
color: #4C7BC9;
|
|
float: right;
|
|
}
|
|
|
|
image {
|
|
width: 15rpx;
|
|
height: 23rpx;
|
|
padding-left: 25rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.detailslist {
|
|
display: flex;
|
|
|
|
image {
|
|
width: 182rpx;
|
|
height: 182rpx;
|
|
margin: 20rpx 0 0 20rpx;
|
|
}
|
|
|
|
.model {
|
|
width: 70%;
|
|
margin: 30rpx 0 0 20rpx;
|
|
|
|
span {
|
|
font-size: 34rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
span:nth-child(1) {
|
|
display: inline-block;
|
|
width: 70%;
|
|
}
|
|
|
|
span:nth-child(2) {
|
|
color: #969394;
|
|
float: right;
|
|
margin-right: 30rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.submit {
|
|
width: 25%;
|
|
height: 68rpx;
|
|
line-height: 68rpx;
|
|
background: #4C7BC9;
|
|
border-radius: 26rpx;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
position: absolute;
|
|
right: 2%;
|
|
}
|
|
}
|
|
} |