165 lines
3.1 KiB
SCSS
165 lines
3.1 KiB
SCSS
.app {
|
|
width: 100%;
|
|
color: #000000;
|
|
padding: 2%;
|
|
font-size: 30rpx;
|
|
|
|
.finish {
|
|
width: 496rpx;
|
|
background: #4271B9;
|
|
border-radius: 5rpx;
|
|
color: #FFFFFF;
|
|
height: 68rpx;
|
|
line-height: 68rpx;
|
|
text-align: center;
|
|
margin: 100rpx auto;
|
|
background: #4C7BC9;
|
|
}
|
|
|
|
.centercontent {
|
|
width: 99%;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20rpx;
|
|
margin: 0 auto;
|
|
padding-bottom: 10rpx;
|
|
|
|
.content {
|
|
line-height: 100rpx;
|
|
|
|
.name {
|
|
margin-left: 20rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
position: relative;
|
|
|
|
span {
|
|
display: inline-block;
|
|
width: 20%;
|
|
}
|
|
text{
|
|
width: 80%;
|
|
font-size: 30rpx;
|
|
}
|
|
input {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
line-height: 100rpx;
|
|
display: inline-block;
|
|
width: 75%;
|
|
font-size: 30rpx;
|
|
}
|
|
}
|
|
|
|
.nursetype {
|
|
margin-left: 20rpx;
|
|
line-height: 100rpx;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
.rate {
|
|
margin: 30rpx auto;
|
|
width: 650rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 5rpx;
|
|
color: #E6E6E6;
|
|
background: #FFFFFF;
|
|
.itemimgs {
|
|
display: inline-block;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin: 0 0 10rpx 10rpx;
|
|
position: relative;
|
|
.delimg {
|
|
position: absolute;
|
|
top: 10rpx;
|
|
right: 10rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
z-index: 999;
|
|
}
|
|
|
|
.itemimg {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
}
|
|
|
|
.item {
|
|
display: inline-block;
|
|
margin-bottom: 20rpx;
|
|
width: 200rpx;
|
|
margin: 0 0 0 2%;
|
|
height: 212rpx;
|
|
border: 1rpx dashed #E6E6E6;
|
|
border-radius: 5rpx;
|
|
position: relative;
|
|
|
|
.title {
|
|
width: 100%;
|
|
font-size: 30rpx;
|
|
color: #969394;
|
|
line-height: 70rpx;
|
|
text-align:center;
|
|
position: absolute;
|
|
top: 58%;
|
|
}
|
|
|
|
image {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 20%;
|
|
transform: translateX(-50%);
|
|
width: 89rpx;
|
|
height: 68rpx;
|
|
}
|
|
}
|
|
}
|
|
.upload {
|
|
margin: 30rpx auto;
|
|
width: 650rpx;
|
|
height: 255rpx;
|
|
background: #FFFFFF;
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 5rpx;
|
|
color: #E6E6E6;
|
|
position: relative;
|
|
view{
|
|
width: 50%;
|
|
position: absolute;
|
|
top:50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.Commodity {
|
|
background-color: #F4F5F7;
|
|
height: 330rpx;
|
|
position: relative;
|
|
|
|
view {
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 240rpx;
|
|
font-size: 26rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.picture {
|
|
border: 4px solid #6DD8FC;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50rpx;
|
|
transform: translateX(-50%);
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
} |