index.module.less 873 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .mProtocol {
  2. font-size: 12px;
  3. padding: 15px 14px;
  4. color: var(--k-gray-1);
  5. &.center {
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .protocolText {
  11. color: #F96A33;
  12. line-height: 15px;
  13. }
  14. .boxStyle {
  15. background: transparent !important;
  16. width: 15px;
  17. height: 15px;
  18. font-size: 15px;
  19. border: transparent !important;
  20. }
  21. img {
  22. width: 100%;
  23. }
  24. :global {
  25. .van-checkbox {
  26. display: inline-block;
  27. align-items: inherit;
  28. overflow: inherit;
  29. }
  30. .van-checkbox__icon {
  31. height: 15px;
  32. line-height: 15px;
  33. display: inline-block;
  34. vertical-align: sub;
  35. }
  36. .van-checkbox__label {
  37. line-height: 15px;
  38. color: var(--k-gray-1);
  39. }
  40. }
  41. .protocolContent {
  42. font-size: 14px;
  43. padding: 12px;
  44. color: #333;
  45. line-height: 1.4;
  46. }
  47. }