main.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @import "../../../../public/scss/unicom.scss";
  2. html, body {
  3. height: 100%;
  4. }
  5. body {
  6. background: url(../images/bg.png) no-repeat;
  7. background-size: 100% 27.94rem;
  8. height: 27.94rem;
  9. }
  10. .main {
  11. box-sizing: border-box;
  12. width: 100%;
  13. height: 100%;
  14. display: flex;
  15. flex-direction: column;
  16. background: url(../images/bowen.png) no-repeat bottom;
  17. background-size: 100% auto;
  18. .unicom {
  19. margin: 0.27rem 0.29rem;
  20. width: 1.02rem;
  21. height: 0.56rem;
  22. position: absolute;
  23. img {
  24. width: 100%;
  25. }
  26. }
  27. }
  28. .section-order {
  29. background: url(../images/btn-order.png) no-repeat;
  30. background-size: 100% 100%;
  31. width: 5.54rem;
  32. height: 1.13rem;
  33. margin: 7.85rem auto 0;
  34. padding: unset;
  35. .btn {
  36. font-size: 0.36rem;
  37. width: 100%;
  38. height: 100%;
  39. background: none;
  40. padding: 0;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. margin: -0.1em 0 0;
  45. }
  46. }
  47. .btn-tip {
  48. color: #F1A500;
  49. font-size: 0.28rem;
  50. text-align: center;
  51. border-bottom: 0.02rem solid #F1A500;
  52. width: 2.3rem;
  53. padding-bottom: 0.1em;
  54. margin: 0.24rem auto;
  55. word-break: keep-all;
  56. }
  57. .banner {
  58. height: 3.93rem;
  59. width: 6.07rem;
  60. margin: 0 auto 0;
  61. }
  62. .overlay {
  63. position: fixed;
  64. top: 0;
  65. right: 0;
  66. bottom: 0;
  67. left: 0;
  68. z-index: 9990;
  69. background-color: rgba(0,0,0,0.5);
  70. min-height: 6.5rem;
  71. }
  72. .close {
  73. width: 0.4rem;
  74. top: .55rem;
  75. right: .55rem;
  76. position: absolute;
  77. }
  78. .section-agr {
  79. .title {
  80. height: 0.45rem;
  81. margin: 0.55rem auto 0 0;
  82. font-weight: bold;
  83. font-size: 0.36rem;
  84. color: rgb(54, 154, 222);
  85. text-align: center;
  86. }
  87. .main-title {
  88. height: 0.74rem;
  89. display: flex;
  90. align-items: center;
  91. justify-content: center;
  92. width: 2.89rem;
  93. margin: 0.55rem auto 0;
  94. span {
  95. color: white;
  96. width: 0.74rem;
  97. height: 0.74rem;
  98. margin: 0 auto;
  99. background: url(../images/redlatrn.png);
  100. background-size: 100% 100%;
  101. display: flex;
  102. justify-content: center;
  103. align-items: center;
  104. font-weight: normal;
  105. }
  106. }
  107. .container {
  108. height: 16rem;
  109. overflow: scroll;
  110. padding: 0.37rem 0.5rem 0;
  111. font-size: 0.24rem;
  112. text-align: justify;
  113. .title {
  114. color: #F1251E;
  115. font-size: 0.28rem;
  116. width: 100%;
  117. text-align: left;
  118. margin: 0.3rem 0 0rem 0;
  119. }
  120. .first-title {
  121. margin-top: 0;
  122. }
  123. .content {
  124. font-size: 0.24rem
  125. }
  126. }
  127. }
  128. .logos {
  129. margin: 0 0.7rem 0;
  130. }
  131. .duration {
  132. color: rgb(83,102,90);
  133. font-size: 0.3rem;
  134. margin: 0.32rem auto;
  135. text-align: center;
  136. }
  137. .section-agr {
  138. width: 6.5rem;
  139. height: 17.92rem;
  140. overflow: scroll;
  141. font-size: 0.25rem;
  142. background: url(../images/bg-agr.png) no-repeat;
  143. background-size: 100% 100%;
  144. color: #666666;
  145. margin: 0.35rem auto 0;
  146. text-align: justify;
  147. }
  148. .theme {
  149. color: #005BD7;
  150. font-size: 0.28rem;
  151. display: flex;
  152. height: 1rem;
  153. align-items: center;
  154. justify-content: center;
  155. margin: 0 auto;
  156. .star {
  157. width: 0.6rem;
  158. height: 0.18rem;
  159. }
  160. span {
  161. margin: 0rem 0.1rem;
  162. line-height: 0.28rem;
  163. word-break: keep-all;
  164. }
  165. }
  166. #jh p {
  167. color: #222222;
  168. font-size: 0.3rem;
  169. text-align: center;
  170. margin: 0.2rem 0 0.3rem;
  171. a {
  172. text-decoration: underline;
  173. }
  174. }