request.scss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215
  1. /* 裝修需求計算機 */
  2. /* request Start */
  3. .request-content {
  4. // display: none;
  5. background-color: #FAFAFA;
  6. .accordion-button:not(.collapsed) {
  7. font-weight: 500;
  8. color: #EE751B;
  9. background-color: #fff;
  10. &::after {
  11. filter: invert(68%) sepia(41%) saturate(6755%) hue-rotate(350deg) brightness(96%) contrast(93%);
  12. }
  13. }
  14. .accordion-button:focus {
  15. box-shadow: none;
  16. }
  17. .accordion-body {
  18. font-size: .8rem;
  19. line-height: 1.4rem;
  20. letter-spacing: 1px;
  21. font-weight: 500;
  22. }
  23. .ad-list {
  24. padding: 0 50px;
  25. @media (min-width: 767px) {
  26. position: fixed;
  27. bottom: 50px;
  28. }
  29. .img-item {
  30. display: flex;
  31. justify-content: center;
  32. max-width: 700px;
  33. margin: auto;
  34. @media (max-width: 1200px) {
  35. max-width: 400px;
  36. flex-direction: column;
  37. }
  38. a {
  39. padding-top: 15px;
  40. display: inline-block;
  41. border-top: 1px solid #fff;
  42. @media (max-width: 1200px) {
  43. border-top: none;
  44. }
  45. &:first-child {
  46. @media (max-width: 1200px) {
  47. border-top: 1px solid #fff;
  48. }
  49. }
  50. }
  51. }
  52. @media (max-width: 767px) {
  53. width: 100%;
  54. padding: 0;
  55. margin-top: 50px;
  56. }
  57. p {
  58. padding-bottom: 10px;
  59. text-align: center;
  60. @media (max-width: 767px) {
  61. padding-bottom: 15px;
  62. border-bottom: 1px solid #000;
  63. }
  64. }
  65. img {
  66. width: 100%;
  67. padding: 0 8px;
  68. box-shadow: 0px 3px 6px #00000029;
  69. @media (max-width: 767px) {
  70. padding: 0;
  71. }
  72. }
  73. }
  74. .main {
  75. width: 70%;
  76. position: relative;
  77. @media (max-width: 1400px) {
  78. width: 60%;
  79. }
  80. @media (max-width: 1200px) {
  81. width: 55%;
  82. }
  83. @media (max-width: 991px) {
  84. width: 50%;
  85. }
  86. @media (max-width: 767px) {
  87. width: 100%
  88. }
  89. h2,
  90. h3 {
  91. font-weight: normal;
  92. }
  93. .info-block {
  94. height: 100%;
  95. padding: 100px 50px;
  96. display: flex;
  97. flex-direction: column;
  98. align-items: center;
  99. justify-content: space-between;
  100. position: absolute;
  101. left: 0;
  102. right: 0;
  103. z-index: 100;
  104. color: #fff;
  105. @media (max-width: 767px) {
  106. justify-content: center;
  107. }
  108. .headline {
  109. @media (min-width: 767px) {
  110. position: fixed;
  111. top: 100px;
  112. padding: 0 50px;
  113. }
  114. }
  115. h2 {
  116. font-size: 70px;
  117. font-weight: bold;
  118. @media (max-width: 1200px) {
  119. font-size: 38px;
  120. }
  121. @media (max-width: 575px) {
  122. font-size: 26px;
  123. line-height: 36px;
  124. }
  125. }
  126. h3 {
  127. font-size: 20px;
  128. margin-top: 30px;
  129. line-height: 30px;
  130. letter-spacing: 1px;
  131. @media (max-width: 767px) {
  132. font-size: 16px;
  133. }
  134. @media (max-width: 575px) {
  135. font-size: 14px;
  136. line-height: 24px;
  137. }
  138. }
  139. }
  140. .img-block {
  141. width: 70%;
  142. height: 100%;
  143. position: fixed;
  144. // position: relative;
  145. // display: inline-block;
  146. @media (max-width: 1400px) {
  147. width: 60%;
  148. }
  149. @media (max-width: 1200px) {
  150. width: 55%;
  151. }
  152. @media (max-width: 991px) {
  153. width: 50%;
  154. }
  155. @media (max-width: 767px) {
  156. width: 100%;
  157. position: unset;
  158. }
  159. /* 設置灰色遮罩 */
  160. &::before {
  161. content: "";
  162. position: absolute;
  163. top: 0;
  164. left: 0;
  165. width: 99.9%; // img-slider 33.3% x 3
  166. height: 100%;
  167. z-index: 1;
  168. background-color: rgba(0, 0, 0, 0.7);
  169. }
  170. .img-slider {
  171. width: 33.3%;
  172. height: 100vh;
  173. min-height: 100%;
  174. overflow: hidden;
  175. @media (max-width: 767px) {
  176. height: 50vh;
  177. }
  178. @media (max-width: 575px) {
  179. height: 40vh;
  180. }
  181. .img-slider-list {
  182. // height: 500px;
  183. position: relative;
  184. img {
  185. width: 100%;
  186. height: 330px;
  187. // height: 500px;
  188. object-fit: cover;
  189. @media (min-height: 1300px) {
  190. height: 38vh;
  191. }
  192. }
  193. }
  194. }
  195. }
  196. .logo {
  197. display: block;
  198. width: 100%;
  199. text-align: center;
  200. img {
  201. width: 100%;
  202. max-width: 300px;
  203. }
  204. }
  205. }
  206. .form-block {
  207. padding: 2rem 2.5rem;
  208. width: 30%;
  209. margin-left: auto;
  210. border: none;
  211. background-color: #FAFAFA;
  212. @media (max-width: 1400px) {
  213. width: 40%;
  214. }
  215. @media (max-width: 1200px) {
  216. width: 45%;
  217. }
  218. @media (max-width: 991px) {
  219. width: 50%;
  220. padding: 2rem;
  221. }
  222. @media (max-width: 767px) {
  223. width: 100%;
  224. padding: 2rem 4rem;
  225. }
  226. @media (max-width: 575px) {
  227. width: 100%;
  228. padding: 2rem;
  229. }
  230. .card {
  231. border: none;
  232. max-width: 365px;
  233. @media (max-width: 767px) {
  234. max-width: 435px;
  235. }
  236. .logo,
  237. .card-body {
  238. background-color: #FAFAFA;
  239. }
  240. // .logo {
  241. // display: flex;
  242. // justify-content: center;
  243. // img {
  244. // width: 100%;
  245. // max-width: 150px;
  246. // }
  247. // }
  248. }
  249. form {
  250. color: #34404B;
  251. ::placeholder {
  252. color: #d3d3d3;
  253. opacity: 1;
  254. /* Firefox */
  255. }
  256. .invalid-feedback {
  257. display: none;
  258. height: 0px;
  259. text-align: end;
  260. }
  261. .submit {
  262. padding: 10px;
  263. background-color: #EE751B;
  264. border: none;
  265. }
  266. .type-items {
  267. height: 70px;
  268. padding: 5px 10px;
  269. align-items: center;
  270. border: 1px solid #aaaaaa;
  271. border-radius: 5px;
  272. transition: all 0.3s;
  273. &:hover {
  274. border-color: #ee751b;
  275. }
  276. span {
  277. width: 100px;
  278. h4 {
  279. margin-bottom: 0;
  280. font-size: 18px;
  281. }
  282. p {
  283. margin-bottom: 0;
  284. font-size: 12px;
  285. color: #ee751b;
  286. }
  287. }
  288. small {
  289. max-width: 180px;
  290. display: inline-block;
  291. font-size: 12px;
  292. color: #959595;
  293. @media (max-width: 991px) {
  294. max-width: 150px;
  295. }
  296. @media (max-width: 767px) {
  297. max-width: 100%;
  298. }
  299. @media (max-width: 400px) {
  300. max-width: 140px;
  301. }
  302. }
  303. label,
  304. input {
  305. cursor: pointer;
  306. }
  307. input {
  308. margin: 0 5px;
  309. border: 2px solid white;
  310. box-shadow: 0 0 0 1px #EE751B;
  311. appearance: none;
  312. border-radius: 50%;
  313. width: 12px;
  314. height: 12px;
  315. background-color: #fff;
  316. transition: all ease-in 0.2s;
  317. @media (max-width: 991px) {
  318. width: 11px;
  319. height: 11px;
  320. }
  321. @media (max-width: 575px) {
  322. height: 10px;
  323. }
  324. }
  325. input:checked {
  326. background-color: #EE751B;
  327. }
  328. }
  329. .disclaimer {
  330. margin-top: 5px;
  331. font-size: 12px;
  332. text-align: center;
  333. a {
  334. color: #EE751B;
  335. text-decoration: underline;
  336. }
  337. }
  338. // 自訂 checkbox
  339. input[type="checkbox"] {
  340. position: relative;
  341. border-color: #000;
  342. cursor: pointer;
  343. &:focus {
  344. box-shadow: unset;
  345. }
  346. &:checked {
  347. background-color: white;
  348. &::before {
  349. content: "\2713"; // Unicode 編碼
  350. position: absolute;
  351. top: 50%;
  352. left: 50%;
  353. transform: translate(-50%, -50%);
  354. font-size: 14px;
  355. color: black;
  356. }
  357. }
  358. }
  359. }
  360. }
  361. // .square-footage {
  362. // position: relative;
  363. // p {
  364. // top: 40px;
  365. // right: 12px;
  366. // position: absolute;
  367. // }
  368. // }
  369. .loading-block {
  370. width: 100vw;
  371. height: 100vh;
  372. display: none;
  373. // display: flex;
  374. align-items: center;
  375. flex-direction: column;
  376. justify-content: center;
  377. background: #fff;
  378. position: fixed;
  379. top: 50%;
  380. left: 50%;
  381. transform: translate(-50%, -50%);
  382. z-index: 100;
  383. p {
  384. font-size: 16px;
  385. color: #EE751B;
  386. letter-spacing: 4.8px;
  387. }
  388. .spinner {
  389. /* Size and position */
  390. font-size: 100px;
  391. /* 1em */
  392. width: 1em;
  393. height: 1em;
  394. margin-bottom: 20px;
  395. position: relative;
  396. /* Styles */
  397. list-style: none;
  398. border-radius: 50%;
  399. border: 0.01em solid rgba(150, 150, 150, 0.2);
  400. /* Subtle white line circling the dots */
  401. li {
  402. width: 0.2em;
  403. height: 0.2em;
  404. position: absolute;
  405. border-radius: 50%;
  406. &:nth-child(1) {
  407. background: #EE751B;
  408. /* Blue */
  409. top: 0;
  410. left: 50%;
  411. margin-left: -0.1em;
  412. transform-origin: 50% 250%;
  413. animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  414. }
  415. &:nth-child(2) {
  416. background: #FF505E;
  417. /* Red */
  418. top: 50%;
  419. right: 0;
  420. margin-top: -0.1em;
  421. transform-origin: -150% 50%;
  422. animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  423. }
  424. &:nth-child(3) {
  425. background: #FFCD26;
  426. /* Yellow */
  427. bottom: 0;
  428. left: 50%;
  429. margin-left: -0.1em;
  430. transform-origin: 50% -150%;
  431. animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  432. }
  433. &:nth-child(4) {
  434. background: #AAD647;
  435. /* Green */
  436. top: 50%;
  437. left: 0;
  438. margin-top: -0.1em;
  439. transform-origin: 250% 50%;
  440. animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  441. }
  442. }
  443. }
  444. }
  445. @keyframes rota {
  446. to {
  447. transform: rotate(360deg);
  448. }
  449. }
  450. @keyframes opa {
  451. 12.0% {
  452. opacity: 0.8;
  453. }
  454. 19.5% {
  455. opacity: 0.88;
  456. }
  457. 37.2% {
  458. opacity: 0.64;
  459. }
  460. 40.5% {
  461. opacity: 0.52;
  462. }
  463. 52.7% {
  464. opacity: 0.69;
  465. }
  466. 60.2% {
  467. opacity: 0.6;
  468. }
  469. 66.6% {
  470. opacity: 0.52;
  471. }
  472. 70.0% {
  473. opacity: 0.63;
  474. }
  475. 79.9% {
  476. opacity: 0.6;
  477. }
  478. 84.2% {
  479. opacity: 0.75;
  480. }
  481. 91.0% {
  482. opacity: 0.87;
  483. }
  484. }
  485. }
  486. .request-content,
  487. .result-content {
  488. .logo {
  489. display: flex;
  490. justify-content: center;
  491. img {
  492. width: 100%;
  493. max-width: 150px;
  494. @media (max-width: 767px) {
  495. max-width: 110px;
  496. }
  497. }
  498. }
  499. }
  500. .result-content {
  501. // display: none;
  502. padding: 20px 0 50px;
  503. a {
  504. text-decoration: none;
  505. }
  506. p {
  507. margin-bottom: 0;
  508. }
  509. ul {
  510. list-style: none;
  511. padding: 0;
  512. }
  513. .logo {
  514. margin-bottom: 25px;
  515. }
  516. .line {
  517. position: relative;
  518. z-index: 100;
  519. padding: 25px 0;
  520. border-top: 1px solid #959595;
  521. border-bottom: 1px solid #959595;
  522. @media (max-width: 767px) {
  523. border-bottom: none;
  524. }
  525. }
  526. .bg-text {
  527. position: absolute;
  528. font-size: 20em;
  529. top: 20px;
  530. left: 0;
  531. color: #fff;
  532. @media (max-width: 767px) {
  533. display: none;
  534. }
  535. }
  536. .tab-list {
  537. margin: 0;
  538. padding: 0;
  539. // display: flex;
  540. display: none; // 只有全室裝修顯示
  541. justify-content: center;
  542. position: absolute;
  543. z-index: 1000;
  544. top: 15px;
  545. left: 0;
  546. right: 0;
  547. @media (max-width: 575px) {
  548. top: 10px;
  549. }
  550. li {
  551. margin: 0 20px;
  552. a {
  553. color: #959595;
  554. // color: #fff;
  555. }
  556. }
  557. #underline {
  558. position: absolute;
  559. bottom: -1px;
  560. left: 40px;
  561. width: 40px;
  562. height: 1px;
  563. z-index: 1000;
  564. background-color: #fff;
  565. transition: width 0.3s;
  566. }
  567. }
  568. .card-item {
  569. position: relative;
  570. width: 100%;
  571. height: 550px;
  572. background-image: url('../img/result-bg.png');
  573. background-size: auto;
  574. background-position: center;
  575. background-repeat: no-repeat;
  576. border-radius: 20px;
  577. @media (max-width: 991px) {
  578. height: 690px;
  579. }
  580. @media (max-width: 575px) {
  581. height: 800px;
  582. }
  583. &::before {
  584. content: "";
  585. position: absolute;
  586. top: 0;
  587. left: 0;
  588. width: 100%;
  589. height: 100%;
  590. border-radius: 20px;
  591. background-color: rgba(5, 13, 21, 0.8); // 遮罩
  592. backdrop-filter: blur(2px); // 模糊效果
  593. }
  594. .main-info {
  595. height: 80%;
  596. justify-content: center;
  597. @media (max-width: 991px) {
  598. align-items: center;
  599. flex-direction: column;
  600. }
  601. &.type {
  602. .chart-box {
  603. @media (max-width: 991px) {
  604. top: -28%;
  605. }
  606. }
  607. }
  608. &.type {
  609. .chart-text {
  610. @media (max-width: 991px) {
  611. top: 18.5%;
  612. }
  613. }
  614. }
  615. }
  616. .chart-box {
  617. position: absolute;
  618. z-index: 100;
  619. height: 100%;
  620. display: flex;
  621. align-items: center;
  622. justify-content: center;
  623. @media (max-width: 991px) {
  624. top: -30%;
  625. }
  626. #chart {
  627. width: 300px !important;
  628. @media (max-width: 991px) {
  629. width: 200px !important;
  630. }
  631. }
  632. }
  633. }
  634. .chart-text {
  635. position: absolute;
  636. z-index: 100;
  637. font-size: 42px;
  638. font-weight: 500;
  639. color: #fff;
  640. text-align: center;
  641. @media (max-width: 991px) {
  642. top: 17%;
  643. font-size: 30px;
  644. }
  645. &.range {
  646. display: none;
  647. @media (max-width: 991px) {
  648. top: 10%;
  649. }
  650. @media (max-width: 575px) {
  651. top: 11.5%;
  652. }
  653. .tilde {
  654. position: absolute;
  655. left: 50px;
  656. transform: rotate(90deg);
  657. @media (max-width: 767px) {
  658. left: 35px;
  659. }
  660. }
  661. }
  662. }
  663. .price-card {
  664. position: absolute;
  665. z-index: 100;
  666. color: #fff;
  667. @media (max-width: 991px) {
  668. top: 39%;
  669. left: 0;
  670. right: 0;
  671. display: flex;
  672. flex-direction: column;
  673. align-items: center;
  674. }
  675. @media (max-width: 575px) {
  676. padding: 0 15px;
  677. }
  678. ul {
  679. width: 250px;
  680. max-width: 100%;
  681. margin-bottom: 0;
  682. padding: 15px 0 25px;
  683. display: flex;
  684. flex-direction: column;
  685. align-items: center;
  686. font-size: 20px;
  687. border-radius: 10px;
  688. border: 1px solid #fff;
  689. @media (max-width: 991px) {
  690. // max-width: 480px;
  691. width: 100%;
  692. padding: 10px 0;
  693. display: flex;
  694. flex-wrap: wrap;
  695. flex-direction: row;
  696. justify-content: space-evenly;
  697. }
  698. @media (max-width: 575px) {
  699. max-width: 450px;
  700. width: 95%;
  701. margin: auto;
  702. font-size: 14px;
  703. }
  704. li {
  705. span {
  706. width: 90px;
  707. display: inline-block;
  708. text-align: center;
  709. border-bottom: 1px solid #fff;
  710. font-size: 28px;
  711. font-weight: 500;
  712. @media (max-width: 575px) {
  713. width: 70px;
  714. font-size: 20px;
  715. }
  716. }
  717. }
  718. }
  719. small {
  720. margin-top: 20px;
  721. display: block;
  722. color: #B7B7B7;
  723. text-align: center;
  724. @media (max-width: 991px) {
  725. margin-top: 10px;
  726. }
  727. @media (max-width: 767px) {
  728. width: 90%;
  729. text-align: end;
  730. }
  731. }
  732. .main {
  733. @media (max-width: 991px) {
  734. max-width: 480px;
  735. }
  736. @media (max-width: 575px) {
  737. max-width: 430px;
  738. }
  739. }
  740. .partial {
  741. width: 280px;
  742. display: none;
  743. @media (max-width: 991px) {
  744. /* Grid */
  745. width: 600px;
  746. max-width: 100%;
  747. grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  748. padding: initial;
  749. }
  750. @media (max-width: 767px) {
  751. width: 500px;
  752. grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  753. font-size: 16px;
  754. }
  755. @media (max-width: 575px) {
  756. width: 350px;
  757. grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  758. font-size: 14px;
  759. }
  760. li {
  761. display: flex;
  762. align-items: end;
  763. justify-content: center;
  764. @media (max-width: 991px) {
  765. padding: 0px 10px 10px;
  766. }
  767. span {
  768. margin: 0 5px;
  769. width: 120px;
  770. @media (max-width: 767px) {
  771. width: 100px;
  772. font-size: 24px;
  773. }
  774. }
  775. p {
  776. width: 80px;
  777. text-align: center;
  778. }
  779. }
  780. }
  781. }
  782. .info-item {
  783. display: flex;
  784. flex-direction: column;
  785. align-items: center;
  786. justify-content: space-around;
  787. h3 {
  788. font-size: 24px;
  789. line-height: 32px;
  790. text-align: center;
  791. @media (max-width: 1200px) {
  792. font-size: 20px;
  793. }
  794. }
  795. h4 {
  796. font-size: 16px;
  797. font-weight: 300;
  798. color: #34404B;
  799. @media (max-width: 1200px) {
  800. font-size: 15px;
  801. }
  802. }
  803. &,
  804. img {
  805. @media (max-width: 991px) {
  806. margin-top: 25px;
  807. }
  808. }
  809. img {
  810. width: 100%;
  811. height: 450px;
  812. max-width: 330px;
  813. object-fit: cover;
  814. border-radius: 0 0 50% 0;
  815. }
  816. .img-block {
  817. position: relative;
  818. a {
  819. display: block;
  820. position: absolute;
  821. bottom: 0;
  822. right: 0;
  823. z-index: 1000;
  824. img {
  825. width: 150px;
  826. height: 150px;
  827. }
  828. .btn {
  829. position: relative;
  830. z-index: 100;
  831. transition: all .3s;
  832. &:hover {
  833. opacity: .9;
  834. }
  835. }
  836. .text {
  837. width: 140px;
  838. height: 140px;
  839. position: absolute;
  840. left: 5px;
  841. top: 2px;
  842. animation: rotate 15s linear infinite;
  843. }
  844. .bg {
  845. position: absolute;
  846. left: 0px;
  847. top: -3px;
  848. z-index: -1;
  849. }
  850. @keyframes rotate {
  851. from {
  852. transform: rotate(0deg);
  853. }
  854. to {
  855. transform: rotate(360deg);
  856. }
  857. }
  858. }
  859. }
  860. }
  861. .info-card {
  862. width: 93%;
  863. margin: 30px;
  864. position: absolute;
  865. bottom: 0;
  866. background: #fff;
  867. border-radius: 10px;
  868. @media (max-width: 767px) {
  869. margin: 20px;
  870. }
  871. @media (max-width: 575px) {
  872. padding: 0 20px;
  873. }
  874. .row {
  875. padding: 20px 0;
  876. @media (max-width: 991px) {
  877. padding: 0 0 15px;
  878. justify-content: center;
  879. }
  880. div:first-child {
  881. @media (max-width: 991px) {
  882. width: 400px;
  883. }
  884. }
  885. ul {
  886. margin: 0;
  887. padding: 0;
  888. @media (max-width: 991px) {
  889. width: 100%;
  890. display: flex;
  891. justify-content: space-between;
  892. }
  893. li {
  894. font-weight: 500;
  895. }
  896. }
  897. .caption {
  898. display: flex;
  899. align-items: center;
  900. justify-content: space-around;
  901. @media (max-width: 1200px) {
  902. flex-direction: column;
  903. }
  904. @media (max-width: 991px) {
  905. width: 400px;
  906. flex-direction: row;
  907. justify-content: space-between;
  908. }
  909. h3 {
  910. font-size: 18px;
  911. color: #34404B;
  912. margin-bottom: 0;
  913. }
  914. small {
  915. font-size: 14px;
  916. color: #EE751B;
  917. }
  918. p {
  919. max-width: 220px;
  920. font-size: 14px;
  921. color: #959595;
  922. // 超過三行省略
  923. overflow: hidden;
  924. text-overflow: ellipsis;
  925. display: -webkit-box;
  926. -webkit-line-clamp: 2;
  927. -webkit-box-orient: vertical;
  928. }
  929. section {
  930. @media (max-width: 575px) {
  931. width: 100%;
  932. }
  933. }
  934. }
  935. .border-end {
  936. @media (max-width: 991px) {
  937. padding: 10px;
  938. border-right: none !important;
  939. border-bottom: 2px solid #dddddd;
  940. }
  941. }
  942. .reset-btn {
  943. width: 100%;
  944. height: 100%;
  945. border: none;
  946. border-radius: 10px;
  947. background-color: #B7B7B7;
  948. color: #fff;
  949. transition: all .3s;
  950. @media (max-width: 991px) {
  951. width: 180px;
  952. height: 50px;
  953. margin: 15px auto 0;
  954. }
  955. &:hover {
  956. background-color: #959595;
  957. }
  958. }
  959. }
  960. }
  961. .style-list {
  962. @media (max-width: 767px) {
  963. border-top: 1px solid #959595;
  964. }
  965. p {
  966. padding: 20px;
  967. margin-bottom: 0;
  968. font-size: 20px;
  969. font-weight: 500;
  970. color: #34404B;
  971. text-align: center;
  972. }
  973. a {
  974. display: block;
  975. position: relative;
  976. overflow: hidden;
  977. border-radius: 10px;
  978. &:hover {
  979. img {
  980. transform: scale(1.1);
  981. }
  982. }
  983. p {
  984. padding: 5px;
  985. position: absolute;
  986. bottom: 0;
  987. left: 0;
  988. right: 0;
  989. font-size: 18px;
  990. background: rgba(255, 255, 255, 0.75);
  991. }
  992. img {
  993. width: 100%;
  994. height: 180px;
  995. object-fit: cover;
  996. border-radius: 10px;
  997. transition: all .5s;
  998. box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  999. @media (max-width: 575px) {
  1000. height: 120px;
  1001. }
  1002. }
  1003. }
  1004. }
  1005. }
  1006. /* request End */