金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

410 lines
10 KiB

  1. @import '../../../common/css/global';
  2. #find-search{
  3. .menu-box{
  4. position: fixed;
  5. top: 0;
  6. right: 0;
  7. left: 0;
  8. z-index: 50;
  9. .navbar{
  10. z-index: 50;
  11. position: relative;
  12. display: flex;
  13. height: 45px;
  14. align-items: center;
  15. font-size: 12px;
  16. color:#666666;
  17. background-color: #FFFFFF;
  18. padding: 0 10px;
  19. .item{
  20. padding: 0 3px;
  21. height: 100%;
  22. line-height: 45px;
  23. display: flex;
  24. align-items: center;
  25. overflow: hidden;
  26. //text-overflow: ellipsis;
  27. white-space: nowrap;
  28. flex: 1;
  29. //max-width: 40%;
  30. span{
  31. width: 100%;
  32. display: inline-block;
  33. font-size: 12px;
  34. height: 95%;
  35. overflow: hidden;
  36. //text-overflow: ellipsis;
  37. white-space: nowrap;
  38. text-align: center;
  39. .iconfont{
  40. display: inline-block;
  41. font-size: 12px;
  42. &.icon-jiantou {
  43. transform:rotate(90deg);
  44. }
  45. }
  46. }
  47. &.active{
  48. span{
  49. border-bottom: 2px solid @mainColor;
  50. border-radius: 1px;
  51. color:@mainColor;
  52. }
  53. }
  54. }
  55. }
  56. .more-list{
  57. z-index: 50;
  58. position: absolute;
  59. width: 100%;
  60. background-color: #FFFFFF;
  61. padding:20px 15px 6px 15px;
  62. .item{
  63. display: inline-block;
  64. width: 25%;
  65. text-align: center;
  66. color: #666666;
  67. font-size: 13px;
  68. line-height: 24px;
  69. padding-bottom: 18px;
  70. overflow: hidden;
  71. text-overflow: ellipsis;
  72. white-space: nowrap;
  73. &.active{
  74. color: @mainColor;
  75. }
  76. }
  77. }
  78. }
  79. .content-box{
  80. padding-top: 45px;
  81. .something__box{
  82. margin-top: 11px;
  83. .li-item{
  84. margin-bottom: 5px;
  85. .something__item{
  86. background: #fff;
  87. padding: 10px 15px 12px 15px;
  88. .item__user{
  89. display: flex;
  90. .user__img{
  91. width: 52px;
  92. height: 42px;
  93. padding-right: 10px;
  94. image{
  95. width: 100%;
  96. height: 100%;
  97. }
  98. }
  99. .user__title{
  100. flex: 1;
  101. display: flex;
  102. justify-content: space-between;
  103. .title__box{
  104. .title__title{
  105. span{
  106. font-size: 15px;
  107. color: #4A4A4A;
  108. padding-right: 10px;
  109. font-weight: bold;
  110. }
  111. .title__tag{
  112. display: inline-block;
  113. border: 1px solid @globalColor;
  114. border-radius: 40px;
  115. color: @globalColor;
  116. font-size: 11px;
  117. padding: 0px 8px;
  118. }
  119. }
  120. }
  121. .title__stick{
  122. i{
  123. color: @globalColor;
  124. font-size: 25px;
  125. }
  126. }
  127. }
  128. }
  129. .item__content{
  130. padding-left: 52px;
  131. .item__title{
  132. font-size: 14px;
  133. &.actives{
  134. font-size: 14px;
  135. overflow : hidden;
  136. text-overflow: ellipsis;
  137. display: -webkit-box;
  138. -webkit-line-clamp: 4;
  139. -webkit-box-orient: vertical;
  140. }
  141. }
  142. .read__more{
  143. font-size: 12px;
  144. color: #008CEE;
  145. display: inline-block;
  146. line-height: 33px;
  147. }
  148. .item__list{
  149. display: flex;
  150. flex-wrap: wrap;
  151. padding: 10px 30px 0 0;
  152. margin-bottom: 8px;
  153. ::after{
  154. content: "";
  155. display: block;
  156. clear: both;
  157. height: 0;
  158. overflow: hidden;
  159. visibility: hidden;
  160. }
  161. .img{
  162. width: 100%;
  163. image{
  164. width: 100%;
  165. }
  166. }
  167. .list__li{
  168. width: 31%;
  169. margin: 0 2% 2% 0;
  170. view{
  171. position: relative;
  172. width: 100%;
  173. height: 0;
  174. overflow: hidden;
  175. margin: 0;
  176. padding-bottom: 100%;
  177. background-position: center;
  178. background-repeat: no-repeat;
  179. background-size: cover;
  180. span{
  181. display: block;
  182. position: absolute;
  183. width: 100%;
  184. top: 0;
  185. bottom: 0;
  186. }
  187. }
  188. }
  189. }
  190. .time-txet{
  191. color: #999999;
  192. font-size: 11px;
  193. line-height: 16px;
  194. padding-bottom: 8px;
  195. }
  196. .goods-box{
  197. display: flex;
  198. align-items: center;
  199. background-color:#F3F3F3;
  200. padding: 10px 15px 10px 11px;
  201. .left-box{
  202. width: 60px;
  203. height: 60px;
  204. image{
  205. width: 100%;
  206. height: 100%;
  207. }
  208. }
  209. .right-box{
  210. flex: 1;
  211. padding-left: 14px;
  212. overflow: hidden;
  213. .name{
  214. color:#111111;
  215. font-size: 12px;
  216. line-height: 20px;
  217. height: 40px;
  218. margin-bottom:6px;
  219. display: -webkit-box;
  220. -webkit-box-orient: vertical;
  221. -webkit-line-clamp: 2;
  222. overflow: hidden;
  223. }
  224. .money{
  225. }
  226. }
  227. }
  228. .tags{
  229. display: flex;
  230. align-items: center;
  231. padding-bottom: 12px;
  232. flex-wrap: wrap;
  233. .tag-item{
  234. font-size: 12px;
  235. color:#999999;
  236. line-height: 16px;
  237. padding: 3px 10px;
  238. margin-right: 12px;
  239. border-radius:2px;
  240. border:1px solid rgba(238,238,238,1);
  241. margin-bottom: 5px;
  242. }
  243. }
  244. .item_operation{
  245. padding-top: 10px;
  246. display: flex;
  247. justify-content: space-between;
  248. align-items: center;
  249. .operation__item{
  250. position: relative;
  251. flex: 1;
  252. font-size: 12px;
  253. color: #4A4A4A;
  254. &.actvie{
  255. i{
  256. color: @globalColor;
  257. }
  258. color: @globalColor;
  259. }
  260. i{
  261. font-size: 12px;
  262. padding-right: 5px;
  263. }
  264. &:nth-child(2){
  265. text-align: center;
  266. }
  267. &:last-child{
  268. text-align: end;
  269. }
  270. .getinfo{
  271. position: absolute;
  272. width: 100%;
  273. height: 100%;
  274. opacity: 0;
  275. top: 0;
  276. left: 0;
  277. }
  278. }
  279. }
  280. }
  281. }
  282. .bottom-btn{
  283. display: flex;
  284. align-items: center;
  285. height:45px;
  286. background-color: #FFFFFF;
  287. .btn{
  288. text-align: center;
  289. font-size:12px;
  290. color: #666666;
  291. flex: 1;
  292. span{
  293. font-size: 12px;
  294. }
  295. &.active{
  296. color: @mainColor;
  297. }
  298. }
  299. }
  300. }
  301. .index__end{
  302. padding: 10px;
  303. text-align: center;
  304. font-size: 12px;
  305. color: #888;
  306. }
  307. }
  308. }
  309. .no-data{
  310. text-align: center;
  311. padding: 20px;
  312. color:#999999;
  313. }
  314. .maks{
  315. position: fixed;
  316. top:0;
  317. bottom: 0;
  318. left: 0;
  319. right: 0;
  320. background:rgba(17,17,17,0.6);
  321. }
  322. .filter-box{
  323. position: fixed;
  324. top: 0;
  325. bottom: 0;
  326. left: 0;
  327. right: 0;
  328. background:rgba(17,17,17,0.6);
  329. z-index: 51;
  330. text-align: right;
  331. .content{
  332. position: relative;
  333. text-align: left;
  334. display: inline-block;
  335. background-color:#FFFFFF;
  336. padding:20px 0px 0 0px;
  337. height: 100%;
  338. width: 85%;
  339. .select{
  340. .topic{
  341. padding: 0 20px;
  342. color:#333333;
  343. font-size: 14px;
  344. line-height: 20px;
  345. padding-bottom: 10px;
  346. span{
  347. color:#999999;
  348. font-size: 12px;
  349. line-height: 17px;
  350. }
  351. }
  352. .list{
  353. padding: 0 15px 20px 15px;
  354. display: flex;
  355. flex-wrap: wrap;
  356. .item{
  357. text-align: center;
  358. width: 29%;
  359. color: #333333;
  360. font-size: 12px;
  361. height: 28px;
  362. line-height: 28px;
  363. border-radius: 2px;
  364. background-color:#EEEEEE;
  365. margin: 0 5px 10px 5px;
  366. overflow: hidden;
  367. &.active{
  368. background-color: #FFFFFF;
  369. border-radius:2px;
  370. border:1px solid @mainColor;
  371. color: @mainColor;
  372. }
  373. }
  374. }
  375. }
  376. .btn-box{
  377. position: absolute;
  378. display: flex;
  379. bottom: 0;
  380. left: 0;
  381. width: 100%;
  382. height:50px;
  383. align-items: center;
  384. .btn{
  385. height: 100%;
  386. flex: 1;
  387. text-align: center;
  388. font-size:16px;
  389. line-height: 50px;
  390. }
  391. .reset{
  392. background:#FFFCFC;
  393. border:1px solid #EEEEEE;
  394. color:#111111;
  395. }
  396. .confirm{
  397. background: @mainColor;
  398. color: #FFFFFF;
  399. }
  400. }
  401. }
  402. }
  403. }