package.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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: 93rpx;
  80. }
  81. .package-view {
  82. padding: 40rpx 32rpx;
  83. background: #FFFFFF;
  84. border-radius: 32rpx;
  85. margin-bottom: 20rpx;
  86. }
  87. .top-view{
  88. margin-bottom: 30rpx;
  89. }
  90. .top-title {
  91. color: #060809;
  92. font-size: 42rpx;
  93. font-weight: 600;
  94. line-height: 34rpx;
  95. text-align: center;
  96. font-family: Futura, Futura;
  97. }
  98. .top-title text {
  99. font-size: 36rpx;
  100. line-height: 36rpx;
  101. font-family: PingFangSC, PingFang SC;
  102. }
  103. .card-text {
  104. height: 44rpx;
  105. padding-left: 20rpx;
  106. padding-right: 20rpx;
  107. border-radius: 22rpx;
  108. font-size: 26rpx;
  109. font-weight: 500;
  110. line-height: 44rpx;
  111. text-align: center;
  112. font-style: normal;
  113. font-family: PingFangSC, PingFang SC;
  114. }
  115. .card-b {
  116. background: #F3F8FF;
  117. color: #0D52FC;
  118. }
  119. .card-o {
  120. background: #FFF1E8;
  121. color: #FF791A;
  122. }
  123. .package-item {
  124. display: flex;
  125. }
  126. .item-title {
  127. color: #9FA7B7;
  128. font-size: 28rpx;
  129. font-weight: 400;
  130. margin-right: 32rpx;
  131. line-height: 28rpx;
  132. font-style: normal;
  133. font-family: PingFangSC, PingFang SC;
  134. }
  135. .item-info {
  136. color: #060809;
  137. font-size: 30rpx;
  138. font-weight: 500;
  139. line-height: 28rpx;
  140. font-style: normal;
  141. font-family: Futura Medium;
  142. }
  143. .item-info text {
  144. color: #9FA7B7;
  145. font-size: 30rpx;
  146. }