typical.wxss 650 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. .input-class {
  13. min-height: 400rpx !important;
  14. }
  15. .top {
  16. padding: 2rpx 5rpx;
  17. margin-top: 25rpx;
  18. }
  19. .middle {
  20. margin-top: 25rpx;
  21. }
  22. .btn-bg {
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. }
  27. .publish-btn {
  28. margin-bottom: 36rpx;
  29. font-size: 33rpx;
  30. color: #333333;
  31. width: 481rpx;
  32. height: 83rpx;
  33. background: #FFFFFF;
  34. border: 1rpx solid;
  35. border-color: rgba(167, 173, 183, 0.4) !important;
  36. }