jianjiaotuisong_search.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. /*.lin-search{
  2. padding: 8px 10px;
  3. background-color: #fff;
  4. }*/
  5. /*.lin-gp-add{
  6. display: block;
  7. width: 45px;
  8. height: 45px;
  9. position: absolute;
  10. right: 0;
  11. top: 0;
  12. }*/
  13. /*.icon-sousuo-btn{
  14. background: url('../images/icon_sousuo.png') no-repeat;
  15. background-size: 20px 20px;
  16. background-position: center;
  17. }*/
  18. /*.lin-group-chat{
  19. background: #fff;
  20. height: 47px;
  21. padding: 0px 15px;
  22. border-top: 1px solid #f1f1f1;
  23. display: -webkit-box;
  24. -webkit-box-align: center;
  25. }
  26. .lin-group-chat:first-child{
  27. border-top-color:#dcdcdc;
  28. }
  29. .lin-group-chat:last-child{
  30. border-bottom:solid 1px #dcdcdc;
  31. }
  32. .lin-group-chat div.title{
  33. line-height: 25px;
  34. font-size: 16px;
  35. -webkit-box-flex: 1;
  36. color: #333;
  37. }
  38. .lin-group-chat div.text{
  39. color: #909090;
  40. font-size: 16px;
  41. max-width: 250px;
  42. overflow: hidden;
  43. text-overflow: ellipsis;
  44. white-space: nowrap;
  45. margin-right: 5px;
  46. }
  47. .zy-alert{
  48. color:#17b3ec!important;
  49. font-size: 16px;
  50. }*/
  51. /*.lin-group-chat div.icon-come{
  52. width:8px;
  53. height: 26px;
  54. background: url('../images/icon_jinru.png') no-repeat;
  55. background-size: contain;
  56. background-position: center;
  57. margin-left: 5px;
  58. }
  59. .lin-group-chat div.lin-arrow{
  60. transform: rotate(45deg);
  61. -webkit-transform: rotate(45deg);
  62. -moz-transform: rotate(45deg);
  63. -ms-transform:rotate(7deg);
  64. -o-transform:rotate(7deg);
  65. border-top: 2px solid #909090;
  66. border-right: 2px solid #909090;
  67. width: 12px;
  68. height: 12px;
  69. }
  70. .zy-lin-footer{
  71. width: 100%;
  72. margin-top: 80px;
  73. }
  74. .zy-send-btn{
  75. color: #fff;
  76. height: 38px;
  77. line-height: 38px;
  78. margin-right: 10px;
  79. font-size: 14px;
  80. width: 90%;
  81. background-color: #84d3f1;
  82. margin-left: 5%;
  83. margin-top: 5px;
  84. border-radius: 5px;
  85. text-align: center;
  86. }
  87. .zy-send-btn.active{
  88. background-color: #17b3ec;
  89. }*/
  90. /*.lin-search img{
  91. width: 29px;
  92. }
  93. .lin-search div{
  94. width: 100%;
  95. text-align: center;
  96. border-radius: 5px;
  97. line-height: 29px;
  98. background-color: #f2f4f6;
  99. color: #999;
  100. }
  101. .n-list-checked{
  102. display: -webkit-box;
  103. display: -moz-box;
  104. display: box;
  105. -webkit-box-orient: vertical;
  106. -moz-box-orient: vertical;
  107. box-orient: vertical;
  108. -webkit-box-pack: center;
  109. -moz-box-pack: center;
  110. box-pack: center;
  111. width:20px;
  112. height: 20px;
  113. background: url(../images/unchecked.png) no-repeat;
  114. background-size: 100% 100%;
  115. margin: 20px 10px 20px 0;
  116. }
  117. .n-list-checked.checked{
  118. background: url(../images/checked_all.png) no-repeat;
  119. background-size: 100%;
  120. }
  121. .check-img{
  122. width: 20px;
  123. height: 20px;
  124. vertical-align: middle;
  125. }
  126. .n-list{
  127. border-bottom: 1px solid #f1f1f1;
  128. }
  129. .n-list > li, .n-list > .n-list-li{
  130. border-top: none;
  131. padding-right: 0;
  132. }
  133. .n-list-info{
  134. border-top: 1px solid #f1f1f1;
  135. }
  136. .n-list >li:first-child > .n-list-info{
  137. border-top: none;
  138. }
  139. .lin-down-arrow{
  140. position: relative;
  141. top: -2px;
  142. left: 5px;
  143. height: 10px;
  144. width: 10px;
  145. border-bottom: 3px solid #fff;
  146. border-right: 3px solid #fff;
  147. display: inline-block;
  148. transform:rotate(45deg);
  149. -ms-transform:rotate(45deg); /* IE 9 */
  150. -moz-transform:rotate(45deg); /* Firefox */
  151. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  152. -o-transform:rotate(45deg); /* Opera */
  153. zoom: 1;
  154. }
  155. .lin-sel-group{
  156. position: fixed;
  157. top: 45px;
  158. background: #fff;
  159. width: 100%;
  160. z-index: 11;
  161. display: none;
  162. }
  163. .lin-sel-group li{
  164. text-align: center;
  165. color: #17b3ec;
  166. height: 40px;
  167. line-height: 40px;
  168. font-size: 16px;
  169. border-bottom: 1px solid #f2f4f6;
  170. }
  171. .lin-sel-group img{
  172. width: 20px;
  173. margin: 10px;
  174. display: none;
  175. }
  176. .lin-sel-group li.checked img{
  177. display: inline;
  178. }
  179. .lin-mask{
  180. position: fixed;
  181. top: 45px;
  182. height: 100%;
  183. width: 100%;
  184. height: 100%;
  185. z-index: 10;
  186. display: none;
  187. background-color: rgba(0,0,0,0.5);
  188. }
  189. .sel-group{
  190. position: fixed;
  191. top: 45px;
  192. right: 10px;
  193. width: 163px;
  194. height: 193px;
  195. z-index: 11;
  196. background: url(../images/tanchuang_icon.png) no-repeat;
  197. background-size: 100% 100%;
  198. display: none;
  199. }
  200. .sel-group li{
  201. height: 45px;
  202. line-height: 45px;
  203. font-size: 16px;
  204. color: #323232;
  205. border-bottom: 1px solid #f2f4f6;
  206. }
  207. .sel-group li:first-child{
  208. margin-top: 10px;
  209. }
  210. .sel-group li:last-child{
  211. border-bottom: none;
  212. }
  213. .sel-group img{
  214. width: 20px;
  215. vertical-align: middle;
  216. margin-left: 25px;
  217. margin-right: 10px;
  218. }*/
  219. /*.searchbar {
  220. height: 50px;
  221. box-sizing: border-box;
  222. padding: 0 10px;
  223. overflow: hidden;
  224. position: relative;
  225. display: -webkit-box;
  226. display: -ms-flexbox;
  227. display: -webkit-flex;
  228. display: flex;
  229. -webkit-box-align: center;
  230. -ms-flex-align: center;
  231. -webkit-align-items: center;
  232. align-items: center;
  233. background-color: #FFF;
  234. }
  235. html.pixel-ratio-2 .searchbar:after {
  236. -webkit-transform: scaleY(.5);
  237. transform: scaleY(.5)
  238. }
  239. html.pixel-ratio-3 .searchbar:after {
  240. -webkit-transform: scaleY(.33);
  241. transform: scaleY(.33)
  242. }
  243. .searchbar .searchbar-input {
  244. width: 100%;
  245. height: 28px;
  246. position: relative;
  247. -webkit-flex-shrink: 1;
  248. -ms-flex: 0 1 auto;
  249. flex-shrink: 1;
  250. }
  251. .searchbar input[type=search] {
  252. box-sizing: border-box;
  253. width: 100%;
  254. height: 100%;
  255. display: block;
  256. border: none;
  257. -webkit-appearance: none;
  258. -moz-appearance: none;
  259. -ms-appearance: none;
  260. appearance: none;
  261. border-radius: 5px;
  262. font-family: inherit;
  263. color: #000;
  264. font-size: 14px;
  265. font-weight: 400;
  266. padding: 0 28px;
  267. background-color: #fff;
  268. background-repeat: no-repeat;
  269. background-position: 8px center;
  270. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QUE2NTYxNDY1MjMxMUU2OTZFMkZGNTMzRTNEODdCQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QUE2NTYxNTY1MjMxMUU2OTZFMkZGNTMzRTNEODdCQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZBQTY1NjEyNjUyMzExRTY5NkUyRkY1MzNFM0Q4N0JDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBQTY1NjEzNjUyMzExRTY5NkUyRkY1MzNFM0Q4N0JDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+gJ4fKgAAA2tJREFUeNq8mHtoTmEcx887o9XmNvzFXJatMWEIteQaxaa5FP/IZbMSeVOEEGMxauytEYaVkNWQXHLLNUSLVmZu28ztD+WuMdb4/vQ9+vW2ncvO2X716fmdy3v6vud5nt/zfU6goKDAcBjDwHC2SSAS1IMK8BCUgUeGywgGg//zSJt7O4L5YBXo3cw9E1X+BGwHh0GjW2FWYmaB/SCWx1/BA3AbPANfQA++pVS+NcmLwTqQCW76IaYQLGX+HOzgv/1l8azOIAusBP3BDbAB5DoVE9HEuZNKSB5IBAdshBh8U/mgD++X2AJCLRWzD8xgngHWGu5DRC8GS3i8nN3mSoyMkWzm6eC04S32KkHSVSOcipGxU8J8Ezhr+BMi6KjqfkdiVoB24A3IUdfjOCu8xDzQwGfNsRPTHmxW/aujlINxmQcxf8BqNaAtxaSAKNaRU+raZDBSFTMvcYhtAuhmJWY882th18x1Yiu44lHMZ1DOPM1KzBjmV9X5vmAAS3qOT4PZnBSpVmLim+iKOLZVDoqd03iq/mizYqKYf1fnzXMfDf/iG9sYKzF1zKPV+Xq2sT6K6cS2zkpMLfMkdf4123gHNsNpJLCtthJzi/kEdb6GY0gK4UafxKSzvWMlxpxF48JNGNv1rDleu2gI8zNWYso5RrqoFVviEs2UaTm9xEK2Yso+WImpV7Uk3BDP5lKQ51FMvtPlwBTRSJ+7Jmzs7PYopIhj7y044kTMD7WibgNTfBq02bSiEjPdmKtSmmmJC2CqRyFZdI4GvfD9sOpuazsXqTXkHB8ScCkimoa+iMd76PSkXh1knRnt1JCnqyVffM4LdmF3GxG9aMRqlKHPVXkEp7eIuqumuu1WJZO2YSer8HFlHeVBjzkLY7i6y0Zukvp9JevU5TCjLj74OhjLHehQ7kj/RcBme9uBu8kF3AvZRQV9byGPxUXu4lvLUPfdo3GTP5SMLW6VEzE6BrMSS3/3pNCf4BXf1kVlEwy13lUyL+aYNKOMu1BZOAdCUK0bMS0JGSdz1Q6hhMe6+g8Cn6SNMFo3pJAeA9N5LBPhhLqWwiWiq9je1hZjqMVxmip+5mIpW5hkGrvEthIjcV59PkkzTT7GSgNXAKMtxZimP1V913kfCoWq+Wnld1uLMc3VKPCSIvqBdzKu/gowAICpvmijfvwCAAAAAElFTkSuQmCC");
  271. -webkit-background-size: 13px 13px;
  272. background-size: 13px 13px;
  273. background-color: #F2F3F5;
  274. }
  275. .searchbar input[type=search]::-webkit-input-placeholder {
  276. color: #939398;
  277. opacity: 1
  278. }
  279. .searchbar input[type=search]::-webkit-search-cancel-button {
  280. -webkit-appearance: none
  281. }*/
  282. .searchbar .searchbar-clear {
  283. position: absolute;
  284. width: 28px;
  285. height: 28px;
  286. right: 0;
  287. top: 0;
  288. opacity: 0;
  289. pointer-events: none;
  290. background-position: center;
  291. background-repeat: no-repeat;
  292. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%238e8e93'%2F%3E%3Cline%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
  293. -webkit-background-size: 14px 14px;
  294. background-size: 14px 14px;
  295. -webkit-transition-duration: .3s;
  296. transition-duration: .3s;
  297. cursor: pointer
  298. }
  299. .searchbar .searchbar-cancel {
  300. -webkit-transition-duration: .3s;
  301. transition-duration: .3s;
  302. -webkit-transform: translate3d(0,0,0);
  303. transform: translate3d(0,0,0);
  304. font-size: 17px;
  305. cursor: pointer;
  306. opacity: 0;
  307. -webkit-flex-shrink: 0;
  308. -ms-flex: 0 0 auto;
  309. flex-shrink: 0;
  310. margin-left: 0;
  311. pointer-events: none;
  312. display: none;
  313. color: #17b3ec;
  314. }
  315. .searchbar.searchbar-active .searchbar-cancel {
  316. margin-left: 8px;
  317. opacity: 1;
  318. pointer-events: auto
  319. }
  320. .searchbar.searchbar-active .searchbar-cancel.active-state,html:not(.watch-active-state) .searchbar.searchbar-active .searchbar-cancel:active {
  321. opacity: .3;
  322. -webkit-transition-duration: 0s;
  323. transition-duration: 0s
  324. }
  325. /*.searchbar { border-bottom: 1px solid #CCC; }*/
  326. /*#search_suggest_text { position: absolute; top: 90px; left: 8px; color: #17b3ec; font-size: 18px;}
  327. .locate-city { background-color: #F2F3F5; }
  328. .locate-city img { width: 15px; height: 20px; }
  329. .list-wrap { border-top: 1px solid #CCC; background-color: #FFF; }
  330. .more-result { display: block; height: 35px; line-height: 35px; margin-left: -10px; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7; }
  331. .more-result>span { position: relative; color: #666; }
  332. .more-result .fa-angle-right { position: absolute; top: -3px; right: -10px;font-size: 22px; }
  333. .search-target-text em { font-weight: bold; color: #75BF00; }
  334. .scroll-wrapper { top: 130px; }
  335. #search_result {overflow: auto;}
  336. #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }*/
  337. /*.no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  338. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
  339. #jumin_wrapper .c-list > li { margin-left: 0; }
  340. .weixin-icon { width: 20px; height: 20px; margin-left: 6px; vertical-align: middle;}
  341. .patient-face{
  342. width: 40px;
  343. height: 40px;
  344. margin: 10px 10px 10px 0px;
  345. position: relative;
  346. }
  347. .my-work-secflo .patient-face{
  348. margin: 10px 10px 10px 0px;
  349. position: relative;
  350. }
  351. .lin-footer{
  352. position: fixed;
  353. bottom: 0;
  354. left: 0;
  355. height: 58px;
  356. line-height: 58px;
  357. width: 100%;
  358. background-color: #fff;
  359. box-shadow: 0 0 1px #dcdcdc;
  360. z-index: 8;
  361. }
  362. .lin-footer img{
  363. vertical-align: middle;
  364. margin-left: 10px;
  365. margin-right: 10px;
  366. }*/
  367. /*.send-btn{
  368. color: #fff;
  369. height: 38px;
  370. line-height: 38px;
  371. margin-right: 10px;
  372. width: 90%;
  373. background-color: #17b3ec;
  374. margin-left: 5%;
  375. margin-top: 10px;
  376. border-radius: 5px;
  377. text-align: center;
  378. }*/
  379. /*.next-btn{
  380. color:#84d3f1 ;
  381. height: 48px;
  382. line-height: 40px;
  383. width: 100%;
  384. margin-top: 5px;
  385. text-align: center;
  386. font-size: 16px;
  387. }
  388. .next-btn.active{
  389. color: #17b3ec;
  390. }*/
  391. /*.search-box{
  392. background: #fff;
  393. padding: 10px 16px;*/
  394. /*top: 45px;*/
  395. /*position: absolute;*/
  396. /*width: 100%;
  397. z-index: 5;
  398. border-bottom: 1px solid #ccc;
  399. box-sizing: border-box;
  400. }*/
  401. /*.search-box>div{
  402. background: #f2f4f6; border-radius: 5px;width:100%;
  403. } */
  404. /*.search-box input{
  405. box-sizing: border-box;
  406. width: 100%;
  407. height: 40px; font-size: 14px;
  408. background: url(../../../images/sousuo_icon.png) no-repeat;
  409. background-size: 40px 40px;
  410. -webkit-background-size: 40px 40px;
  411. -moz-background-size: 40px 40px;
  412. -o-background-size: 40px 40px;
  413. padding-left: 40px;
  414. }*/
  415. /*搜索页面样式*/
  416. .lin-search-ipt {
  417. height: 45px;
  418. padding: 8px 10px;
  419. background-color: #17b3ec;
  420. display: -webkit-box;
  421. box-sizing: border-box;
  422. }
  423. .lin-search-ipt div {
  424. border-radius: 5px;
  425. line-height: 28px;
  426. background-color: #f2f4f6;
  427. color: #999;
  428. text-align: left;
  429. -webkit-box-flex: 1;
  430. }
  431. .lin-search-ipt input {
  432. font-size: 14px;
  433. background-color: #f2f4f6;
  434. border-radius: 5px;
  435. height: 30px;
  436. color: #333;
  437. text-align: left;
  438. padding-left: 30px;
  439. background: url(../../../images/sousuo_icon.png) no-repeat;
  440. background-size: 30px 30px;
  441. width: 100%;
  442. }
  443. .lin-search-ipt a {
  444. font-size: 16px;
  445. display: block;
  446. padding: 3px 6px 4px 12px;
  447. color: #fff;
  448. }
  449. .lin-search-ipt .searchbar-clear{
  450. position: absolute;
  451. padding: 0;
  452. top: 5px;
  453. right: 5px;
  454. width: 18px;
  455. height: 18px;
  456. background: url(../images/guanbi_btn.png) no-repeat;
  457. background-size: 100% 100%;
  458. display: none;
  459. }
  460. .top-search{
  461. height: 40px;
  462. font-size: 18px;
  463. line-height: 40px;
  464. padding: 0px 15px;
  465. color: #17b3ec;
  466. display: none;
  467. }
  468. .jm-title{
  469. background: #fff;
  470. border-bottom: 1px solid #f2f4f6;
  471. border-top: 1px solid #f2f4f6;
  472. color: #909090;
  473. font-size: 12px;
  474. padding: 8px 16px;
  475. }
  476. .jm-more{
  477. font-size: 12px;
  478. color: #909090;
  479. text-align: center;
  480. background: #fff;
  481. padding: 8px;
  482. border-bottom: 1px solid #f2f4f6;
  483. }
  484. /*不用任何图标实现删除icon效果*/
  485. .u-icon-delete
  486. {
  487. position: absolute;
  488. top: 55px;
  489. right: 16px;
  490. width: 40px;
  491. height: 40px;
  492. }
  493. #tuisong_list li{
  494. width: 100%;
  495. height: 4.7rem;
  496. padding: .45rem;
  497. border-bottom: 1px solid #E1E1E1;
  498. font-size: .8rem;
  499. position: relative;
  500. }
  501. #tuisong_list li .li-content{
  502. float: left;
  503. width: 76%;
  504. height: 2.8rem;
  505. }
  506. #tuisong_list li .li-content .tuwen{
  507. padding: .05rem .3rem 0rem .2rem;
  508. border:.5px solid #FFA54B;
  509. color:#FFA54B;
  510. font-size: .6rem;
  511. }
  512. #tuisong_list li .li-img{
  513. float: left;
  514. }
  515. #tuisong_list li img{
  516. width: 3.75rem;
  517. height: 3.75rem;
  518. margin-right: .75rem;
  519. }
  520. #tuisong_list li .tuisong{
  521. position: absolute;
  522. right: .6rem;
  523. bottom: .3rem;
  524. border:.5px solid #17b3ec;
  525. color: #17b3ec;
  526. padding-right: .6rem;
  527. padding-left: .6rem;
  528. }