.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 .upload-photo{ width: 100%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .upload-img-box{ position: relative; width: 100%; height: 150rpx; overflow: hidden; } .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; }