main.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html,
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. width: 100%;
  8. height: 22rem;
  9. background-image: url("../images/bg.png");
  10. background-repeat: no-repeat;
  11. background-size: contain;
  12. .a-color-index{
  13. color: #0000EE;
  14. }
  15. & > .banner-bg {
  16. margin-top: 0.18rem;
  17. display: flex;
  18. flex-direction: column;
  19. justify-content: flex-start;
  20. align-items: center;
  21. & > .title {
  22. width: 7.5rem;
  23. height: 5.75rem;
  24. display: block;
  25. // margin-bottom: 0.21rem;
  26. }
  27. & > .main {
  28. margin-left: 0.07rem;
  29. width: 6.69rem;
  30. height: 5.35rem;
  31. margin-top: -0.57rem;
  32. display: block;
  33. }
  34. & > .btn {
  35. width: 6.64rem;
  36. height: 1.28rem;
  37. display: block;
  38. margin-top: 0.05rem;
  39. }
  40. }
  41. .border-text {
  42. // width: 100%;
  43. margin: 0 auto;
  44. margin-top: 0.44rem;
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: flex-start;
  48. align-items: center;
  49. // background-image: url("../images/bg-border.png");
  50. background-color: #f8ebe7;
  51. border-radius: 20px;
  52. background-repeat: no-repeat;
  53. background-size: contain;
  54. width: 6.5rem;
  55. height: 9.16rem;
  56. padding: 0.47rem 0 0.6rem 0.53rem;
  57. box-sizing: border-box;
  58. font-size: 0.2708rem;
  59. padding-right: 2px;
  60. }
  61. .content-text {
  62. display: flex;
  63. flex-direction: column;
  64. justify-content: flex-start;
  65. align-items: center;
  66. padding-right: 0.43rem;
  67. overflow-y: scroll;
  68. .title {
  69. font-size: 0.32rem;
  70. margin-top: 0.43rem;
  71. background-image: url("../images/title_img.png");
  72. background-repeat: no-repeat;
  73. background-size: 2.71rem 0.24rem;
  74. background-position: center center;
  75. color: #FF5E96;
  76. margin-bottom: 0.3rem;
  77. width: 2.71rem;
  78. font-weight: 700;
  79. letter-spacing: 3px;
  80. // height: 0.24rem;
  81. text-align: center;
  82. }
  83. .title-1-cell {
  84. margin-top: 0;
  85. }
  86. // .title::after {
  87. // content: "";
  88. // display: block;
  89. // width: 2rem;
  90. // height: 0.18rem;
  91. // // background-color: #81abff;
  92. // position: absolute;
  93. // bottom: -0.02rem;
  94. // z-index: -1;
  95. // left: -0.25rem;
  96. // }
  97. .text {
  98. .text-cell {
  99. letter-spacing: 1px;
  100. line-height: .4rem;
  101. // margin-bottom: 0.6rem;
  102. font-size: .27rem;
  103. .b-text {
  104. font-weight: 700;
  105. color: #000;
  106. font-style: normal;
  107. }
  108. }
  109. & :last-child {
  110. margin-bottom: 0;
  111. }
  112. }
  113. }
  114. .content-text::-webkit-scrollbar {
  115. width: 0.13rem;
  116. }
  117. .content-text::-webkit-scrollbar-thumb {
  118. background-color: #fdb9cf !important;
  119. width: 0.13rem;
  120. height: 1.82rem;
  121. border-radius: 0.065rem;
  122. }
  123. .content-text::-webkit-scrollbar-track {
  124. padding-right: 2px;
  125. }
  126. }