121 lines
1.7 KiB
Plaintext
121 lines
1.7 KiB
Plaintext
.base-info{
|
|
padding: 0 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #DDD;
|
|
flex-wrap: wrap;
|
|
}
|
|
.row:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.row-name{
|
|
width: 30%;
|
|
font-size: 32rpx;
|
|
line-height: 80rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.row-content{
|
|
width: 70%;
|
|
text-align: right;
|
|
flex-shrink: 0;
|
|
}
|
|
.residential{
|
|
width: 100%;
|
|
}
|
|
.residential input{
|
|
height: 80rpx !important;
|
|
}
|
|
.intro{
|
|
flex-direction: column;
|
|
}
|
|
.intro .row-content{
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
picker{
|
|
font-size: 32rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.row-content input{
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 10rpx;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
}
|
|
.row-content textarea{
|
|
width: 100%;
|
|
height: 200rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.upload-file{
|
|
margin-top: 20rpx;
|
|
margin-bottom: 100rpx;
|
|
padding: 0 20rpx 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.upload-title{
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
line-height: 80rpx;
|
|
}
|
|
.add{
|
|
display: inline-block;
|
|
width: 32%;
|
|
height: 150rpx;
|
|
text-align: center;
|
|
line-height: 150rpx;
|
|
font-size: 60rpx;
|
|
background-color: #ccc;
|
|
color: #eee;
|
|
margin-right: 2%;
|
|
margin-bottom: 20rpx;
|
|
vertical-align: top;
|
|
}
|
|
.add.image{
|
|
background-color: #fff;
|
|
position: relative;
|
|
}
|
|
.add:nth-child(3n){
|
|
margin-right: 0;
|
|
}
|
|
.add image{
|
|
height: 100%;
|
|
}
|
|
.submit{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.submit-btn{
|
|
margin-top: 0;
|
|
line-height: 60rpx;
|
|
height: 60rpx;
|
|
text-align: center;
|
|
border-radius: 40rpx;
|
|
background-color: #FF4949;
|
|
}
|
|
.delete{
|
|
width: 30rpx;
|
|
height: 30rpx !important;
|
|
position: absolute;
|
|
top: -15rpx;
|
|
right: -15rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|