main.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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: 19.86rem;
  9. background-image: url("../images/71bg.png");
  10. // background-repeat: no-repeat;
  11. background-size: 100% 19.86rem;
  12. background-origin: content-box;
  13. .a-color-index {
  14. color: #0000ee;
  15. }
  16. & > .banner-bg {
  17. position: relative;
  18. display: flex;
  19. flex-direction: column;
  20. justify-content: flex-start;
  21. align-items: center;
  22. & > .title {
  23. position: absolute;
  24. top: 0.21rem;
  25. left: 0.2rem;
  26. width: 1.36rem;
  27. height: 0.4rem;
  28. display: block;
  29. // margin-bottom: 0.21rem;
  30. }
  31. & > .main {
  32. margin-left: 0.07rem;
  33. width: 5.66rem;
  34. height: 2.69rem;
  35. margin-top: 1.34rem;
  36. display: block;
  37. }
  38. & > .btn {
  39. width: 5.72rem;
  40. height: 0.92rem;
  41. display: block;
  42. margin: 4.01rem 0 0.16rem 0;
  43. }
  44. & > .detail-text {
  45. width: 4.8rem;
  46. height: 0.25rem;
  47. display: block;
  48. margin-bottom: 0.47rem;
  49. }
  50. }
  51. .border-text {
  52. // width: 100%;
  53. margin: 0 auto;
  54. display: flex;
  55. flex-direction: column;
  56. justify-content: flex-start;
  57. align-items: center;
  58. background-image: url("../images/71text-border.png");
  59. border-radius: 20px;
  60. background-repeat: no-repeat;
  61. background-size: 6.82rem 9.6rem;
  62. width: 6.82rem;
  63. height: 9.6rem;
  64. padding: 0.47rem 10px 0.6rem 0.53rem;
  65. box-sizing: border-box;
  66. font-size: 0.21rem;
  67. color: #F7FFDA;
  68. }
  69. .content-text {
  70. display: flex;
  71. flex-direction: column;
  72. justify-content: flex-start;
  73. align-items: center;
  74. padding-right: 0.33rem;
  75. overflow-y: scroll;
  76. .title {
  77. font-size: 0.36rem;
  78. margin-top: 0.43rem;
  79. background-image: url("../images/71text-title.png");
  80. background-repeat: no-repeat;
  81. background-size: 2.86rem 0.57rem;
  82. background-position: center center;
  83. color: #fff;
  84. margin-bottom: 0.3rem;
  85. width: 2.86rem;
  86. font-weight: 700;
  87. letter-spacing: 3px;
  88. height: 0.57rem;
  89. line-height: .57rem;
  90. text-align: center;
  91. }
  92. .title-1-cell {
  93. margin-top: 0;
  94. }
  95. .text {
  96. .text-cell {
  97. line-height: 0.4rem;
  98. font-size: 0.22rem;
  99. .b-text {
  100. font-weight: 700;
  101. color: #000;
  102. font-style: normal;
  103. }
  104. }
  105. & :last-child {
  106. margin-bottom: 0;
  107. }
  108. }
  109. }
  110. .content-text::-webkit-scrollbar {
  111. width: 0.13rem;
  112. }
  113. .content-text::-webkit-scrollbar-thumb {
  114. background-color: #b5d171 !important;
  115. width: 0.23rem;
  116. height: 1.36rem;
  117. border-radius: 0.065rem;
  118. }
  119. .content-text::-webkit-scrollbar-track {
  120. padding-right: 2px;
  121. }
  122. }