93 lines
1.4 KiB
Plaintext
93 lines
1.4 KiB
Plaintext
.content {
|
|
border-bottom: 1px solid #ddd;
|
|
height: 400rpx;
|
|
}
|
|
|
|
.content textarea {
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
height: 100%;
|
|
padding: 20rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.upload {
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.upload-box {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.upload-title {
|
|
font-size: 30rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.add,.upload-img {
|
|
display: inline-block;
|
|
height: 150rpx;
|
|
margin-bottom: 20rpx;
|
|
margin-right: 2%;
|
|
position: relative;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
width: 32%;
|
|
}
|
|
|
|
.upload-video {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.upload-video video {
|
|
width: 100%;
|
|
}
|
|
|
|
.add,.upload-img:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.upload-img .upload-photo {
|
|
height: auto;
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
width: 100%;
|
|
}
|
|
|
|
.upload-img-box {
|
|
height: 150rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.add {
|
|
background-color: #ccc;
|
|
color: #eee;
|
|
font-size: 60rpx;
|
|
line-height: 150rpx;
|
|
}
|
|
|
|
.delete {
|
|
height: 30rpx!important;
|
|
position: absolute;
|
|
right: -15rpx;
|
|
top: -15rpx;
|
|
width: 30rpx;
|
|
}
|
|
|
|
.submit-new {
|
|
background-color: #f55054;
|
|
bottom: 0;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
left: 0;
|
|
line-height: 100rpx;
|
|
position: fixed;
|
|
right: 0;
|
|
text-align: center;
|
|
} |