create-submit.module.less 362 B

1234567891011121314151617181920212223
  1. .createSubmit {
  2. // margin-bottom: 12px;
  3. .introduction {
  4. color: #7A7A7A;
  5. line-height: 23px;
  6. padding-bottom: 8px;
  7. }
  8. .btnGroup {
  9. padding: 0 14px;
  10. padding-bottom: 15px;
  11. }
  12. .btnMore {
  13. display: flex;
  14. justify-content: space-between;
  15. :global {
  16. .van-button {
  17. width: 48%;
  18. }
  19. }
  20. }
  21. }