package.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .container-view {
  2. }
  3. .top-bg {
  4. height: 396rpx;
  5. background: url('https://qiniu.bms16.com/Fvu5ulYgrXiB_0cXs715TcvYYnsb') no-repeat;
  6. background-size: cover;
  7. }
  8. .return-view {
  9. width: 40rpx;
  10. height: 40rpx;
  11. margin-left: 32rpx;
  12. }
  13. .top-text {
  14. margin-left: 230rpx;
  15. color: #FFFFFF;
  16. font-size: 36rpx;
  17. font-weight: 500;
  18. line-height: 36rpx;
  19. text-align: center;
  20. font-style: normal;
  21. font-family: PingFangSC, PingFang SC;
  22. }
  23. .package-card {
  24. /* margin-top: -100rpx;
  25. margin-bottom: 20rpx; */
  26. margin: 24rpx;
  27. padding: 36rpx 22rpx 0rpx 32rpx;
  28. border-radius: 40rpx;
  29. align-items: flex-start;
  30. border: 4rpx solid #FFFFFF;
  31. background: linear-gradient( 135deg, #DEEAFF 0%, rgba(220,244,251,0.4) 50%, #DAFFF6 100%), #FFFFFF;
  32. }
  33. .left-first {
  34. margin-bottom: 50rpx;
  35. align-items: baseline;
  36. color: #060809;
  37. font-size: 40rpx;
  38. font-weight: 600;
  39. line-height: 38rpx;
  40. font-style: normal;
  41. font-family: DIN, DIN;
  42. }
  43. .left-img {
  44. margin-left: 10rpx;
  45. width: 14rpx;
  46. height: 14rpx;
  47. vertical-align: bottom;
  48. }
  49. .left-second {
  50. margin-bottom: 20rpx;
  51. color: #060809;
  52. font-size: 28rpx;
  53. font-weight: 500;
  54. line-height: 28rpx;
  55. font-style: normal;
  56. font-family: PingFangSC, PingFang SC;
  57. }
  58. .left-second text {
  59. font-size: 30rpx;
  60. line-height: 26rpx;
  61. font-family: Futura Medium;
  62. }
  63. .left-third {
  64. color: #90989C;
  65. font-size: 28rpx;
  66. font-weight: 500;
  67. line-height: 28rpx;
  68. font-style: normal;
  69. font-family: PingFangSC, PingFang SC;
  70. }
  71. .left-third text {
  72. margin-left: 10rpx;
  73. font-size: 30rpx;
  74. line-height: 26rpx;
  75. font-family: Futura Medium;
  76. }
  77. .card-right {
  78. width: 180rpx;
  79. height: 212rpx;
  80. }
  81. .box-view {
  82. padding-left: 24rpx;
  83. padding-right: 24rpx;
  84. margin-top: 68rpx;
  85. }
  86. .package-view {
  87. padding: 40rpx 32rpx;
  88. background: #FFFFFF;
  89. border-radius: 32rpx;
  90. margin-bottom: 20rpx;
  91. }
  92. .top-view {
  93. margin-bottom: 32rpx;
  94. padding-bottom: 28rpx;
  95. border-bottom: 2rpx solid #F4F5F6;
  96. }
  97. .top-title {
  98. color: #060809;
  99. font-size: 42rpx;
  100. font-weight: 600;
  101. line-height: 34rpx;
  102. text-align: center;
  103. font-family: Futura, Futura;
  104. }
  105. .top-title text {
  106. font-size: 36rpx;
  107. line-height: 36rpx;
  108. font-family: PingFangSC, PingFang SC;
  109. }
  110. .card-text {
  111. height: 44rpx;
  112. padding-left: 20rpx;
  113. padding-right: 20rpx;
  114. border-radius: 22rpx;
  115. font-size: 26rpx;
  116. font-weight: 500;
  117. line-height: 44rpx;
  118. text-align: center;
  119. font-style: normal;
  120. font-family: PingFangSC, PingFang SC;
  121. }
  122. .card-b {
  123. background: #F3F8FF;
  124. color: #0D52FC;
  125. }
  126. .card-o {
  127. background: #FFF1E8;
  128. color: #FF791A;
  129. }
  130. .package-item {
  131. display: flex;
  132. }
  133. .item-title {
  134. color: #9FA7B7;
  135. font-size: 28rpx;
  136. font-weight: 400;
  137. margin-right: 32rpx;
  138. line-height: 28rpx;
  139. font-style: normal;
  140. font-family: PingFangSC, PingFang SC;
  141. }
  142. .item-info {
  143. color: #060809;
  144. font-size: 30rpx;
  145. font-weight: 500;
  146. line-height: 28rpx;
  147. font-style: normal;
  148. font-family: Futura Medium;
  149. }
  150. .item-info text {
  151. color: #9FA7B7;
  152. font-size: 30rpx;
  153. }