vips.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. page{
  2. background: #ffffff;
  3. }
  4. .u-p-30 {
  5. padding: 30rpx;
  6. }
  7. .u-p-r-30 {
  8. padding-right: 30rpx !important;
  9. }
  10. .u-p-t-30 {
  11. padding-top: 30rpx !important;
  12. }
  13. .u-p-l-30 {
  14. padding-left: 30rpx !important;
  15. }
  16. .u-m-r-15{
  17. margin-right: 15rpx;
  18. }
  19. .u-m-t-15{
  20. margin-top: 15rpx;
  21. }
  22. .u-m-t-10{
  23. margin-top: 10rpx;
  24. }
  25. .u-m-b-10 {
  26. margin-bottom: 10rpx !important;
  27. }
  28. .u-font-20 {
  29. font-size: 20rpx;
  30. }
  31. .u-font-22{
  32. font-size: 22rpx;
  33. }
  34. .u-font-30 {
  35. font-size: 30rpx;
  36. }
  37. .u-font-40 {
  38. font-size: 40rpx;
  39. }
  40. .u-flex {
  41. display: -webkit-box;
  42. display: -webkit-flex;
  43. display: flex;
  44. -webkit-box-orient: horizontal;
  45. -webkit-box-direction: normal;
  46. -webkit-flex-direction: row;
  47. flex-direction: row;
  48. -webkit-box-align: center;
  49. -webkit-align-items: center;
  50. align-items: center;
  51. }
  52. .u-flex-column {
  53. -webkit-box-orient: vertical;
  54. -webkit-box-direction: normal;
  55. -webkit-flex-direction: column;
  56. flex-direction: column;
  57. height: 100%;
  58. }
  59. .u-row-between {
  60. -webkit-box-pack: justify;
  61. -webkit-justify-content: space-between;
  62. justify-content: space-between;
  63. }
  64. .u-row-center {
  65. -webkit-box-pack: center;
  66. -webkit-justify-content: center;
  67. justify-content:center;
  68. }
  69. .u-flex-wrap {
  70. -webkit-flex-wrap: wrap;
  71. flex-wrap: wrap;
  72. }
  73. .u-col-top {
  74. -webkit-box-align: start;
  75. -webkit-align-items: flex-start;
  76. align-items: flex-start;
  77. }
  78. .u-col-center {
  79. -webkit-box-align: center;
  80. -webkit-align-items: center;
  81. align-items: center;
  82. }
  83. .u-flex-1 {
  84. -webkit-box-flex: 1;
  85. -webkit-flex: 1;
  86. flex: 1;
  87. }
  88. .u-tips-color {
  89. color: #909399;
  90. }
  91. .u-text-center {
  92. text-align: center;
  93. }
  94. .u-text-weight {
  95. font-weight: bold;
  96. }
  97. .center {
  98. border-radius: 20rpx;
  99. color: #ffffff;
  100. box-shadow: 0 0 16rpx 4rpx rgba(51,136,255, 0.3);
  101. background-color: #3388FF;
  102. }
  103. .center image {
  104. width: 90rpx;
  105. height: 90rpx;
  106. border-radius: 100rpx;
  107. }
  108. .center .nickname {
  109. font-weight: bold;
  110. }
  111. .center .vip-name {
  112. font-size: 20rpx;
  113. background: #19be6b;
  114. color: #ffffff;
  115. border-radius: 10rpx;
  116. margin-left: 15rpx;
  117. padding: 5rpx 15rpx;
  118. }
  119. .center .zan-btn{
  120. padding: 0 22rpx;
  121. height: 52rpx;
  122. line-height: 52rpx;
  123. font-size: 24rpx;
  124. }
  125. .bg-title {
  126. background-color: #f3f4f6;
  127. }
  128. .vip .zan-tab__item--selected .zan-tab__title {
  129. color: #3388FF;
  130. border-bottom: 2px solid #3388FF;
  131. }
  132. .vip .zan-tab{
  133. height: 53px;
  134. }
  135. .radius{
  136. border-radius: 30rpx;
  137. }
  138. .vip .zan-tab__bd{
  139. border: none;
  140. }
  141. .price-list .item {
  142. border: 1px solid #cccccc;
  143. width: calc((100vw - 120rpx) / 3);
  144. padding: 40rpx 30rpx;
  145. margin-bottom: 30rpx;
  146. box-sizing: border-box;
  147. border-radius: 10rpx;
  148. height:250rpx;
  149. }
  150. .price-list .item:nth-child(3n-1) {
  151. margin-left: 30rpx;
  152. margin-right: 30rpx;
  153. }
  154. .price-list .item .price {
  155. color: #fc4c57;
  156. }
  157. .interests .item {
  158. width: calc((100vw - 120rpx) / 3);
  159. margin-bottom: 30rpx;
  160. height: 250rpx;
  161. box-sizing: border-box;
  162. }
  163. .interests .item:nth-child(3n-1) {
  164. margin-left: 30rpx;
  165. margin-right: 30rpx;
  166. }
  167. .interests .rightimg{
  168. width:80rpx;
  169. height:80rpx;
  170. border-radius: 100rpx;
  171. }
  172. .vip-footer {
  173. position: fixed;
  174. left: 0;
  175. bottom: 0;
  176. width: 100%;
  177. background-color: #ffffff;
  178. z-index: 999;
  179. border-top: 1px solid #e4e7ed;
  180. padding: 30rpx;
  181. box-sizing: border-box;
  182. }
  183. .vip-footer button{
  184. border-radius: 100rpx;
  185. font-size: 30rpx;
  186. height: 88rpx;
  187. line-height: 88rpx;
  188. display: flex;
  189. -webkit-box-orient: horizontal;
  190. -webkit-box-direction: normal;
  191. -webkit-flex-direction: row;
  192. flex-direction: row;
  193. -webkit-box-align: center;
  194. -webkit-align-items: center;
  195. align-items: center;
  196. -webkit-box-pack: center;
  197. -webkit-justify-content: center;
  198. justify-content: center;
  199. cursor: pointer;
  200. padding: 0 44rpx;
  201. z-index: 1;
  202. box-sizing: border-box;
  203. -webkit-transition: all 0.15s;
  204. transition: all 0.15s;
  205. width: 90vw;
  206. color: rgb(255, 255, 255);
  207. margin: 0;
  208. }
  209. .vip-footer button::after{
  210. border: none;
  211. }