index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. /* pages/tabber/home/index.wxss */
  2. page{
  3. padding-bottom: 50rpx;
  4. }
  5. .infoBoxs{
  6. position: fixed;
  7. width: 512rpx;
  8. height: 153rpx;
  9. z-index: 20;
  10. right: 0;
  11. }
  12. .tis{
  13. font-size: 64rpx;
  14. font-family: HelloFont-WenYiHei, HelloFont;
  15. font-weight: bold;
  16. color: #191C27;
  17. line-height: 64rpx;
  18. letter-spacing: 4rpx;
  19. text-align: center;
  20. }
  21. .infoBoxs .close{
  22. width: 30rpx;
  23. height: 30rpx;
  24. position: absolute;
  25. right: 40rpx;
  26. top: 50rpx;
  27. }
  28. .topBg {
  29. width: 750rpx;
  30. height: 536rpx;
  31. position: relative;
  32. z-index: 1;
  33. }
  34. .topBg .contioner {
  35. position: absolute;
  36. left: 50%;
  37. top: 50%;
  38. transform: translate(-50%, -50%);
  39. }
  40. .topBg .contioner .tit {
  41. color: #191C27;
  42. width: 240rpx;
  43. height: 60rpx;
  44. display: block;
  45. margin: auto;
  46. }
  47. .topBg .contioner .tips {
  48. margin: 30rpx auto;
  49. font-size: 32rpx;
  50. color: #191C27;
  51. letter-spacing: 6rpx;
  52. }
  53. .shoppingBoxs {
  54. width: 702rpx;
  55. height: 168rpx;
  56. background: #FFFFFF;
  57. box-shadow: 0px 10rpx 16rpx 0px rgba(17, 48, 105, 0.04), 0px -10px 16px 0px rgba(17, 48, 105, 0.04);
  58. border-radius: 12rpx;
  59. position: absolute;
  60. left: 50%;
  61. bottom: -15%;
  62. transform: translate(-50%, 0%);
  63. padding: 24rpx;
  64. }
  65. .shoppingBoxs .le .content {
  66. line-height: 48rpx;
  67. display: flex;
  68. flex-direction: column;
  69. margin-left: 25rpx;
  70. }
  71. .shoppingBoxs .le .content .tit {
  72. font-size: 28rpx;
  73. font-weight: 500;
  74. color: #191C27;
  75. }
  76. .shoppingBoxs .le .content .message {
  77. font-size: 24rpx;
  78. color: #999999;
  79. }
  80. .shoppingBoxs .le .content .tags {
  81. font-size: 22rpx;
  82. color: #4699FF;
  83. height: 30rpx;
  84. background: #E8F2FF;
  85. border-radius: 2rpx;
  86. text-align: center;
  87. line-height: 30rpx;
  88. }
  89. .shoppingBoxs .le .pic {
  90. width: 120rpx;
  91. height: 120rpx;
  92. }
  93. .shoppingBoxs .lr {
  94. position: relative;
  95. width: 100rpx;
  96. }
  97. .shoppingBoxs .lr::before {
  98. content: '';
  99. display: block;
  100. width: 2rpx;
  101. height: 100%;
  102. background: #E9E9E9;
  103. position: absolute;
  104. left: 0;
  105. top: 0;
  106. }
  107. .shoppingBoxs .lr .icon {
  108. width: 40rpx;
  109. height: 40rpx;
  110. display: block;
  111. margin: auto;
  112. }
  113. .shoppingBoxs .lr .tips {
  114. font-size: 24rpx;
  115. color: #666666;
  116. text-align: center;
  117. margin-top: 10rpx;
  118. }
  119. .mainBoxs {
  120. padding: 120rpx 65rpx;
  121. }
  122. .mainBoxs .mainItem .icon {
  123. width: 48rpx;
  124. height: 48rpx;
  125. display: block;
  126. margin: auto;
  127. }
  128. .mainBoxs .mainItem .text {
  129. font-size: 24rpx;
  130. text-align: center;
  131. color: #191C27;
  132. margin-top: 15rpx;
  133. }
  134. .btns {
  135. margin: auto;
  136. width: 686rpx;
  137. height: 98rpx;
  138. box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2);
  139. border-radius: 49rpx;
  140. text-align: center;
  141. line-height: 98rpx;
  142. font-size: 32rpx;
  143. font-weight: 500;
  144. position: relative;
  145. margin-bottom: 80rpx;
  146. }
  147. .btns.skyBlue {
  148. background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
  149. color: #FFFFFF;
  150. }
  151. .btns.gray {
  152. color: #FFFFFF;
  153. background: #CCCCCC;
  154. }
  155. .btns .tips {
  156. height: 38rpx;
  157. background: #FF663D;
  158. border-radius: 19rpx 19rpx 19rpx 0px;
  159. position: absolute;
  160. right: 0;
  161. top: -20rpx;
  162. font-size: 22rpx;
  163. color: #FFFFFF;
  164. padding: 0 8rpx;
  165. }
  166. .footerTips {
  167. position: fixed;
  168. z-index: 10;
  169. left: 0;
  170. bottom: 0;
  171. width: 750rpx;
  172. height: 104rpx;
  173. background: #FDFCEC;
  174. padding: 0 24rpx;
  175. }
  176. .footerTips .tips {
  177. width: 32rpx;
  178. height: 32rpx;
  179. }
  180. .footerTips .message {
  181. font-size: 24rpx;
  182. color: #FF663D;
  183. line-height: 30rpx;
  184. width: 660rpx;
  185. }