main copy.scss 3.0 KB

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