index.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. @import "../public/page/strategy.css";
  2. page {
  3. background-color: #F5F5F5;
  4. }
  5. lifestyle {
  6. height: 100rpx;
  7. width: 100%;
  8. position: fixed;
  9. top: 0;
  10. }
  11. .bg-scroll-view {
  12. width: 100%;
  13. /* height: 1300rpx; */
  14. background-color: rgba(0,0,0,0);
  15. }
  16. /* page/home/index.wxss */
  17. .banner {
  18. margin-top: -1200rpx;
  19. width: 750rpx;
  20. height: 300rpx;
  21. display: block;
  22. }
  23. .tips {
  24. position: fixed;
  25. top: 88rpx;
  26. right: -436rpx;
  27. width: 436rpx;
  28. height: 112rpx;
  29. display: flex;
  30. }
  31. .tips > image {
  32. width: 436rpx;
  33. height: 112rpx;
  34. display: block;
  35. }
  36. /* purchase-bg */
  37. .purchase-bg {
  38. width: 660rpx;
  39. margin: -86rpx 45rpx 30rpx;
  40. }
  41. .purchase-bg>view {
  42. background-color: white;
  43. border-radius: 16rpx;
  44. width: 100%;
  45. height: 600rpx;
  46. margin-bottom: 24rpx;
  47. display: flex;
  48. flex-direction: column;
  49. box-shadow: 0 20rpx 52rpx 0 rgba(0,0,0,0.04);
  50. }
  51. .purchase-bg>view>view:first-child {
  52. width: 100%;
  53. height: 50rpx;
  54. display: flex;
  55. margin: 50rpx 0 26rpx;
  56. }
  57. .purchase-bg>view>view:first-child>view:first-child,
  58. .purchase-bg>view>view:first-child>view:last-child {
  59. height: 0.7px;
  60. background-color: #ECEEF1;
  61. }
  62. .purchase-bg>view>view:first-child>view:first-child {
  63. margin: auto 0 auto 50rpx;
  64. }
  65. .purchase-bg>view>view:first-child>view:last-child {
  66. margin: auto 50rpx auto 0;
  67. }
  68. .purchase-bg>view>view:first-child>image {
  69. width: 48rpx;
  70. height: 20rpx;
  71. margin: auto auto;
  72. }
  73. .purchase-bg>view>view:first-child>text {
  74. font-family: PingFangSC-Medium;
  75. font-size: 36rpx;
  76. line-height: 50rpx;
  77. }
  78. .first-title {
  79. color: #3296FB;
  80. }
  81. .second-title {
  82. color: #2CC17B;
  83. }
  84. .purchase-item {
  85. width: 560rpx;
  86. height: 130rpx;
  87. background-color: #FAFCFF;
  88. margin: 0 auto 16rpx;
  89. display: flex;
  90. }
  91. .purchase-item>image:first-child {
  92. width: 60rpx;
  93. height: 60rpx;
  94. margin: auto 28rpx auto 36rpx;
  95. }
  96. .purchase-item>image:last-child {
  97. width: 14rpx;
  98. height: 24rpx;
  99. margin: auto 34rpx auto auto;
  100. }
  101. .purchase-item>view {
  102. display: flex;
  103. flex-direction: column;
  104. }
  105. .purchase-item>view>text:first-child {
  106. font-family: PingFangSC-Medium;
  107. font-size: 34rpx;
  108. color: #666666;
  109. line-height: 48rpx;
  110. margin-top: 24rpx;
  111. }
  112. .purchase-item>view>text:last-child {
  113. font-family: PingFangSC-Regular;
  114. font-size: 26rpx;
  115. color: #999999;
  116. line-height: 36rpx;
  117. margin-top: 2rpx;
  118. }
  119. /* .purchase-bg>view>view:last-child {
  120. width: 480rpx;
  121. height: 100rpx;
  122. margin: 36rpx auto 0;
  123. font-family: PingFangSC-Semibold;
  124. font-size: 34rpx;
  125. text-align: center;
  126. color: #FFFFFF;
  127. letter-spacing: 0;
  128. line-height: 100rpx;
  129. border-radius: 50rpx;
  130. }
  131. .first-button {
  132. background-image: linear-gradient(-89deg, #469DFF 0%, #3FC6FF 100%);
  133. }
  134. .second-button {
  135. background-image: linear-gradient(90deg, #4CD4B3 1%, #2CC09A 99%);
  136. } */
  137. .purchase-bg+image {
  138. display: block;
  139. width: 280rpx;
  140. height: 56rpx;
  141. margin: 75rpx auto 45rpx;
  142. }