index.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .pages {
  2. height: 100vh;
  3. background-color: white;
  4. border-radius: 0.5rem;
  5. }
  6. .modalContainer {
  7. * {
  8. font-family: Source Han Sans, Source Han Sans;
  9. }
  10. border-radius: 0.5rem;
  11. padding: 0.3rem;
  12. height: 9.45rem;
  13. overflow-y: scroll;
  14. :global {
  15. .ant-tabs > .ant-tabs-nav,
  16. .ant-tabs > div > .ant-tabs-nav {
  17. width: calc(100% - 0.55rem);
  18. }
  19. }
  20. &::-webkit-scrollbar {
  21. display: none;
  22. }
  23. &::-webkit-scrollbar-thumb {
  24. display: none;
  25. }
  26. &::-webkit-scrollbar-track {
  27. display: none;
  28. }
  29. &::-webkit-scrollbar-thumb:hover {
  30. display: none;
  31. }
  32. }
  33. .closeModalBtn {
  34. // position: fixed;
  35. float: right;
  36. top: 0.15rem;
  37. right: 0.3rem;
  38. }
  39. .mandate > * {
  40. margin-top: 0.15rem;
  41. }
  42. .modalTitle {
  43. width: calc(100% - 1rem);
  44. height: 0.68rem;
  45. font-size: 0.32rem;
  46. font-weight: 600;
  47. padding: 0.28rem 0 0.06rem 0;
  48. }
  49. .fontS20 {
  50. font-size: 0.2rem;
  51. }
  52. .fontS22 {
  53. font-size: 0.22rem;
  54. }
  55. .fontS24 {
  56. font-size: 0.24rem;
  57. }
  58. .fontS26 {
  59. font-size: 0.26rem;
  60. }
  61. .fontS28 {
  62. font-size: 0.28rem;
  63. }
  64. .fontS30 {
  65. font-size: 0.3rem;
  66. }