index.wxss 3.9 KB

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