beforetest.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. page{
  2. width:auto 100%;
  3. height: 100%;
  4. overflow: auto;
  5. position: relative;
  6. padding-bottom: 100rpx;
  7. padding-top: 48rpx;
  8. box-sizing: border-box;
  9. }
  10. .topbox {
  11. display: block;
  12. width: 100%;
  13. background-color: #ffffff;
  14. position: fixed;
  15. top: 0;
  16. left: 0;
  17. z-index: 9999999;
  18. }
  19. .leftindexbox {
  20. position: absolute;
  21. left: 8px;
  22. width: 70px;
  23. padding: 4px 0;
  24. height: 28px;
  25. border-radius: 18px;
  26. box-sizing: border-box;
  27. }
  28. .leftindexbox .leftgoto {
  29. display: block;
  30. width: 8px;
  31. height: 14px;
  32. float: left;
  33. margin-left: 11px;
  34. transform: rotateY(180deg);
  35. position: relative;
  36. top: 2px;
  37. z-index: 9;
  38. }
  39. .gotoindex {
  40. display: block;
  41. width: 16px;
  42. height: 16px;
  43. float: right;
  44. position: relative;
  45. right: 10px;
  46. top: 1px;
  47. }
  48. .leftindexbox text {
  49. position: absolute;
  50. height: 14px;
  51. width: 1px;
  52. left: 30px;
  53. top: 6px;
  54. background-color: #d1cfcf;
  55. }
  56. .testBox {
  57. display: block;
  58. width: 650rpx;
  59. position: relative;
  60. margin: 0 auto;
  61. background: #fff;
  62. border-radius: 10rpx;
  63. box-shadow: 0 0 10rpx 0 #f2f2f2;
  64. padding-bottom: 45rpx;
  65. }
  66. .topBannerImg {
  67. display: block;
  68. width: 100%;
  69. height: 340rpx;
  70. }
  71. .title {
  72. margin-top: 24rpx;
  73. font-family: PingFang-SC-Medium, Source Sans Medium;
  74. font-size: 32rpx;
  75. color: #384855;
  76. }
  77. .lastTitle {
  78. font-family: PingFang-SC-Medium, Source Sans Medium;
  79. font-size: 26rpx;
  80. color: #708596;
  81. margin-top: 16rpx;
  82. }
  83. .joinBox {
  84. margin: 36rpx auto 0;
  85. width: 560rpx;
  86. height: 130rpx;
  87. background-color: #ffffff;
  88. border-radius: 10rpx;
  89. box-shadow: 0px 0px 20rpx -6rpx #aadaff;
  90. }
  91. .joinBox text {
  92. position: absolute;
  93. top: 36rpx;
  94. width: 1px;
  95. height: 60rpx;
  96. background: #b6cade;
  97. left: 279.5rpx;
  98. }
  99. .everyview {
  100. display: block;
  101. width: 50%;
  102. height: 100%;
  103. }
  104. .firstText {
  105. font-family: PingFang-SC-MediumSource Sans Medium;
  106. font-size: 26rpx;
  107. color: #384855;
  108. position: absolute;
  109. top: 32rpx;
  110. width: 100%;
  111. }
  112. .numText {
  113. color: #249efb;
  114. position: absolute;
  115. top: 71rpx;
  116. width: 100%;
  117. font-size: 26rpx;
  118. }
  119. .textBox {
  120. margin: 48rpx 44rpx 60rpx;
  121. font-family: PingFang-SC-Medium, Source Sans Medium;
  122. font-size: 28rpx;
  123. line-height: 50rpx;
  124. color: #708596;
  125. }
  126. .testBtn {
  127. display: block;
  128. width: 600rpx;
  129. margin: 0 auto;
  130. height: 80rpx;
  131. background: #249efb;
  132. color: #fff;
  133. border-radius: 5rpx;
  134. font-size: 30rpx;
  135. font-family: PingFang-SC-Medium, Source Sans Medium;
  136. }
  137. .footer {
  138. position: fixed;
  139. bottom: 0;
  140. left: 0;
  141. background: #fff;
  142. height: 98rpx;
  143. width: 100%;
  144. z-index: 99999;
  145. box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
  146. box-sizing: content-box;
  147. }
  148. button.footerLeft {
  149. width: 100%;
  150. font-family: PingFang-SC-MediumSource Sans Medium;
  151. background: #249efb;
  152. color: #fff;
  153. font-size: 34rpx;
  154. height: 100%;
  155. line-height: 98rpx;
  156. }
  157. .viewBox {
  158. display: block;
  159. width: 600rpx;
  160. height: 140rpx;
  161. position: fixed;
  162. top: 50%;
  163. left: 75rpx;
  164. margin-top: -50rpx;
  165. transform: translate(0, 390rpx);
  166. z-index: 9999;
  167. background: transparent;
  168. }
  169. .userLogin {
  170. display: block;
  171. width: 600rpx;
  172. height: 140rpx;
  173. line-height: 140rpx;
  174. color: transparent;
  175. background: transparent;
  176. }
  177. .shareBox {
  178. position: fixed;
  179. bottom: 0;
  180. right: 0;
  181. width: 100%;
  182. height: 98rpx;
  183. z-index: 99;
  184. box-sizing: content-box;
  185. }
  186. .shareBox button {
  187. display: block;
  188. width: 100%;
  189. height: 98rpx;
  190. line-height: 98rpx;
  191. background-color: transparent;
  192. color: transparent;
  193. }