選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

2年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. * {
  2. padding: 0;
  3. margin: 0
  4. }
  5. body {
  6. text-align: center;
  7. /* background-color: #ffffff; */
  8. background-image: url("./img/bg.png");
  9. background-position: center;
  10. background-size: cover;
  11. background-repeat: no-repeat;
  12. /* opacity:0.2; */
  13. }
  14. img.smaller {
  15. width: 540;
  16. height: 195;
  17. /* max-width: 300px; */
  18. animation: flipInX 2s;
  19. -webkit-animation: flipInX 2s
  20. }
  21. .logo {
  22. font-size: 32px;
  23. white-space: normal;
  24. word-wrap: break-word;
  25. text-decoration: none;
  26. color: #232323;
  27. padding-bottom: 15px;
  28. }
  29. #search_input {
  30. width: 90%;
  31. height: 60px;
  32. background-color: transparent;
  33. border: none;
  34. outline: 0;
  35. font-size: 18px;
  36. padding: 0 20px;
  37. border-radius: 50px;
  38. -webkit-text-size-adjust: 100%;
  39. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  40. }
  41. #search_keyword {
  42. padding-right: 50px;
  43. height: 60px;
  44. background-color: transparent;
  45. border: none;
  46. outline: 0;
  47. font-size: 18px;
  48. -webkit-text-size-adjust: 100%;
  49. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  50. }
  51. .search_part {
  52. /*margin-bottom: 50px;*/
  53. margin-top: 20px
  54. }
  55. span {
  56. display: block;
  57. overflow: hidden;
  58. padding-left: 5px;
  59. /* vertical-align: middle */
  60. }
  61. .search-section {
  62. box-shadow: 0 0 18px rgba(70,70,40,.255);
  63. -webkit-animation: fadeIn 1s;
  64. animation: fadeIn 1s;
  65. background-color: rgba(255,255,255,.100);
  66. border-radius: 40px;
  67. display: table;
  68. vertical-align: middle;
  69. width: 80%;
  70. height: 60px;
  71. max-width: 800px;
  72. margin: 10px auto
  73. }
  74. #search_submit {
  75. outline: 0;
  76. height: 40px;
  77. float: right;
  78. color: #eee;
  79. font-size: 16px;
  80. font-weight: 700;
  81. border: none;
  82. background-color: transparent;
  83. padding: 0 13px 0 13px
  84. }
  85. #content {
  86. width: 100%;
  87. text-align: center;
  88. padding-top: 15px;
  89. top: 50%;
  90. height: 100px;
  91. margin-top: 180px
  92. }
  93. @media screen and (max-width: 1500px){#content{margin-top: 80px;}}
  94. .search-section {
  95. z-index:10;
  96. }
  97. .boxs {
  98. margin: 50px auto;
  99. z-index:-1;
  100. max-width: 900px;
  101. }
  102. @media screen and (max-width: 900px){.boxs{max-width: 390px;}}
  103. .box {
  104. position: relative;
  105. display: inline-block;
  106. width: 100px;
  107. border: 0;
  108. animation: fadeInDown 1s;
  109. -webkit-animation: fadeInDown 1s;
  110. }
  111. @media screen and (max-width: 900px){.box{width: 90px;}}
  112. .box a {
  113. width: 100%;
  114. height: 100%;
  115. position: absolute;
  116. left: 0;
  117. top: 0
  118. }
  119. .url {
  120. color: #000000;
  121. height: 32px;
  122. line-height: 32px;
  123. width: 72px;
  124. font-size: 14px;
  125. white-space: nowrap;
  126. overflow: hidden;
  127. margin: auto;
  128. border-top-right-radius: 15px;
  129. border-bottom-right-radius: 15px;
  130. -webkit-border-top-right-radius: 15px;
  131. -webkit-border-bottom-right-radius: 15px;
  132. text-overflow: ellipsis;
  133. -o-text-overflow: ellipsis;
  134. -ms-text-overflow: ellipsis;
  135. padding-top: 3px;
  136. padding-bottom: 8px
  137. }
  138. .icon {
  139. width: 64px;
  140. height: 64px;
  141. max-width: 72px
  142. }
  143. @-webkit-keyframes flipInX {
  144. 0% {
  145. -webkit-transform: perspective(400px) rotateX(90deg);
  146. transform: perspective(400px) rotateX(90deg);
  147. opacity: 0
  148. }
  149. 40% {
  150. -webkit-transform: perspective(400px) rotateX(-10deg);
  151. transform: perspective(400px) rotateX(-10deg)
  152. }
  153. 70% {
  154. -webkit-transform: perspective(400px) rotateX(10deg);
  155. transform: perspective(400px) rotateX(10deg)
  156. }
  157. 100% {
  158. -webkit-transform: perspective(400px) rotateX(0);
  159. transform: perspective(400px) rotateX(0);
  160. opacity: 1
  161. }
  162. }
  163. @keyframes flipInX {
  164. 0% {
  165. -webkit-transform: perspective(400px) rotateX(90deg);
  166. -ms-transform: perspective(400px) rotateX(90deg);
  167. transform: perspective(400px) rotateX(90deg);
  168. opacity: 0
  169. }
  170. 40% {
  171. -webkit-transform: perspective(400px) rotateX(-10deg);
  172. -ms-transform: perspective(400px) rotateX(-10deg);
  173. transform: perspective(400px) rotateX(-10deg)
  174. }
  175. 70% {
  176. -webkit-transform: perspective(400px) rotateX(10deg);
  177. -ms-transform: perspective(400px) rotateX(10deg);
  178. transform: perspective(400px) rotateX(10deg)
  179. }
  180. 100% {
  181. -webkit-transform: perspective(400px) rotateX(0);
  182. -ms-transform: perspective(400px) rotateX(0);
  183. transform: perspective(400px) rotateX(0);
  184. opacity: 1
  185. }
  186. }
  187. @-webkit-keyframes fadeIn {
  188. 0% {
  189. opacity: 0
  190. }
  191. 100% {
  192. opacity: 1
  193. }
  194. }
  195. @keyframes fadeIn {
  196. 0% {
  197. opacity: 0
  198. }
  199. 100% {
  200. opacity: 1
  201. }
  202. }
  203. @-webkit-keyframes fadeInDown {
  204. 0% {
  205. opacity: 0;
  206. -webkit-transform: translateY(-20px);
  207. transform: translateY(-20px)
  208. }
  209. 100% {
  210. opacity: 1;
  211. -webkit-transform: translateY(0);
  212. transform: translateY(0)
  213. }
  214. }
  215. @keyframes fadeInDown {
  216. 0% {
  217. opacity: 0;
  218. -webkit-transform: translateY(-20px);
  219. -ms-transform: translateY(-20px);
  220. transform: translateY(-20px)
  221. }
  222. 100% {
  223. opacity: 1;
  224. -webkit-transform: translateY(0);
  225. -ms-transform: translateY(0);
  226. transform: translateY(0)
  227. }
  228. }
  229. * {
  230. padding: 0;
  231. margin: 0
  232. }
  233. li {
  234. list-style: none;
  235. }
  236. li a{
  237. border-radius: 16px;
  238. background: #d5d5d5;
  239. padding: 0px 15px;
  240. }
  241. li a:hover{
  242. background: #e9e9e9;
  243. }
  244. #btn {
  245. width: 560px;
  246. padding: 10px 10px;
  247. border: 1px solid rgb(45,129,240)
  248. }
  249. a {
  250. display: inline-block;
  251. text-decoration: none;
  252. color: rgba(0,0,0,0.8);
  253. outline: none;
  254. line-height: 35px
  255. }
  256. .search-section {
  257. margin-top: 14px;
  258. margin-bottom: 40px;
  259. }
  260. .search-section {
  261. position: relative;
  262. display: flex;
  263. }
  264. .search-left {
  265. display: flex;
  266. width: 100%;
  267. }
  268. .search-logo {
  269. padding-left: 80px;
  270. align-items: center;
  271. justify-content: center;
  272. background: url("./img/scgoogle.png") center center no-repeat;
  273. filter: grayscale(0%);
  274. -webkit-filter: grayscale(0%);
  275. -moz-filter: grayscale(0%);
  276. -o-filter: grayscale(0%);
  277. filter: alpha(opacity=100);
  278. -moz-opacity: 1;
  279. -khtml-opacity: 1;
  280. opacity: 1;
  281. cursor: pointer;
  282. transition-duration: 100ms;
  283. }
  284. .search-logo:hover {
  285. filter: grayscale(100%);
  286. -webkit-filter: grayscale(100%);
  287. -moz-filter: grayscale(100%);
  288. -o-filter: grayscale(100%);
  289. filter: alpha(opacity=20);
  290. -moz-opacity: 0.2;
  291. -khtml-opacity: 0.2;
  292. opacity: 0.2;
  293. transition-duration: 100ms;
  294. }
  295. .search-methods {
  296. display: none;
  297. position: absolute;
  298. border-style: none;
  299. top: -32px;
  300. left: -1px;
  301. width: 80px;
  302. border-radius: 40px;
  303. border: 1px solid rgba(217, 217, 217, 0.96);
  304. background-color: #fff;
  305. box-shadow: 0 0 18px rgb(70 70 40 / 26%);
  306. }
  307. .search-methods:hover {
  308. filter: grayscale(0%);
  309. -webkit-filter: grayscale(0%);
  310. -moz-filter: grayscale(0%);
  311. -o-filter: grayscale(0%);
  312. filter: alpha(opacity=100);
  313. -moz-opacity: 1;
  314. -khtml-opacity: 1;
  315. opacity: 1;
  316. }
  317. .search-methods li {
  318. margin: 0 20px;
  319. background: url("./img/scgoogle.png") 10px no-repeat;
  320. overflow: hidden;
  321. color: #545454;
  322. cursor: pointer;
  323. border-style: none;
  324. height: 40px;
  325. filter: grayscale(100%);
  326. -webkit-filter: grayscale(100%);
  327. -moz-filter: grayscale(100%);
  328. -o-filter: grayscale(100%);
  329. filter: alpha(opacity=20);
  330. -moz-opacity: 0.2;
  331. -khtml-opacity: 0.2;
  332. opacity: 0.2;
  333. }
  334. .search-logo.baidu, li.baidu {
  335. background-image: url("./img/scbaidu.png");
  336. }
  337. .search-logo.bing, li.bing {
  338. background-image: url("./img/scbing.png");
  339. }
  340. .search-methods li:hover {
  341. filter: grayscale(0%);
  342. -webkit-filter: grayscale(0%);
  343. -moz-filter: grayscale(0%);
  344. -o-filter: grayscale(0%);
  345. filter: alpha(opacity=100);
  346. -moz-opacity: 1;
  347. -khtml-opacity: 1;
  348. opacity: 1;
  349. }
  350. .search-result {
  351. display: none;
  352. position: absolute;
  353. width: 80%;
  354. top: 65px;
  355. left: 10%;
  356. border: 1px solid rgba(187, 187, 187, 1);
  357. background-color: #fff;
  358. white-space: nowrap;
  359. overflow: hidden;
  360. }
  361. .result-item {
  362. height: 34px;
  363. line-height: 34px;
  364. }
  365. .result-item.active {
  366. background: #F0F0F0;
  367. }
  368. .result-item:hover {
  369. background-color: #eee;
  370. cursor: pointer;
  371. }
  372. .input-wrap {
  373. position: relative;
  374. width: 100%;
  375. margin-left: -5px;
  376. }
  377. .input-wrap .search-input {
  378. width: 100%;
  379. }
  380. .input-wrap .clear-keyword {
  381. display: none;
  382. position: absolute;
  383. top: 47%;
  384. right: 25px;
  385. transform: translateY(-50%);
  386. cursor: pointer;
  387. color: #d2d2d2;
  388. font-size: 34px;
  389. }
  390. @media screen and (max-width: 900px){.input-wrap .clear-keyword{top: 50%;}}
  391. .search-item {
  392. padding: 0 0 0 5px;
  393. }