style.css.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. /* request Start */
  2. .request-content {
  3. background-color: #FAFAFA;
  4. }
  5. .request-content .main {
  6. position: relative;
  7. }
  8. .request-content .main h2,
  9. .request-content .main h3 {
  10. font-weight: normal;
  11. }
  12. .request-content .main .info-block {
  13. height: 100%;
  14. padding: 100px 50px;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. justify-content: space-between;
  19. position: absolute;
  20. left: 0;
  21. right: 0;
  22. z-index: 100;
  23. color: #fff;
  24. }
  25. .request-content .main .info-block h2 {
  26. font-size: 78px;
  27. }
  28. .request-content .main .info-block h3 {
  29. font-size: 20px;
  30. margin-top: 30px;
  31. }
  32. .request-content .main .info-block .ad-list {
  33. width: 100%;
  34. padding: 0 100px;
  35. }
  36. .request-content .main .info-block .ad-list p {
  37. padding-bottom: 10px;
  38. margin-bottom: 15px !important;
  39. text-align: center;
  40. border-bottom: 1px solid #fff;
  41. }
  42. .request-content .main .info-block .ad-list img {
  43. width: 100%;
  44. padding: 0 8px;
  45. }
  46. .request-content .main .img-block {
  47. position: relative;
  48. display: inline-block;
  49. /* 設置灰色遮罩 */
  50. }
  51. .request-content .main .img-block::before {
  52. content: "";
  53. position: absolute;
  54. top: 0;
  55. left: 0;
  56. width: 99.9%;
  57. height: 100%;
  58. z-index: 1;
  59. background-color: rgba(0, 0, 0, 0.7);
  60. }
  61. .request-content .main .img-block .img-slider {
  62. width: 33.3%;
  63. height: 100vh;
  64. overflow: hidden;
  65. }
  66. .request-content .main .img-block .img-slider .img-slider-list {
  67. position: relative;
  68. }
  69. .request-content .main .img-block .img-slider .img-slider-list img {
  70. width: 100%;
  71. height: 310px;
  72. -o-object-fit: cover;
  73. object-fit: cover;
  74. }
  75. .request-content .main .logo {
  76. display: block;
  77. width: 100%;
  78. text-align: center;
  79. }
  80. .request-content .main .logo img {
  81. width: 100%;
  82. max-width: 300px;
  83. }
  84. .request-content .form-block .card {
  85. border: none;
  86. }
  87. .request-content .form-block .card .logo,
  88. .request-content .form-block .card .card-body {
  89. background-color: #FAFAFA;
  90. }
  91. .request-content .form-block form {
  92. color: #34404B;
  93. }
  94. .request-content .form-block form ::-moz-placeholder {
  95. color: #d3d3d3;
  96. opacity: 1;
  97. /* Firefox */
  98. }
  99. .request-content .form-block form ::placeholder {
  100. color: #d3d3d3;
  101. opacity: 1;
  102. /* Firefox */
  103. }
  104. .request-content .form-block form .invalid-feedback {
  105. display: none;
  106. height: 0px;
  107. text-align: end;
  108. }
  109. .request-content .form-block form .submit {
  110. padding: 10px;
  111. background-color: #EE751B;
  112. border: none;
  113. }
  114. .request-content .form-block form .type-items {
  115. height: 70px;
  116. padding: 5px 10px;
  117. align-items: center;
  118. border: 1px solid #aaaaaa;
  119. border-radius: 5px;
  120. transition: all 0.3s;
  121. }
  122. .request-content .form-block form .type-items:hover {
  123. border-color: #ee751b;
  124. }
  125. .request-content .form-block form .type-items span {
  126. width: 100px;
  127. }
  128. .request-content .form-block form .type-items span h4 {
  129. margin-bottom: 0;
  130. font-size: 18px;
  131. }
  132. .request-content .form-block form .type-items span p {
  133. font-size: 12px;
  134. color: #ee751b;
  135. }
  136. .request-content .form-block form .type-items small {
  137. display: inline-block;
  138. margin-left: 15px;
  139. font-size: 12px;
  140. color: #959595;
  141. }
  142. .request-content .form-block form .type-items label,
  143. .request-content .form-block form .type-items input {
  144. cursor: pointer;
  145. }
  146. .request-content .form-block form .type-items input {
  147. margin: 0 5px;
  148. border: 2px solid white;
  149. box-shadow: 0 0 0 1px #EE751B;
  150. -webkit-appearance: none;
  151. -moz-appearance: none;
  152. appearance: none;
  153. border-radius: 50%;
  154. width: 12px;
  155. height: 12px;
  156. background-color: #fff;
  157. transition: all ease-in 0.2s;
  158. }
  159. .request-content .form-block form .type-items input:checked {
  160. background-color: #EE751B;
  161. }
  162. .request-content .form-block form .disclaimer {
  163. margin-top: 5px;
  164. font-size: 12px;
  165. text-align: center;
  166. }
  167. .request-content .form-block form .disclaimer a {
  168. color: #EE751B;
  169. text-decoration: underline;
  170. }
  171. .request-content .form-block form input[type=checkbox] {
  172. position: relative;
  173. border-color: #000;
  174. cursor: pointer;
  175. }
  176. .request-content .form-block form input[type=checkbox]:focus {
  177. box-shadow: unset;
  178. }
  179. .request-content .form-block form input[type=checkbox]:checked {
  180. background-color: white;
  181. }
  182. .request-content .form-block form input[type=checkbox]:checked::before {
  183. content: "✓";
  184. position: absolute;
  185. top: 50%;
  186. left: 50%;
  187. transform: translate(-50%, -50%);
  188. font-size: 14px;
  189. color: black;
  190. }
  191. .request-content .loading-block {
  192. width: 100vw;
  193. height: 100vh;
  194. display: none;
  195. align-items: center;
  196. flex-direction: column;
  197. justify-content: center;
  198. background: #fff;
  199. position: fixed;
  200. top: 50%;
  201. left: 50%;
  202. transform: translate(-50%, -50%);
  203. z-index: 100;
  204. }
  205. .request-content .loading-block p {
  206. font-size: 16px;
  207. color: #EE751B;
  208. letter-spacing: 4.8px;
  209. }
  210. .request-content .loading-block .spinner {
  211. /* Size and position */
  212. font-size: 100px;
  213. /* 1em */
  214. width: 1em;
  215. height: 1em;
  216. margin-bottom: 20px;
  217. position: relative;
  218. /* Styles */
  219. list-style: none;
  220. border-radius: 50%;
  221. border: 0.01em solid rgba(150, 150, 150, 0.2);
  222. /* Subtle white line circling the dots */
  223. }
  224. .request-content .loading-block .spinner li {
  225. width: 0.2em;
  226. height: 0.2em;
  227. position: absolute;
  228. border-radius: 50%;
  229. }
  230. .request-content .loading-block .spinner li:nth-child(1) {
  231. background: #EE751B;
  232. /* Blue */
  233. top: 0;
  234. left: 50%;
  235. margin-left: -0.1em;
  236. transform-origin: 50% 250%;
  237. animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  238. }
  239. .request-content .loading-block .spinner li:nth-child(2) {
  240. background: #FF505E;
  241. /* Red */
  242. top: 50%;
  243. right: 0;
  244. margin-top: -0.1em;
  245. transform-origin: -150% 50%;
  246. animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  247. }
  248. .request-content .loading-block .spinner li:nth-child(3) {
  249. background: #FFCD26;
  250. /* Yellow */
  251. bottom: 0;
  252. left: 50%;
  253. margin-left: -0.1em;
  254. transform-origin: 50% -150%;
  255. animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  256. }
  257. .request-content .loading-block .spinner li:nth-child(4) {
  258. background: #AAD647;
  259. /* Green */
  260. top: 50%;
  261. left: 0;
  262. margin-top: -0.1em;
  263. transform-origin: 250% 50%;
  264. animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  265. }
  266. @keyframes rota {
  267. to {
  268. transform: rotate(360deg);
  269. }
  270. }
  271. @keyframes opa {
  272. 12.0% {
  273. opacity: 0.8;
  274. }
  275. 19.5% {
  276. opacity: 0.88;
  277. }
  278. 37.2% {
  279. opacity: 0.64;
  280. }
  281. 40.5% {
  282. opacity: 0.52;
  283. }
  284. 52.7% {
  285. opacity: 0.69;
  286. }
  287. 60.2% {
  288. opacity: 0.6;
  289. }
  290. 66.6% {
  291. opacity: 0.52;
  292. }
  293. 70.0% {
  294. opacity: 0.63;
  295. }
  296. 79.9% {
  297. opacity: 0.6;
  298. }
  299. 84.2% {
  300. opacity: 0.75;
  301. }
  302. 91.0% {
  303. opacity: 0.87;
  304. }
  305. }
  306. .request-content .logo,
  307. .result-content .logo {
  308. display: flex;
  309. justify-content: center;
  310. }
  311. .request-content .logo img,
  312. .result-content .logo img {
  313. width: 100%;
  314. max-width: 150px;
  315. }
  316. .result-content {
  317. display: none;
  318. padding: 20px 0 50px;
  319. }
  320. .result-content .logo {
  321. margin-bottom: 25px;
  322. }
  323. .result-content .line {
  324. padding: 25px 0;
  325. border-top: 1px solid #959595;
  326. border-bottom: 1px solid #959595;
  327. }
  328. .result-content .tab-list {
  329. margin: 0;
  330. padding: 0;
  331. display: none;
  332. justify-content: center;
  333. position: absolute;
  334. z-index: 1000;
  335. top: 15px;
  336. left: 0;
  337. right: 0;
  338. }
  339. .result-content .tab-list li {
  340. margin: 0 20px;
  341. }
  342. .result-content .tab-list li a {
  343. color: #959595;
  344. }
  345. .result-content .tab-list #underline {
  346. position: absolute;
  347. bottom: -1px;
  348. left: 40px;
  349. width: 40px;
  350. height: 1px;
  351. z-index: 1000;
  352. background-color: #fff;
  353. transition: width 0.3s;
  354. }
  355. .result-content .card-item {
  356. position: relative;
  357. width: 100%;
  358. height: 550px;
  359. background-image: url(../images/request/result-bg.png);
  360. background-size: auto;
  361. background-position: center;
  362. background-repeat: no-repeat;
  363. border-radius: 20px;
  364. }
  365. .result-content .card-item::before {
  366. content: "";
  367. position: absolute;
  368. top: 0;
  369. left: 0;
  370. width: 100%;
  371. height: 100%;
  372. border-radius: 20px;
  373. background-color: rgba(5, 13, 21, 0.8);
  374. -webkit-backdrop-filter: blur(2px);
  375. backdrop-filter: blur(2px);
  376. }
  377. .result-content .card-item .chart-box {
  378. position: absolute;
  379. z-index: 100;
  380. height: 100%;
  381. display: flex;
  382. align-items: center;
  383. justify-content: center;
  384. }
  385. .result-content .card-item .chart-box #chart {
  386. width: 300px !important;
  387. }
  388. .result-content .chart-text {
  389. position: absolute;
  390. z-index: 100;
  391. font-size: 42px;
  392. font-weight: 500;
  393. color: #fff;
  394. }
  395. .result-content .chart-text.range {
  396. display: none;
  397. }
  398. .result-content .chart-text.range .tilde {
  399. position: absolute;
  400. left: 50px;
  401. transform: rotate(90deg);
  402. }
  403. .result-content .price-card {
  404. position: absolute;
  405. z-index: 100;
  406. color: #fff;
  407. }
  408. .result-content .price-card ul {
  409. width: 250px;
  410. max-width: 100%;
  411. margin-bottom: 0;
  412. padding: 15px 0 25px;
  413. display: flex;
  414. flex-direction: column;
  415. align-items: center;
  416. font-size: 20px;
  417. border-radius: 10px;
  418. border: 1px solid #fff;
  419. }
  420. .result-content .price-card ul li span {
  421. width: 90px;
  422. display: inline-block;
  423. text-align: center;
  424. border-bottom: 1px solid #fff;
  425. font-size: 28px;
  426. font-weight: 500;
  427. }
  428. .result-content .price-card small {
  429. margin-top: 20px;
  430. display: block;
  431. color: #B7B7B7;
  432. text-align: center;
  433. }
  434. .result-content .price-card .partial {
  435. width: 280px;
  436. display: none;
  437. }
  438. .result-content .price-card .partial li {
  439. display: flex;
  440. align-items: center;
  441. justify-content: center;
  442. }
  443. .result-content .price-card .partial li span {
  444. width: 120px;
  445. }
  446. .result-content .price-card .partial li p {
  447. width: 80px;
  448. text-align: center;
  449. }
  450. .result-content .info-item {
  451. display: flex;
  452. flex-direction: column;
  453. align-items: center;
  454. }
  455. .result-content .info-item h3 {
  456. font-size: 24px;
  457. line-height: 32px;
  458. text-align: center;
  459. }
  460. @media (max-width: 1200px) {
  461. .result-content .info-item h3 {
  462. font-size: 20px;
  463. }
  464. }
  465. .result-content .info-item h4 {
  466. font-size: 16px;
  467. font-weight: 300;
  468. color: #34404B;
  469. }
  470. @media (max-width: 1200px) {
  471. .result-content .info-item h4 {
  472. font-size: 15px;
  473. }
  474. }
  475. .result-content .info-item img {
  476. width: 100%;
  477. height: 450px;
  478. max-width: 330px;
  479. -o-object-fit: cover;
  480. object-fit: cover;
  481. border-radius: 0 0 50% 0;
  482. }
  483. .result-content .info-card {
  484. width: 93%;
  485. margin: 30px;
  486. position: absolute;
  487. bottom: 0;
  488. background: #fff;
  489. border-radius: 10px;
  490. }
  491. .result-content .info-card .row {
  492. padding: 20px 0;
  493. }
  494. .result-content .info-card .row ul {
  495. margin: 0;
  496. padding: 0;
  497. }
  498. .result-content .info-card .row ul li {
  499. font-weight: 500;
  500. }
  501. .result-content .info-card .row .caption {
  502. display: flex;
  503. align-items: center;
  504. justify-content: space-around;
  505. }
  506. @media (max-width: 1200px) {
  507. .result-content .info-card .row .caption {
  508. flex-direction: column;
  509. }
  510. }
  511. .result-content .info-card .row .caption h3 {
  512. font-size: 18px;
  513. color: #34404B;
  514. margin-bottom: 0;
  515. }
  516. .result-content .info-card .row .caption small {
  517. font-size: 14px;
  518. color: #EE751B;
  519. }
  520. .result-content .info-card .row .caption p {
  521. max-width: 220px;
  522. font-size: 14px;
  523. color: #959595;
  524. overflow: hidden;
  525. text-overflow: ellipsis;
  526. display: -webkit-box;
  527. -webkit-line-clamp: 3;
  528. -webkit-box-orient: vertical;
  529. }
  530. @media (max-width: 1200px) {
  531. .result-content .info-card .row .caption p {
  532. -webkit-line-clamp: 1;
  533. }
  534. }
  535. .result-content .info-card .row .reset-btn {
  536. width: 100%;
  537. height: 100%;
  538. border: none;
  539. border-radius: 10px;
  540. background-color: #B7B7B7;
  541. color: #fff;
  542. transition: all 0.3s;
  543. }
  544. .result-content .info-card .row .reset-btn:hover {
  545. background-color: #959595;
  546. }
  547. .result-content .style-list p {
  548. text-align: center;
  549. padding: 20px;
  550. font-size: 20px;
  551. font-weight: 500;
  552. color: #34404B;
  553. }
  554. .result-content .style-list a {
  555. display: block;
  556. position: relative;
  557. overflow: hidden;
  558. border-radius: 10px;
  559. }
  560. .result-content .style-list a:hover img {
  561. transform: scale(1.1);
  562. }
  563. .result-content .style-list a p {
  564. padding: 5px;
  565. position: absolute;
  566. bottom: 0;
  567. left: 0;
  568. right: 0;
  569. font-size: 18px;
  570. background: rgba(255, 255, 255, 0.75);
  571. }
  572. .result-content .style-list a img {
  573. width: 100%;
  574. height: 180px;
  575. -o-object-fit: cover;
  576. object-fit: cover;
  577. border-radius: 10px;
  578. transition: all 0.5s;
  579. box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  580. }
  581. /* request End */