kabaw_center.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. /* pages/kabaw/kabaw.wxss */
  2. page{
  3. background: #e3e3e3;
  4. }
  5. .nomore{
  6. width: 100%;
  7. text-align: center;
  8. color: #999;
  9. height: 40px;
  10. line-height: 40px;
  11. font-size: 14px;
  12. }
  13. .main{
  14. width: 90vw;
  15. height: auto;
  16. margin: 0 5vw;
  17. }
  18. .info{
  19. width: 100%;
  20. height: 120px;
  21. border: 1px solid #eee;
  22. border-radius: 12px;
  23. margin: 15px 0;
  24. position: relative;
  25. }
  26. .usering{
  27. width: 60px;
  28. height: 60px;
  29. border-radius: 60px;
  30. margin: 30px 10px;
  31. background: #eee;
  32. overflow: hidden;
  33. }
  34. .info .txt{
  35. width: auto;
  36. height: 30px;
  37. line-height: 30px;
  38. position: absolute;
  39. text-align: left;
  40. left: 80px;
  41. top: 30px;
  42. }
  43. .info .userlv{
  44. top: 60px;
  45. }
  46. .go_center{
  47. width: auto;
  48. height: 30px;
  49. line-height: 30px;
  50. position: absolute;
  51. right: 10px;
  52. text-align: right;
  53. top: 30px;
  54. display: flex;
  55. }
  56. .go_center image{
  57. width: 8px;
  58. height: 14px;
  59. margin: 7px;
  60. }
  61. .mykabaw{
  62. width:100%;
  63. height: auto;
  64. }
  65. .mykabaw .title{
  66. width: 100%;
  67. height: 40px;
  68. display: flex;
  69. justify-content: space-between;
  70. }
  71. .title .name{
  72. width: auto;
  73. height: 40px;
  74. line-height: 40px;
  75. text-align: left;
  76. font-size: 18px;
  77. }
  78. .title .showmore{
  79. width: auto;
  80. display: flex;
  81. height: 40px;
  82. }
  83. .showmore .showtxt{
  84. width: auto;
  85. height: 40px;
  86. line-height: 40px;
  87. font-size: 12px;
  88. }
  89. .showmore .more{
  90. width: 8px;
  91. height: 12px;
  92. margin: 14px 0;
  93. }
  94. .list{
  95. width: 100vw;
  96. height: 150px;
  97. margin-left: -5vw;
  98. display: flex;
  99. overflow: hidden;
  100. overflow-x:scroll;
  101. overflow-y: hidden;
  102. }
  103. .quan{
  104. width: 80vw;
  105. height: 100px;
  106. padding:5px 0;
  107. margin-left: 5vw;
  108. position: relative;
  109. /* border-radius: 8px; */
  110. /* border: 1px solid #eee; */
  111. display: flex;
  112. }
  113. .quan .left{
  114. width: 26vw;
  115. height: 90px;
  116. }
  117. .quan .right{
  118. width: 54vw;
  119. height: 90px;
  120. padding: 10px 10px;
  121. font-size: 10px;
  122. background: #fff;
  123. }
  124. .left image{
  125. width: 26vw;
  126. height: 90px;
  127. /* margin: 15px calc( 13vw - 35px ); */
  128. background: #eee;
  129. }
  130. .quan .gouser{
  131. width: auto;
  132. padding: 0 10px;
  133. text-align: center;
  134. height: 24px;
  135. line-height: 24px;
  136. border-radius: 24px;
  137. border: 1px solid #0F2862;
  138. /* background: #f20; */
  139. position: absolute;
  140. bottom: 25px;
  141. right: 12px;
  142. font-size: 12px;
  143. }
  144. .right view{
  145. width: auto;
  146. height: 17px;
  147. line-height: 17px;
  148. }
  149. .right .store{
  150. word-break: break-all;
  151. overflow: hidden;
  152. }
  153. .right .qname{
  154. width: 100%;
  155. height: 29px;
  156. /* line-height: 29px; */
  157. font-size: 16px;
  158. overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  159. }
  160. .quan .price{
  161. width: auto;
  162. color: #D0021B;
  163. position: absolute;
  164. right: 12px;
  165. }
  166. .kaquan{
  167. width: 90vw;
  168. height: auto;
  169. }
  170. .kaquan .kqtitle{
  171. width: 100%;
  172. height: 50px;
  173. line-height: 50px;
  174. display: flex;
  175. }
  176. .kaquan .kqtitle view{
  177. width: 50%;
  178. height: 30px;
  179. line-height: 30px;
  180. margin-top: 20px;
  181. font-size: 14px;
  182. border-radius: 5px 5px 0 0;
  183. border:1px solid #eee;
  184. text-align: center;
  185. }
  186. .kaquan .kqtitle .native{
  187. width: 50%;
  188. height: 50px;
  189. line-height: 50px;
  190. margin-top: 0;
  191. font-size: 18px;
  192. }
  193. .kaquan .qlist{
  194. width: 100%;
  195. height: auto;
  196. padding: 5vw;
  197. border: 1px solid #eee;
  198. }
  199. .qlist .quan{
  200. margin-left: 5vw;
  201. width: 80vw;
  202. border: none;
  203. border-radius: 0;
  204. /* border-bottom: 1px solid #eee; */
  205. }
  206. .qr_box{
  207. width: 100vw;
  208. height: 100vh;
  209. background: rgba(0,0,0, 0.5);
  210. position: fixed;
  211. top: 0;
  212. left: 0;
  213. z-index: 22;
  214. }
  215. .qr_box .qr{
  216. width: 70vw;
  217. height: 70vw;
  218. background: #fff;
  219. border-radius: 10px;
  220. margin: calc( 50vh - 35vw ) 15vw;
  221. }
  222. .qr .title{
  223. width: 100%;
  224. height: 10vw;
  225. line-height: 10vw;
  226. margin: 7vw 0;
  227. text-align: center;
  228. font-size: 18px;
  229. }
  230. .qr .qrcode{
  231. width: 40vw;
  232. height:40vw;
  233. margin: 0 15vw;
  234. }
  235. .qrcode image{
  236. width:100%;
  237. height: 100%;
  238. background: #eee;
  239. }
  240. .main .qlist{
  241. width: 100%;
  242. height: auto;
  243. padding: 5vw;
  244. border: 1px solid #eee;
  245. }
  246. .main .sousuo{
  247. width: 80vw;
  248. height: 50px;
  249. margin: 0 5vw;
  250. margin-top: 10px;
  251. }
  252. .sousuo input{
  253. width: 100%;
  254. height: 40px;
  255. line-height: 40px;
  256. padding: 0 20px;
  257. /* text-indent: 20px; */
  258. border-radius: 40px;
  259. background:rgba(255,255,255,1);
  260. box-shadow:0px 2px 18px rgba(0,0,0,0.1);
  261. }
  262. .sousuo .sou-box{
  263. width: 90vw;
  264. height: 40px;
  265. line-height: 40px;
  266. display: flex;
  267. margin: 10px 0;
  268. /* border-radius: 5px; */
  269. border: 1px solid #eee;
  270. }
  271. .sou-box image{
  272. width: 24px;
  273. height: 24px;
  274. margin: 8px;
  275. }
  276. .sou-box input{
  277. width: calc( 90vw - 50px );
  278. height: 40px;
  279. line-height: 40px;
  280. }