12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .content {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .form {
- margin: 0 25rpx;
- background: #FFFFFF;
- border: 2rpx dashed #A7ADB7;
- border-radius: 16rpx;
- }
- .input-class {
- min-height: 400rpx !important;
- }
- .top {
- padding: 2rpx 5rpx;
- margin-top: 25rpx;
- }
- .middle {
- margin-top: 25rpx;
- }
- .btn-bg {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .publish-btn {
- margin-bottom: 36rpx;
- font-size: 33rpx;
- color: #333333;
- width: 481rpx;
- height: 83rpx;
- background: #FFFFFF;
- border: 1rpx solid;
- border-color: rgba(167, 173, 183, 0.4) !important;
- }
|