buyvip.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /* pages/kabaw/viplist.wxss */
  2. page{
  3. background: #e3e3e3;
  4. }
  5. .main .cardlist{
  6. width:80vw;
  7. height: auto;
  8. margin: 0 10vw;
  9. }
  10. .cardlist .cardbox{
  11. width: 100%;
  12. height: 165px;
  13. /* margin-top: 20px;
  14. border-bottom: 1px solid #eee; */
  15. }
  16. .cardbox .name{
  17. width: 100%;
  18. height: 50px;
  19. line-height: 50px;
  20. font-size: 20px;
  21. font-weight: 500;
  22. }
  23. .cardbox .cardimg{
  24. width: 100%;
  25. height: 100px;
  26. position: relative;
  27. }
  28. .cardimg .bg{
  29. width: 100%;
  30. height: 100px;
  31. background: #bbb;
  32. border-radius: 5px;
  33. }
  34. .cardimg .title{
  35. width: 100%;
  36. height: 40px;
  37. line-height: 40px;
  38. text-indent: 20px;
  39. position: absolute;
  40. font-size: 22px;
  41. font-weight: 500;
  42. top: 20px;
  43. left: 0;
  44. color: #fff;
  45. }
  46. .cardimg .txt{
  47. width: 100%;
  48. height: 20px;
  49. line-height: 20px;
  50. text-indent: 20px;
  51. position: absolute;
  52. bottom: 20px;
  53. font-size: 16px;
  54. left: 0;
  55. color: #fff;
  56. }
  57. .main .more{
  58. width: 90vw;
  59. height: 40px;
  60. display: flex;
  61. justify-content: center;
  62. background: #fff;
  63. border: 1px solid #bbb;
  64. margin-top: 20px;
  65. }
  66. .more .moreimg{
  67. width: 20px;
  68. height: 20px;
  69. margin: 10px 15px;
  70. }
  71. .more view{
  72. width: auto;
  73. height: 40px;
  74. line-height: 40px;
  75. font-weight: 550;
  76. }
  77. .main{
  78. width: 100vw;
  79. height: auto;
  80. margin-bottom: 50px;
  81. /* margin: 0 5vw; */
  82. }
  83. .info{
  84. width: 100%;
  85. height: 120px;
  86. /* border: 1px solid #eee; */
  87. /* border-radius: 12px; */
  88. /* margin: 15px 0; */
  89. position: relative;
  90. /* box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3); */
  91. }
  92. .info .bg{
  93. position: absolute;
  94. top: 0;
  95. left: 0;
  96. width: 100vw;
  97. height: 120px;
  98. z-index: 0;
  99. }
  100. .info .usering{
  101. width: 60px;
  102. height: 60px;
  103. border-radius: 60px;
  104. background: #eee;
  105. overflow: hidden;
  106. position: absolute;
  107. top: 20px;
  108. left: 20px;
  109. }
  110. .info .txt{
  111. width: auto;
  112. height: 30px;
  113. line-height: 30px;
  114. position: absolute;
  115. text-align: left;
  116. left: 90px;
  117. top: 20px;
  118. color: #fff;
  119. }
  120. .info .userlv{
  121. height: 30px;
  122. line-height: 20px;
  123. top: 50px;
  124. }
  125. .sousuo{
  126. width: 100%;
  127. height: 46px;
  128. }
  129. .sousuo .souinput{
  130. width: 80vw;
  131. height: 36px;
  132. line-height: 36px;
  133. /* text-indent: 15px; */
  134. border-radius: 36px;
  135. box-shadow:0px 2px 18px rgba(0,0,0,0.1);
  136. margin: 5px 10vw;
  137. padding: 0 15px;
  138. background: #fff;
  139. }
  140. .go_center{
  141. width: 100px;
  142. height: 24px;
  143. line-height: 24px;
  144. position: absolute;
  145. right: 20px;
  146. top: 20px;
  147. background:rgba(255,255,255,0.3);
  148. border-radius: 24px;
  149. padding: 0 10px;
  150. text-align: center;
  151. color:#fff;
  152. font-size: 12px;
  153. }
  154. .go_center image{
  155. width: 8px;
  156. height: 14px;
  157. margin: 7px;
  158. }
  159. .foot{
  160. width: 100%;
  161. height: 50px;
  162. display: flex;
  163. justify-content: space-around;
  164. position: fixed;
  165. bottom: 0;
  166. z-index: 9;
  167. background: #fff;
  168. border-top: 1px solid #eee;
  169. }
  170. .foot .box{
  171. width: 90px;
  172. height: 40px;
  173. margin: 5px 0;
  174. }
  175. .box image{
  176. width: 25px;
  177. height: 25px;
  178. margin: 0 32.5px;
  179. }
  180. .box .name{
  181. width: 100%;
  182. height: 15px;
  183. line-height: 10px;
  184. text-align: center;
  185. font-size: 12px;
  186. color: #a2a2a2;
  187. }
  188. .nativ .name{
  189. color: #0F2862;
  190. }