buyPackage.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .container {
  2. }
  3. .top-img {
  4. width: 100%;
  5. height: 614rpx;
  6. }
  7. .type-top {
  8. background: linear-gradient( to bottom, #FFDBAC 0%, #FFF3E3 100%);
  9. padding: 0 32rpx;
  10. }
  11. .type-top > view {
  12. background: linear-gradient( to bottom, #FFD4CD 0%, #FF764B 16%, #FF4223 100%);
  13. border-radius: 40rpx 40rpx 0rpx 0rpx;
  14. color: #FFFFFF;
  15. font-size: 40rpx;
  16. padding: 30rpx 0 26rpx 40rpx;
  17. }
  18. .type-box {
  19. background-color: #FFF3E3;
  20. padding: 0 32rpx 40rpx;
  21. }
  22. .type-card {
  23. background-color: #FFFFFF;
  24. padding: 0rpx 32rpx 32rpx;
  25. border-radius: 0rpx 0rpx 40rpx 40rpx;
  26. }
  27. .card-item {
  28. padding-top: 40rpx;
  29. }
  30. .item-left {
  31. margin-bottom: 24rpx;
  32. }
  33. .item-top > img {
  34. width: 112rpx;
  35. height: 112rpx;
  36. margin-right: 24rpx;
  37. }
  38. .top-center > view:nth-of-type(1) {
  39. color: #2A3A5A;
  40. font-size: 32rpx;
  41. font-weight: bold;
  42. margin-bottom: 12rpx;
  43. }
  44. .top-center > view:nth-of-type(2) {
  45. display: flex;
  46. align-items: flex-end;
  47. color: #FE5135;
  48. font-size: 28rpx;
  49. }
  50. .top-center > view:nth-of-type(2) text {
  51. color: #FE5135;
  52. font-size: 40rpx;
  53. font-weight: bold;
  54. }
  55. del {
  56. color: #8C8C8C;
  57. text-decoration: line-through;
  58. margin-left: 8rpx;
  59. }
  60. .buy-btn {
  61. color: #FFFFFF;
  62. font-size: 24rpx;
  63. border-radius: 40rpx;
  64. background-color: #0074FF;
  65. padding: 12rpx 32rpx;
  66. }
  67. .item-bottom {
  68. }
  69. .item-bottom > view {
  70. color: #FE6000;
  71. font-size: 20rpx;
  72. font-weight: 400;
  73. border-radius: 20rpx;
  74. border: 1rpx solid #FE6000;
  75. padding: 6rpx 16rpx;
  76. }