syshxcx/pages/talk/newTalk.wxss
dong_bo0602 a1f9e23f6d 0607
2022-06-07 15:43:05 +08:00

77 lines
1.1 KiB
Plaintext

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