package.css 2.6 KB

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