beforetest.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. .testBox {
  11. display: block;
  12. width: 650rpx;
  13. position: relative;
  14. margin: 0 auto;
  15. background: #fff;
  16. border-radius: 10rpx;
  17. box-shadow: 0 0 10rpx 0 #f2f2f2;
  18. padding-bottom: 45rpx;
  19. }
  20. .topBannerImg {
  21. display: block;
  22. width: 100%;
  23. height: 340rpx;
  24. }
  25. .title {
  26. margin-top: 24rpx;
  27. font-family: PingFang-SC-Medium, Source Sans Medium;
  28. font-size: 32rpx;
  29. color: #384855;
  30. }
  31. .lastTitle {
  32. font-family: PingFang-SC-Medium, Source Sans Medium;
  33. font-size: 26rpx;
  34. color: #708596;
  35. margin-top: 16rpx;
  36. }
  37. .joinBox {
  38. margin: 36rpx auto 0;
  39. width: 560rpx;
  40. height: 130rpx;
  41. background-color: #ffffff;
  42. border-radius: 10rpx;
  43. box-shadow: 0px 0px 20rpx -6rpx #aadaff;
  44. }
  45. .joinBox text {
  46. position: absolute;
  47. top: 36rpx;
  48. width: 1px;
  49. height: 60rpx;
  50. background: #b6cade;
  51. left: 279.5rpx;
  52. }
  53. .everyview {
  54. display: block;
  55. width: 50%;
  56. height: 100%;
  57. }
  58. .firstText {
  59. font-family: PingFang-SC-MediumSource Sans Medium;
  60. font-size: 26rpx;
  61. color: #384855;
  62. position: absolute;
  63. top: 32rpx;
  64. width: 100%;
  65. }
  66. .numText {
  67. color: #249efb;
  68. position: absolute;
  69. top: 71rpx;
  70. width: 100%;
  71. font-size: 26rpx;
  72. }
  73. .textBox {
  74. margin: 48rpx 44rpx 60rpx;
  75. font-family: PingFang-SC-Medium, Source Sans Medium;
  76. font-size: 28rpx;
  77. line-height: 50rpx;
  78. color: #708596;
  79. }
  80. .testBtn {
  81. display: block;
  82. width: 600rpx;
  83. margin: 0 auto;
  84. height: 80rpx;
  85. background: #249efb;
  86. color: #fff;
  87. border-radius: 5rpx;
  88. font-size: 30rpx;
  89. font-family: PingFang-SC-Medium, Source Sans Medium;
  90. }
  91. .footer {
  92. position: fixed;
  93. bottom: 0;
  94. left: 0;
  95. background: #fff;
  96. height: 98rpx;
  97. width: 100%;
  98. z-index: 99999;
  99. box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
  100. box-sizing: content-box;
  101. }
  102. button.footerLeft {
  103. width: 100%;
  104. font-family: PingFang-SC-MediumSource Sans Medium;
  105. background: #249efb;
  106. color: #fff;
  107. font-size: 34rpx;
  108. height: 100%;
  109. line-height: 98rpx;
  110. }
  111. .viewBox {
  112. display: block;
  113. width: 600rpx;
  114. height: 140rpx;
  115. position: fixed;
  116. top: 50%;
  117. left: 75rpx;
  118. margin-top: -50rpx;
  119. transform: translate(0, 390rpx);
  120. z-index: 9999;
  121. background: transparent;
  122. }
  123. .userLogin {
  124. display: block;
  125. width: 600rpx;
  126. height: 140rpx;
  127. line-height: 140rpx;
  128. color: transparent;
  129. background: transparent;
  130. }
  131. .shareBox {
  132. position: fixed;
  133. bottom: 0;
  134. right: 0;
  135. width: 100%;
  136. height: 98rpx;
  137. z-index: 99;
  138. box-sizing: content-box;
  139. }
  140. .shareBox button {
  141. display: block;
  142. width: 100%;
  143. height: 98rpx;
  144. line-height: 98rpx;
  145. background-color: transparent;
  146. color: transparent;
  147. }