index.module.less 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .userAuth {
  2. min-height: 100vh;
  3. background-color: #f6f8f9;
  4. overflow: hidden;
  5. .btnGroup {
  6. padding: 0 14px;
  7. padding-bottom: 15px;
  8. }
  9. .colProtocol {
  10. // display: flex;
  11. // align-items: center;
  12. font-size: 12px;
  13. padding: 15px 14px;
  14. color: #999;
  15. .protocolText {
  16. color: var(--van-primary);
  17. line-height: 15px;
  18. }
  19. .boxStyle {
  20. background: transparent !important;
  21. width: 15px;
  22. height: 15px;
  23. border: transparent !important;
  24. }
  25. :global {
  26. .van-checkbox {
  27. display: inline-block;
  28. align-items: inherit;
  29. overflow: inherit;
  30. }
  31. .van-checkbox__icon {
  32. height: 15px;
  33. line-height: 15px;
  34. display: inline-block;
  35. vertical-align: middle;
  36. }
  37. .van-checkbox__label {
  38. line-height: 15px;
  39. }
  40. }
  41. }
  42. }