view.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. .querybar-ssk {
  2. position: absolute;
  3. left: 15px;
  4. top: 15px;
  5. z-index: 999;
  6. }
  7. .querybar-ssk1 {
  8. width: 260px;
  9. height: 40px;
  10. line-height: 40px;
  11. font-size: 16px;
  12. text-indent: 8px;
  13. outline: none;
  14. float: left;
  15. border: none;
  16. box-shadow: 0px 2px 6px #3a3c42;
  17. border-top-left-radius: 2px;
  18. border-bottom-left-radius: 2px;
  19. }
  20. .querybar-ssk1:focus {
  21. border: 1px solid rgba(155, 223, 255, 0.9);
  22. background-color: rgba(63, 72, 84, 0.9);
  23. }
  24. .querybar-ssk2 {
  25. width: 50px;
  26. height: 40px;
  27. float: left;
  28. border: none;
  29. cursor: pointer;
  30. outline: none;
  31. background-color: rgba(35, 68, 117, 0.85);
  32. }
  33. .querybar-sbox {
  34. width: 260px;
  35. padding: 10px;
  36. box-shadow: 1px 2px 1px rgba(220, 220, 220, 0.3);
  37. background: rgba(63, 72, 84, 0.9);
  38. overflow: hidden;
  39. }
  40. @media screen and (max-width: 640px) {
  41. .querybar-ssk1 {
  42. width: 200px;
  43. }
  44. .querybar-ssk2 {
  45. width: 45px;
  46. }
  47. .querybar-sbox {
  48. width: 200px;
  49. }
  50. }
  51. ::-webkit-input-placeholder {
  52. /* WebKit browsers */
  53. color: #a9a9a9;
  54. }
  55. :-moz-placeholder {
  56. /* Mozilla Firefox 4 to 18 */
  57. color: #a9a9a9;
  58. opacity: 1;
  59. }
  60. ::-moz-placeholder {
  61. /* Mozilla Firefox 19+ */
  62. color: #a9a9a9;
  63. opacity: 1;
  64. }
  65. :-ms-input-placeholder {
  66. /* Internet Explorer 10+ */
  67. color: #a9a9a9;
  68. }
  69. /*搜索栏*/
  70. .querybar-fl {
  71. float: left;
  72. }
  73. .querybar-fr {
  74. float: right;
  75. }
  76. .querybar-clear {
  77. clear: both;
  78. }
  79. .querybar-clear5 {
  80. clear: both;
  81. height: 5px;
  82. }
  83. .querybar-clear10 {
  84. clear: both;
  85. height: 10px;
  86. }
  87. .querybar-sstab {
  88. height: 18px;
  89. padding: 5px;
  90. background: #f7f7f7;
  91. border: solid 1px #e0e0e0;
  92. border-radius: 4px;
  93. }
  94. .querybar-sstab ul {
  95. margin: 0;
  96. padding: 0;
  97. }
  98. .querybar-sstab ul li {
  99. width: 70px;
  100. height: 18px;
  101. padding: 0 20px;
  102. line-height: 18px;
  103. text-align: center;
  104. list-style-type: none;
  105. float: left;
  106. font-size: 12px;
  107. border-right: solid 1px #e0e0e0;
  108. cursor: pointer;
  109. }
  110. .querybar-sstab ul li a {
  111. font-size: 12px;
  112. text-decoration: none;
  113. color: #000000;
  114. }
  115. .querybar-sstab ul li a:hover {
  116. color: #dcdcdc;
  117. }
  118. .querybar-kbtab {
  119. padding-bottom: 10px;
  120. overflow: hidden;
  121. border-bottom: solid 1px #cccccc;
  122. }
  123. .querybar-kbtab ul {
  124. margin: 0;
  125. padding: 0;
  126. }
  127. .querybar-kbtab ul li {
  128. list-style-type: none;
  129. width: 60px;
  130. float: left;
  131. text-align: center;
  132. }
  133. .querybar-kbtab ul li a {
  134. font-size: 12px;
  135. text-decoration: none;
  136. color: #999;
  137. }
  138. .querybar-kbtab ul li a img {
  139. border: none;
  140. }
  141. .querybar-kbtab ul li a:hover {
  142. color: #dcdcdc;
  143. }
  144. .querybar-ssls {}
  145. .querybar-ssls ul {
  146. margin: 0;
  147. padding: 10px 0;
  148. }
  149. .querybar-ssls li {
  150. font-size: 12px;
  151. line-height: 20px;
  152. list-style-type: none;
  153. padding-left: 10px;
  154. }
  155. .querybar-ssls i {
  156. margin-right: 10px;
  157. }
  158. .querybar-ssls li a {
  159. text-decoration: none;
  160. color: #dcdcdc;
  161. }
  162. .querybar-ssls li a:hover {
  163. color: #fff;
  164. }
  165. .querybar-znbox {
  166. width: 260px;
  167. box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
  168. background: rgba(63, 72, 84, 0.9);
  169. overflow: hidden;
  170. }
  171. .querybar-znts {}
  172. .querybar-znts ul {
  173. margin: 0;
  174. padding: 0;
  175. }
  176. .querybar-znts li {
  177. font-size: 12px;
  178. height: 36px;
  179. line-height: 36px;
  180. list-style-type: none;
  181. padding-left: 20px;
  182. }
  183. .querybar-znts i {
  184. margin-right: 10px;
  185. }
  186. .querybar-znts li a {
  187. text-decoration: none;
  188. color: #dcdcdc;
  189. }
  190. .querybar-znts li a:hover {
  191. color: #fff;
  192. }
  193. .querybar-site {
  194. padding: 10px 8px;
  195. border-top: solid 1px #eaeaea;
  196. overflow: hidden;
  197. }
  198. .querybar-site :hover {
  199. background-color: rgba(63, 72, 84, 1);
  200. }
  201. .querybar-sitejj {
  202. width: 220px;
  203. float: left;
  204. }
  205. .querybar-sitejj h3 {
  206. margin: 0;
  207. padding: 0;
  208. font-size: 14px;
  209. padding-bottom: 6px;
  210. color: #dcdcdc;
  211. font-weight: bold;
  212. }
  213. .querybar-sitejj p {
  214. margin: 0;
  215. padding: 0;
  216. font-size: 12px;
  217. line-height: 20px;
  218. color: #999;
  219. }
  220. .querybar-star {
  221. color: #ff675a;
  222. font-size: 12px;
  223. line-height: 20px;
  224. }
  225. .querybar-page {
  226. font-size: 12px;
  227. }
  228. .querybar-ye a {
  229. text-decoration: none;
  230. padding: 4px 6px;
  231. color: #fff;
  232. border: solid 1px #ccc;
  233. margin-right: 4px;
  234. }
  235. .querybar-ye a:hover {
  236. color: #fff;
  237. border-color: #dcdcdc;
  238. }
  239. .querybar-dtit {
  240. height: 44px;
  241. line-height: 44px;
  242. font-size: 14px;
  243. text-indent: 10px;
  244. background: #3385ff;
  245. color: #fff;
  246. }
  247. .querybar-itr {
  248. padding: 8px 0;
  249. }
  250. .querybar-itrtit {
  251. font-size: 12px;
  252. height: 22px;
  253. line-height: 22px;
  254. padding: 4px 0;
  255. }
  256. .querybar-more {
  257. float: right;
  258. text-decoration: none;
  259. font-size: 12px;
  260. color: #999;
  261. }
  262. .querybar-itrcon {
  263. padding: 8px 0;
  264. border-top: dashed 1px #eee;
  265. }
  266. .querybar-itrcon p {
  267. margin: 0;
  268. padding: 0;
  269. font-size: 12px;
  270. line-height: 20px;
  271. color: #dcdcdc;
  272. }
  273. .querybar-itrcon a {
  274. text-decoration: none;
  275. }
  276. .querybar-star_orange {
  277. font-size: 12px;
  278. line-height: 20px;
  279. color: #ffac2d;
  280. }
  281. /*全部分类*/
  282. .querybar-allsort {
  283. position: absolute;
  284. width: 230px;
  285. padding: 4px;
  286. background: rgba(63, 72, 84, 0.9);
  287. border: solid 1px #e0e0e0;
  288. }
  289. .querybar-sort {
  290. padding: 6px 0;
  291. overflow: hidden;
  292. }
  293. .querybar-sorta {
  294. width: 60px;
  295. padding-top: 4px;
  296. float: left;
  297. font-size: 12px;
  298. font-weight: bold;
  299. color: #666;
  300. }
  301. .querybar-sortb {
  302. width: 170px;
  303. float: right;
  304. }
  305. .querybar-sortb ul {
  306. margin: 0;
  307. padding: 0;
  308. }
  309. .querybar-sortb ul li {
  310. list-style-type: none;
  311. float: left;
  312. padding: 0 10px 2px 0;
  313. }
  314. .querybar-sortb ul li a {
  315. font-size: 12px;
  316. text-decoration: none;
  317. color: #777;
  318. }
  319. .querybar-sortb ul li a:hover {
  320. color: #fff;
  321. }
  322. /*推荐排序*/
  323. .querybar-recsort {
  324. position: absolute;
  325. left: 126px;
  326. width: 120px;
  327. background: rgba(63, 72, 84, 0.9);
  328. border: solid 1px #e0e0e0;
  329. }
  330. .querybar-recsort ul {
  331. margin: 0;
  332. padding: 0;
  333. }
  334. .querybar-recsort ul li {
  335. padding: 4px 0 6px 0;
  336. list-style-type: none;
  337. text-align: center;
  338. border-top: solid 1px #e0e0e0;
  339. }
  340. .querybar-recsort ul li a {
  341. font-size: 12px;
  342. text-decoration: none;
  343. color: #777;
  344. }
  345. .querybar-recsort ul li a:hover {
  346. color: #fff;
  347. }