index.module.less 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. .btnTenant {
  10. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  11. font-size: 16px;
  12. font-weight: 500;
  13. color: #FFFFFF;
  14. border: none;
  15. padding: 0 42px !important;
  16. }
  17. .colProtocol {
  18. // display: flex;
  19. // align-items: center;
  20. font-size: 12px;
  21. padding: 15px 14px;
  22. color: #999;
  23. .protocolText {
  24. color: var(--van-primary);
  25. line-height: 15px;
  26. }
  27. .boxStyle {
  28. background: transparent !important;
  29. width: 15px;
  30. height: 15px;
  31. border: transparent !important;
  32. }
  33. :global {
  34. .van-checkbox {
  35. display: inline-block;
  36. align-items: inherit;
  37. overflow: inherit;
  38. }
  39. .van-checkbox__icon {
  40. height: 15px;
  41. line-height: 15px;
  42. display: inline-block;
  43. vertical-align: middle;
  44. }
  45. .van-checkbox__label {
  46. line-height: 15px;
  47. }
  48. }
  49. }
  50. }