kabaw.wxss 5.3 KB

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