dynamic.wxss 594 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. color: #333333;
  27. width: 481rpx;
  28. height: 83rpx;
  29. background: #FFFFFF;
  30. border: 1rpx solid;
  31. border-color: rgba(167, 173, 183, 0.4) !important;
  32. }