vippage.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. page {
  2. background: #fff;
  3. }
  4. .page {
  5. background: #fff;
  6. margin: 30rpx;
  7. }
  8. .top {
  9. background-image: linear-gradient(50deg, #e6c372 0%, #c6a64c 100%);
  10. border-radius: 12rpx;
  11. height: 300rpx;
  12. position: relative;
  13. }
  14. .top.vip {
  15. background-image: linear-gradient(-45deg, #ff5982 0%, #ffaf63 100%) !important;
  16. }
  17. .top image {
  18. width: 104rpx;
  19. height: 104rpx;
  20. position: absolute;
  21. left: 50%;
  22. margin-left: -52rpx;
  23. top: 50rpx;
  24. }
  25. .vipshow {
  26. position: absolute;
  27. top: 200rpx;
  28. width: 100%;
  29. text-align: center;
  30. color: #fff;
  31. font-size: 32rpx;
  32. }
  33. .toptip {
  34. position: absolute;
  35. top: 200rpx;
  36. width: 100%;
  37. text-align: center;
  38. color: #fff;
  39. }
  40. .mtitle {
  41. height: 150rpx;
  42. line-height: 150rpx;
  43. }
  44. .mmtitle {
  45. flex: 1;
  46. text-align: center;
  47. }
  48. .mtitle .flex1 {
  49. position: relative;
  50. }
  51. .mleft::after {
  52. position: absolute;
  53. content: ' ';
  54. width: 150rpx;
  55. height: 6rpx;
  56. right: 0;
  57. top: 50%;
  58. margin-top: -3rpx;
  59. background-image: linear-gradient(50deg, #fff 0%, #ca9c51 100%);
  60. }
  61. .mright::before {
  62. position: absolute;
  63. content: ' ';
  64. width: 150rpx;
  65. height: 6rpx;
  66. left: 0;
  67. top: 50%;
  68. margin-top: -3rpx;
  69. background-image: linear-gradient(50deg, #ca9c51 0%, #fff 100%);
  70. }
  71. .row1 {
  72. height: 100rpx;
  73. line-height: 100rpx;
  74. }
  75. .row1 input {
  76. width: 100rpx;
  77. text-align: center;
  78. background: #f2f2f2;
  79. border-radius: 4rpx;
  80. height: 60rpx;
  81. margin: 20rpx 30rpx 0 30rpx;
  82. }
  83. .bottomborder {
  84. border-bottom-color: #dcdcdc !important;
  85. }
  86. .yjg {
  87. color: #999;
  88. font-size: 22rpx;
  89. margin-left: 20rpx;
  90. line-height: 108rpx;
  91. }
  92. .buynow.vip {
  93. background-image: linear-gradient(-45deg, #ff5982 0%, #ffaf63 100%) !important;
  94. }
  95. .buynow {
  96. background-image: linear-gradient(-129deg, #e6c372 0%, #c6a64c 100%);
  97. border-radius: 44rpx;
  98. height: 100rpx;
  99. line-height: 100rpx;
  100. text-align: center;
  101. color: #fff;
  102. margin-top: 40rpx;
  103. }
  104. .mtip {
  105. height: 80rpx;
  106. line-height: 80rpx;
  107. text-align: center;
  108. color: #666;
  109. font-size: 22rpx;
  110. }
  111. .lefttitle {
  112. font-size: 32rpx;
  113. height: 80rpx;
  114. line-height: 80rpx;
  115. font-weight: 400;
  116. }
  117. .lefttip {
  118. height: 50rpx;
  119. line-height: 50rpx;
  120. }
  121. .buyparts {
  122. height: 150rpx;
  123. line-height: 150rpx;
  124. margin-top: 40rpx;
  125. margin-bottom: 30rpx;
  126. }
  127. .buypart {
  128. border: 1rpx solid #e4b76f;
  129. background: #fffae9;
  130. border-radius: 12rpx;
  131. text-align: center;
  132. margin-right: 30rpx;
  133. }
  134. .buypart:nth-child(3) {
  135. margin-right: 0 !important;
  136. }
  137. .buypart text {
  138. color: #b97f21;
  139. font-size: 48rpx;
  140. }
  141. .viptip {
  142. background: #fffbee;
  143. padding: 20rpx;
  144. line-height: 40rpx;
  145. margin-bottom: 20rpx;
  146. }