dynamic.wxss 616 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .content {
  2. flex: 1;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .form {
  7. margin: 0 25rpx;
  8. background: #FFFFFF;
  9. border: 2rpx dashed #A7ADB7;
  10. border-radius: 16rpx;
  11. }
  12. .middle {
  13. margin-top: 25rpx;
  14. }
  15. .input-class {
  16. min-height: 400rpx !important;
  17. }
  18. .btn-bg {
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. }
  23. .publish-btn {
  24. margin-bottom: 36rpx;
  25. font-size: 33rpx;
  26. font-weight: 500;
  27. color: #333333;
  28. width: 481rpx;
  29. height: 83rpx;
  30. background: #FFFFFF;
  31. border: 1rpx solid;
  32. border-color: rgba(167, 173, 183, 0.4) !important;
  33. }