packageslist.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /**index.wxss**/
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .load {
  6. width: 100%;
  7. height: 2400rpx;
  8. position: absolute;
  9. left: 0;
  10. top: 0;
  11. z-index: 9999;
  12. background-color: #ffffff;
  13. text-align: center;
  14. line-height: 1300rpx;
  15. }
  16. .loadimg {
  17. width: 200rpx;
  18. height: 200rpx;
  19. }
  20. .view-page {
  21. height: 100%;
  22. width: 100%;
  23. left: 0;
  24. top: 0;
  25. box-sizing: border-box;
  26. position: absolute;
  27. overflow: hidden;
  28. }
  29. .page-content {
  30. box-sizing: border-box;
  31. position: relative;
  32. overflow-y: auto;
  33. padding-bottom: 160rpx;
  34. /* display: flex; */
  35. }
  36. .packages {
  37. margin-top: 30rpx;
  38. width: 100%;
  39. display: flex;
  40. flex-direction: row;
  41. flex-wrap: wrap;
  42. justify-content: left;
  43. }
  44. .packageslist {
  45. width: 330rpx;
  46. margin-left: 4%;
  47. height: 416rpx;
  48. margin-bottom: 40rpx;
  49. background:#ffffff;
  50. box-shadow:0px 16rpx 50rpx 2rpx rgba(161,161,161,0.5);
  51. border-radius:30rpx;
  52. }
  53. .packagesimg {
  54. width: 330rpx;
  55. height: 260rpx;
  56. border-radius:30rpx 30rpx 0px 0px;
  57. }
  58. .packagesdesc {
  59. height: 156rpx;
  60. margin-top: 0rpx;
  61. width: 330rpx;
  62. display: flex;
  63. flex-direction: row;
  64. flex-wrap: wrap;
  65. background-color: #ffffff;
  66. border-radius:0rpx 0rpx 30rpx 30rpx;
  67. }
  68. .packagename {
  69. height: 40rpx;
  70. margin-top: 18rpx;
  71. width: 55%;
  72. text-align: left;
  73. margin-left: 14rpx;
  74. }
  75. .packageprice {
  76. height: 40rpx;
  77. margin-top: 18rpx;
  78. width: 35%;
  79. text-align: right;
  80. margin-right: 14rpx;
  81. }
  82. .packagesynopsis{
  83. height: 58rpx;
  84. margin-top: 12rpx;
  85. margin-bottom: 36rpx;
  86. margin-left: 14rpx;
  87. margin-right: 12rpx;
  88. width: 100%;
  89. color: #8C8C8C;
  90. font-size: 22rpx;
  91. font-weight: Light;
  92. text-align:justify;
  93. }
  94. .txtpackagename {
  95. color: #000000;
  96. font-size: 28rpx;
  97. font-weight: 500;
  98. }
  99. .txtpackageprice {
  100. color:#FF5B60;
  101. font-size: 28rpx;
  102. font-weight: 500;
  103. }
  104. .fx-zx{
  105. position: fixed;
  106. width: 141rpx;
  107. height: 96rpx;
  108. right: -6rpx;
  109. bottom: 160rpx;
  110. z-index: 2;
  111. background-size: 100%;
  112. }
  113. .fx-zx button {
  114. width: 94rpx;
  115. height: 94rpx;
  116. border:none;
  117. padding:0;
  118. }
  119. .fx-zx image{
  120. width: 94rpx;
  121. height: 94rpx;
  122. }