style.scss 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. font-family: 微軟正黑體;
  6. }
  7. $bgdesktop: 1920px;
  8. $desktop: 1025px;
  9. $table: 1024px;
  10. $moblie: 767px;
  11. $color: #000;
  12. $text-color: #868686;
  13. $Font-color: #707070;
  14. $title-color: #646464;
  15. $bgcolor: #fbf6f3;
  16. $size: 50px;
  17. @font-face {
  18. font-family: 追奇手寫體;
  19. src: url(./drechifont-Proportional5.woff);
  20. font-weight: 900;
  21. }
  22. body {
  23. background: #fbf6f3;
  24. }
  25. .body-content{
  26. overflow: hidden;
  27. }
  28. // 主選單
  29. #Navigation {
  30. background: rgba(255, 255, 255, 0.5);
  31. height: 4.5vw;
  32. width: 100vw !important;
  33. position: fixed;
  34. z-index: 100;
  35. @media screen and(max-width:$table) {
  36. height: 8vw;
  37. }
  38. @media screen and(max-width:$moblie) {
  39. height: 15vw;
  40. position: fixed;
  41. z-index: 100;
  42. }
  43. #nav {
  44. width: 100vw;
  45. margin: 0 auto;
  46. }
  47. // rwd要注意高度
  48. #logo {
  49. padding-top: 1vw;
  50. @media screen and(max-width:$moblie) {
  51. padding-top: 2vw;
  52. }
  53. img {
  54. width: 120px;
  55. }
  56. }
  57. #link {
  58. text-align: right;
  59. padding: 1.5vw 3vw;
  60. @media screen and(max-width:$table) {
  61. padding-top: 2vw;
  62. }
  63. @media screen and(max-width:$moblie) {
  64. display: none;
  65. }
  66. a {
  67. text-decoration: none;
  68. color: $Font-color;
  69. letter-spacing: 1px;
  70. font-size: 0.9rem;
  71. font-weight: 600;
  72. cursor: pointer;
  73. padding: 15px;
  74. position: relative;
  75. text-shadow: 0px 8px 6px #00000029;
  76. @media screen and(max-width:$table) {
  77. padding: 5px;
  78. padding-top: 2vw;
  79. }
  80. }
  81. }
  82. #menu-btn1 {
  83. position: absolute;
  84. right: 1vw;
  85. top: 5vw;
  86. width: 14vw;
  87. z-index: 6;
  88. @media screen and(min-width:$desktop) {
  89. display: none;
  90. }
  91. @media screen and(min-width:768px) {
  92. display: none;
  93. }
  94. }
  95. }
  96. // 手機板下拉選單
  97. // 手機menu彈跳視窗
  98. #menu-box {
  99. top: 15vw;
  100. height: 360px;
  101. width: 100vw;
  102. position: fixed;
  103. z-index: 100;
  104. display: none;
  105. box-shadow: 0px 3px 20px #00000029;
  106. @media screen and(min-width:$desktop) {
  107. display: none;
  108. }
  109. @media screen and(max-width:$moblie) {
  110. height: 60vh;
  111. }
  112. hr {
  113. display: inline-block;
  114. margin: 0px auto !important;
  115. width: 95%;
  116. background: $Font-color;
  117. }
  118. #menu-box2 {
  119. width: 100vw;
  120. height: 360px;
  121. background-color: $bgcolor;
  122. opacity: 0.95;
  123. z-index: 7;
  124. text-align: center;
  125. #menu-link {
  126. display: grid;
  127. grid-template-columns: repeat(4, 1fr);
  128. width: 60vw;
  129. margin: 0 auto;
  130. }
  131. a {
  132. display: inline-block;
  133. text-decoration: none;
  134. color: #707070;
  135. font-size: 20px;
  136. text-shadow: 0px 8px 6px #00000029;
  137. @media screen and(max-width:$moblie) {
  138. margin-top: 2vw;
  139. }
  140. }
  141. .menu-text {
  142. width: 100vw;
  143. text-align: center;
  144. margin-bottom: 10px;
  145. @media screen and(max-width:$moblie) {
  146. margin-bottom: 5px !important;
  147. }
  148. }
  149. }
  150. }
  151. .social-icons {
  152. position: fixed;
  153. right: 50px;
  154. bottom: 12.5rem;
  155. z-index: 100;
  156. display: flex;
  157. flex-direction: column;
  158. @media screen and(max-width:$table) {
  159. left: 30px;
  160. }
  161. a {
  162. text-decoration: none;
  163. display: block;
  164. margin-bottom: 10px;
  165. }
  166. img {
  167. width: 15px;
  168. height: 15px;
  169. object-fit: cover;
  170. }
  171. }
  172. .banner {
  173. padding-top: 7vw;
  174. background: url(./img/bg.png);
  175. background-repeat: no-repeat;
  176. background-size: cover;
  177. #scene{
  178. @media screen and(max-width:$moblie) {
  179. display: none;
  180. }
  181. }
  182. #banner-des {
  183. @media screen and(max-width:$moblie) {
  184. display: none;
  185. }
  186. }
  187. #banner-m {
  188. @media screen and(min-width:$desktop) {
  189. display: none;
  190. }
  191. }
  192. @media screen and(max-width:$moblie) {
  193. padding-top: 20vw;
  194. }
  195. .banner-content {
  196. width: 62vw;
  197. margin: 0 auto;
  198. @media screen and(max-width:$moblie) {
  199. width: 95vw;
  200. }
  201. .banner-title {
  202. margin-top: 8vw;
  203. @media screen and(max-width:$moblie) {
  204. margin-top: 20vw;
  205. }
  206. #title-des {
  207. animation-name: title;
  208. animation-duration: 2s;
  209. animation-delay: 0.5s;
  210. @media screen and(max-width:$moblie) {
  211. display: none;
  212. }
  213. }
  214. #title-m {
  215. @media screen and(min-width:$desktop) {
  216. display: none;
  217. }
  218. }
  219. }
  220. .banner-text {
  221. margin-top: 25px;
  222. p {
  223. text-align: center;
  224. color: #868686;
  225. margin-bottom: 3px !important;
  226. }
  227. @media screen and(max-width:$moblie) {
  228. display: none;
  229. }
  230. }
  231. .banner-text-m {
  232. margin-top: 25px;
  233. p {
  234. text-align: center;
  235. color: #868686;
  236. margin-bottom: 3px !important;
  237. font-size: 3.6vmin;
  238. }
  239. @media screen and(min-width:$desktop) {
  240. display: none;
  241. }
  242. }
  243. }
  244. }
  245. .sec01-title-des {
  246. @media screen and(max-width:$moblie) {
  247. display: none;
  248. }
  249. }
  250. .sec01-title-m {
  251. @media screen and(min-width:$desktop) {
  252. display: none;
  253. }
  254. }
  255. .sec01,
  256. .sec01-int {
  257. .sec01-content {
  258. width: 72vw;
  259. margin: 0 auto;
  260. padding-bottom: 10vw;
  261. @media screen and(max-width:$moblie) {
  262. width: 95vw;
  263. }
  264. .sec01-h1-title {
  265. position: relative;
  266. .line31 {
  267. position: absolute;
  268. left: 5.5vw;
  269. top: 15vw;
  270. @media screen and(max-width:$moblie) {
  271. display: none;
  272. }
  273. }
  274. }
  275. h1 {
  276. writing-mode: vertical-lr;
  277. font-weight: bold;
  278. color: $Font-color;
  279. font-size: 45px;
  280. letter-spacing: 10px;
  281. text-shadow: 0px 8px 6px #00000029;
  282. @media screen and(max-width:$moblie) {
  283. writing-mode: horizontal-tb;
  284. font-size: 7vmin;
  285. letter-spacing: 0px;
  286. text-align: center;
  287. }
  288. }
  289. h2 {
  290. font-size: 3vmin;
  291. color: $Font-color;
  292. text-shadow: 0px 8px 6px #00000029;
  293. @media screen and(max-width:$moblie) {
  294. font-size: 22px;
  295. }
  296. }
  297. .sec01-text {
  298. margin-top: 10px;
  299. }
  300. p {
  301. color: $text-color;
  302. line-height: 2;
  303. font-size: 1.9vmin;
  304. @media screen and(max-width:$moblie) {
  305. font-size: 4vmin;
  306. }
  307. }
  308. // 大坪數
  309. #sec01-card1 {
  310. position: relative;
  311. top: 50px;
  312. .img01-box {
  313. @media screen and(max-width:$moblie) {
  314. text-align: center;
  315. }
  316. }
  317. .sec01-img01 {
  318. @media screen and(max-width:$moblie) {
  319. width: 76px;
  320. object-fit: cover;
  321. margin-bottom: 30px;
  322. }
  323. }
  324. }
  325. // 大理石
  326. #sec01-card2 {
  327. margin-top: 200px;
  328. @media screen and(max-width:$moblie) {
  329. margin-top: 100px;
  330. }
  331. .img02-box {
  332. @media screen and(max-width:$moblie) {
  333. text-align: center;
  334. }
  335. }
  336. .sec01-img02 {
  337. @media screen and(max-width:$moblie) {
  338. width: 44px;
  339. object-fit: cover;
  340. margin-bottom: 30px;
  341. }
  342. }
  343. }
  344. // 奢華家具
  345. #sec01-card3 {
  346. position: relative;
  347. top: 90px;
  348. left: 50px;
  349. @media screen and(max-width:$moblie) {
  350. left: 0px;
  351. top: 90px;
  352. }
  353. .img03-box {
  354. @media screen and(max-width:$moblie) {
  355. text-align: center;
  356. }
  357. }
  358. .sec01-img03 {
  359. @media screen and(max-width:$moblie) {
  360. width: 53px;
  361. object-fit: cover;
  362. margin-bottom: 30px;
  363. }
  364. }
  365. }
  366. // 藝術品
  367. #sec01-card4 {
  368. position: relative;
  369. top: 250px;
  370. left: 50px;
  371. @media screen and(max-width:$moblie) {
  372. left: 0px;
  373. top: 150px;
  374. }
  375. .img04-box {
  376. @media screen and(max-width:$moblie) {
  377. text-align: center;
  378. }
  379. }
  380. .sec01-img04 {
  381. @media screen and(max-width:$moblie) {
  382. width: 36px;
  383. object-fit: cover;
  384. margin-bottom: 30px;
  385. }
  386. }
  387. }
  388. }
  389. }
  390. // sec02桌機板
  391. .sec02 {
  392. background: url(./img/sec02/sec02-bg.png);
  393. background-repeat: no-repeat;
  394. background-size: cover;
  395. @media screen and(max-width:$moblie) {
  396. display: none;
  397. }
  398. .sec02-content {
  399. margin-top: -210px;
  400. @media screen and(max-width:$moblie) {
  401. margin-top: 0px;
  402. }
  403. .sec02-img {
  404. @media screen and(max-width:$moblie) {
  405. display: none;
  406. }
  407. }
  408. .sec02-img-m {
  409. @media screen and(min-width:$desktop) {
  410. display: none;
  411. }
  412. }
  413. .object178 {
  414. width: 250px;
  415. z-index: 30;
  416. top: -5vw;
  417. left: 4.5vw;
  418. @media screen and(max-width:$moblie) {
  419. display: none;
  420. }
  421. }
  422. .object188 {
  423. width: 180px;
  424. left: 42vw;
  425. }
  426. // 世界豪宅趨勢
  427. .sec02-right {
  428. margin-top: 120px;
  429. margin-left: 80px;
  430. @media screen and(max-width:$moblie) {
  431. margin-left: 0px;
  432. }
  433. }
  434. // 豪宅的條件
  435. .sec02-left-d {
  436. margin-top: 50px;
  437. }
  438. // 類豪宅剖析
  439. .sec02-right-d {
  440. position: relative;
  441. bottom: -100px;
  442. left: -15vmin;
  443. z-index: 20;
  444. }
  445. // 介紹內容
  446. .sec02-int {
  447. h3 {
  448. color: $Font-color;
  449. font-weight: bold;
  450. font-size: 20px;
  451. }
  452. h1 {
  453. color: $Font-color;
  454. font-weight: bold;
  455. text-shadow: 0px 8px 6px #00000029;
  456. padding-bottom: 15px;
  457. }
  458. .sec02-text {
  459. color: $text-color;
  460. p {
  461. margin-bottom: 5px;
  462. }
  463. }
  464. h4 {
  465. color: $Font-color;
  466. font-weight: bold;
  467. text-shadow: 0px 8px 6px #00000029;
  468. padding-bottom: 15px;
  469. }
  470. }
  471. .sec02-content-down {
  472. margin-left: 30vmin;
  473. padding-bottom: 3vw;
  474. }
  475. }
  476. }
  477. // sec02手機板
  478. .sec02-m {
  479. background: url(./img/sec02/sec02-bg.png);
  480. background-repeat: no-repeat;
  481. background-size: cover;
  482. @media screen and(min-width:$desktop) {
  483. display: none;
  484. }
  485. .sec02-content {
  486. margin-top: -210px;
  487. padding-bottom: 10vw;
  488. @media screen and(max-width:$moblie) {
  489. margin-top: 0px;
  490. }
  491. .object188-m{
  492. width: 100px;
  493. left:22vw;
  494. z-index: 1;
  495. }
  496. .sec02-img {
  497. @media screen and(max-width:$moblie) {
  498. display: none;
  499. }
  500. }
  501. .sec02-img-m {
  502. @media screen and(min-width:$desktop) {
  503. display: none;
  504. }
  505. }
  506. // 世界豪宅趨勢
  507. .sec02-right {
  508. margin-top: 120px;
  509. margin-left: 80px;
  510. @media screen and(max-width:$moblie) {
  511. margin-left: 0px;
  512. }
  513. }
  514. // 豪宅的條件
  515. .sec02-left-d {
  516. margin-top: 50px;
  517. margin-bottom: 30px;
  518. }
  519. // 類豪宅剖析
  520. // 介紹內容
  521. .sec02-int {
  522. h3 {
  523. color: $Font-color;
  524. font-weight: bold;
  525. font-size: 16px;
  526. }
  527. h1 {
  528. color: $Font-color;
  529. font-weight: bold;
  530. text-shadow: 0px 8px 6px #00000029;
  531. padding-bottom: 15px;
  532. font-size: 8vmin;
  533. }
  534. .sec02-text {
  535. color: $text-color;
  536. p {
  537. margin-bottom: 5px;
  538. font-size: 3.8vmin;
  539. }
  540. }
  541. h4 {
  542. color: $Font-color;
  543. font-weight: bold;
  544. text-shadow: 0px 8px 6px #00000029;
  545. padding-bottom: 15px;
  546. }
  547. }
  548. .sec02-content-down {
  549. margin-left: 30vmin;
  550. padding-bottom: 3vw;
  551. }
  552. }
  553. }
  554. .sec03-big{
  555. position: relative;
  556. .object182-m{
  557. width: 250px;
  558. right:-30vw;
  559. top:180px;
  560. }
  561. }
  562. .sec03 {
  563. margin-top: -320px;
  564. position: relative;
  565. bottom: -160px;
  566. z-index: 19;
  567. .sec03-img01 {
  568. position: relative;
  569. z-index: 3;
  570. width: 57vw;
  571. object-fit: cover;
  572. @media screen and(max-width:$moblie) {
  573. width: 70vw;
  574. }
  575. }
  576. .sec03-img02 {
  577. position: absolute;
  578. top: 100px;
  579. width: 85vw;
  580. z-index: 1;
  581. @media screen and(max-width:$moblie) {
  582. top:30px;
  583. width: 95vw;
  584. }
  585. }
  586. #sec03-img03-box {
  587. position: relative;
  588. top: 300px;
  589. @media screen and(max-width:$moblie) {
  590. top:10px;
  591. }
  592. .sec03-img03 {
  593. width: 83vw;
  594. }
  595. }
  596. .sec03img-des {
  597. @media screen and(max-width:$moblie) {
  598. display: none;
  599. }
  600. }
  601. .sec03img-m {
  602. @media screen and(min-width:$desktop) {
  603. display: none;
  604. }
  605. }
  606. @media screen and(max-width:$moblie) {
  607. margin-top: -50px;
  608. bottom: 0px;
  609. }
  610. }
  611. .sec04 {
  612. margin-top: 200px;
  613. background: url(./img/bg.png);
  614. background-repeat: no-repeat;
  615. background-size: cover;
  616. @media screen and(max-width:$moblie) {
  617. margin-top: 10px;
  618. }
  619. .sec04-content {
  620. position: relative;
  621. padding-top: 100px;
  622. width: 67vw;
  623. margin: 0 auto;
  624. @media screen and(max-width:$moblie) {
  625. width: 95vw;
  626. padding-bottom: 30px;
  627. padding-top: 0px;
  628. }
  629. .object182 {
  630. width: 450px;
  631. top: -7vw;
  632. left: -10vw;
  633. @media screen and(max-width:$moblie) {
  634. width: 250px;
  635. left:64vw;
  636. top:-30vw;
  637. }
  638. }
  639. #issue3 {
  640. left: 33%;
  641. @media screen and(max-width:$moblie) {
  642. left: 20%;
  643. }
  644. }
  645. .sec04-bottom-box {
  646. text-align: center;
  647. width: 40vw;
  648. margin: 0 auto;
  649. @media screen and(max-width:$moblie) {
  650. width: 95vw;
  651. padding: 5px;
  652. }
  653. p {
  654. font-size: 14px;
  655. color: $Font-color;
  656. @media screen and(max-width:$moblie) {
  657. font-size: 12px;
  658. margin-bottom: 3px;
  659. line-height: 2;
  660. }
  661. }
  662. }
  663. .NewLuxuryLife {
  664. h1 {
  665. font-size: 3.5rem;
  666. font-family: 追奇手寫體;
  667. color: $Font-color;
  668. transform: rotate(-2deg);
  669. }
  670. hr {
  671. background: $Font-color;
  672. width: 60px;
  673. height: 3px;
  674. margin: 10px auto;
  675. opacity: 1 !important;
  676. }
  677. }
  678. .sec04-int {
  679. h3 {
  680. color: $Font-color;
  681. font-weight: bold;
  682. font-size: 20px;
  683. }
  684. h1 {
  685. color: $Font-color;
  686. font-weight: bold;
  687. text-shadow: 0px 8px 6px #00000029;
  688. padding-bottom: 15px;
  689. }
  690. .sec04-text {
  691. color: $text-color;
  692. width: 38vw;
  693. margin: 0 auto;
  694. @media screen and(max-width:$moblie) {
  695. width: 95vw;
  696. }
  697. p {
  698. margin-bottom: 5px;
  699. font-size: 16px;
  700. }
  701. }
  702. }
  703. .sec04-designers {
  704. .object241 {
  705. width: 200px;
  706. left: -8vw;
  707. z-index: 0;
  708. top: 18vw;
  709. @media screen and(max-width:$moblie) {
  710. display: none;
  711. }
  712. }
  713. .object242{
  714. width: 200px;
  715. right:-6vw;
  716. top:18vw;
  717. z-index: 1;
  718. @media screen and(max-width:$moblie) {
  719. display: none;
  720. }
  721. }
  722. .sec04-right-card {
  723. margin-top: 30px;
  724. @media screen and(max-width:$moblie) {
  725. margin-top: -50px;
  726. }
  727. .designer-btn {
  728. position: relative;
  729. top: -35px;
  730. left: 140px;
  731. transition: 0.3s;
  732. @media screen and(max-width:$moblie) {
  733. left: 15px;
  734. }
  735. }
  736. }
  737. .sec04-left-card {
  738. .designer-btn {
  739. position: relative;
  740. top: -35px;
  741. left: 30px;
  742. @media screen and(max-width:$moblie) {
  743. left: 15px;
  744. }
  745. }
  746. }
  747. .sec04-right-card,
  748. .sec04-left-card {
  749. position: relative;
  750. z-index: 3;
  751. img {
  752. transition: 0.5s;
  753. }
  754. &:hover {
  755. img {
  756. transform: scale(1.1);
  757. }
  758. }
  759. .designer-btn {
  760. width: 250px;
  761. background: #f6ded2;
  762. color: $Font-color;
  763. transition: 0.3s;
  764. .arrow-img {
  765. filter: invert(45%) sepia(1%) saturate(2047%) hue-rotate(329deg) brightness(95%) contrast(83%);
  766. }
  767. .arrow-right {
  768. float: right;
  769. position: relative;
  770. left: 50px;
  771. top: -50px;
  772. background: #f6ded2;
  773. }
  774. &:hover {
  775. color: #fff;
  776. background: #f9a094;
  777. .arrow-img {
  778. filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(356deg) brightness(102%)
  779. contrast(102%);
  780. }
  781. .arrow-right {
  782. background: #f9a094;
  783. }
  784. }
  785. @media screen and(max-width:$moblie) {
  786. width: 210px;
  787. }
  788. .designer-name {
  789. padding: 10px 0px;
  790. span {
  791. padding-left: 20px;
  792. font-size: 20px;
  793. @media screen and(max-width:$moblie) {
  794. font-size: 15px;
  795. padding-left: 15px;
  796. }
  797. }
  798. p {
  799. font-size: 14px;
  800. @media screen and(max-width:$moblie) {
  801. font-size: 12px;
  802. }
  803. }
  804. }
  805. }
  806. }
  807. }
  808. }
  809. }
  810. #sec04-2 {
  811. margin-top: -350px;
  812. @media screen and(max-width:$moblie) {
  813. margin-top: -90px;
  814. }
  815. }
  816. .gotop {
  817. @media screen and(min-width:$desktop) {
  818. display: none;
  819. }
  820. }
  821. .gotop2 {
  822. @media screen and(max-width:$moblie) {
  823. display: none;
  824. }
  825. }
  826. #footer {
  827. background: #f6ded2;
  828. text-align: center;
  829. p {
  830. padding: 15px;
  831. color: #fff;
  832. text-shadow: 0 1px 5px rgb(179,135,114);
  833. }
  834. }
  835. .designer-content {
  836. position: relative;
  837. width: 80vw;
  838. margin: 0 auto;
  839. @media screen and(max-width:$moblie) {
  840. width: 95vw;
  841. }
  842. #hr01 {
  843. position: relative;
  844. bottom: 18vw;
  845. z-index: 3;
  846. hr {
  847. background-color: $Font-color;
  848. position: absolute;
  849. width: 100%;
  850. opacity: 1 !important;
  851. }
  852. @media screen and(max-width:$moblie) {
  853. bottom: 450px;
  854. opacity: 1;
  855. z-index: 3;
  856. }
  857. }
  858. #hr02 {
  859. position: relative;
  860. bottom: 18vw;
  861. z-index: 3;
  862. hr {
  863. background-color: $Font-color;
  864. position: absolute;
  865. width: 100%;
  866. opacity: 1 !important;
  867. }
  868. @media screen and(max-width:$moblie) {
  869. bottom: 420px;
  870. opacity: 1;
  871. z-index: 6;
  872. }
  873. }
  874. #hr03 {
  875. position: relative;
  876. bottom: 20vw;
  877. z-index: 3;
  878. hr {
  879. background-color: $Font-color;
  880. position: absolute;
  881. width: 100%;
  882. opacity: 1 !important;
  883. }
  884. @media screen and(max-width:$moblie) {
  885. bottom: 420px;
  886. opacity: 1;
  887. z-index: 6;
  888. }
  889. @media screen and(max-width:350px) {
  890. bottom: 360px;
  891. opacity: 1;
  892. z-index: 6;
  893. }
  894. }
  895. #hr04 {
  896. position: relative;
  897. bottom: 16vw;
  898. z-index: 3;
  899. hr {
  900. background-color: $Font-color;
  901. position: absolute;
  902. width: 100%;
  903. opacity: 1 !important;
  904. }
  905. @media screen and(max-width:$moblie) {
  906. bottom: 380px;
  907. opacity: 1;
  908. z-index: 6;
  909. }
  910. @media screen and(max-width:350px) {
  911. bottom: 310px;
  912. opacity: 1;
  913. z-index: 6;
  914. }
  915. }
  916. .designer-img {
  917. position: relative;
  918. .img-01 {
  919. position: relative;
  920. z-index: 5;
  921. width: 32vw;
  922. object-fit: cover;
  923. @media screen and(max-width:$moblie) {
  924. display: none;
  925. }
  926. }
  927. .img-01-m {
  928. position: relative;
  929. z-index: 5;
  930. left: 18px;
  931. @media screen and(min-width:$desktop) {
  932. display: none;
  933. }
  934. }
  935. .object1 {
  936. width: 15vw;
  937. position: absolute;
  938. top: 10vw;
  939. left: 10vw;
  940. @media screen and(max-width:$moblie) {
  941. top: 20vw;
  942. width: 150px;
  943. left: 15vw;
  944. }
  945. }
  946. .designertext {
  947. color: $Font-color;
  948. position: absolute;
  949. z-index: 5;
  950. top: 200px;
  951. left: 8vmin;
  952. @media screen and(max-width:$moblie) {
  953. left: 4vmin;
  954. top: 100px;
  955. }
  956. h1 {
  957. font-size: 45px;
  958. @media screen and(max-width:$moblie) {
  959. font-size: 10vmin;
  960. }
  961. }
  962. p {
  963. font-size: 12px;
  964. @media screen and(max-width:$moblie) {
  965. font-size: 10px;
  966. transform: scale(0.8);
  967. }
  968. }
  969. }
  970. // 盧慧珊設計師
  971. .designertext02 {
  972. color: $Font-color;
  973. position: absolute;
  974. top: 100px;
  975. right: 5vmin;
  976. z-index: 5;
  977. @media screen and(max-width:$moblie) {
  978. top: 70px;
  979. right: 5vw;
  980. }
  981. @media screen and(max-width:350px) {
  982. right: 1vw;
  983. }
  984. h1 {
  985. font-size: 45px;
  986. @media screen and(max-width:$moblie) {
  987. font-size: 10vmin;
  988. }
  989. }
  990. p {
  991. font-size: 12px;
  992. @media screen and(max-width:$moblie) {
  993. font-size: 10px;
  994. transform: scale(0.8);
  995. }
  996. }
  997. }
  998. .img-02 {
  999. position: relative;
  1000. z-index: 5;
  1001. width: 35vw;
  1002. @media screen and(max-width:$moblie) {
  1003. display: none;
  1004. }
  1005. }
  1006. .img-02-m {
  1007. width: 300px;
  1008. object-fit: cover;
  1009. position: relative;
  1010. z-index: 7;
  1011. right: 50px;
  1012. @media screen and(min-width:$desktop) {
  1013. display: none;
  1014. }
  1015. @media screen and(max-width:350px) {
  1016. right: 23px;
  1017. }
  1018. }
  1019. .object2 {
  1020. width: 15vw;
  1021. position: absolute;
  1022. top: 8vw;
  1023. right: 4vw;
  1024. @media screen and(max-width:$moblie) {
  1025. width: 140px;
  1026. right: 5vw;
  1027. top: 18vw;
  1028. }
  1029. @media screen and(max-width:350px) {
  1030. right: 1vw;
  1031. }
  1032. }
  1033. // 鄧相盈設計師
  1034. .designertext03 {
  1035. color: $Font-color;
  1036. position: absolute;
  1037. top: 100px;
  1038. right: 2vmin;
  1039. z-index: 5;
  1040. @media screen and(max-width:$moblie) {
  1041. right: -5px;
  1042. top: 90px;
  1043. }
  1044. @media screen and(max-width:350px) {
  1045. right: -5px;
  1046. top: 70px;
  1047. }
  1048. h1 {
  1049. font-size: 45px;
  1050. @media screen and(max-width:$moblie) {
  1051. font-size: 10vmin;
  1052. }
  1053. @media screen and(max-width:350px) {
  1054. font-size: 8vmin;
  1055. }
  1056. }
  1057. p {
  1058. font-size: 12px;
  1059. @media screen and(max-width:$moblie) {
  1060. font-size: 10px;
  1061. transform: scale(0.8);
  1062. }
  1063. }
  1064. }
  1065. .img-03 {
  1066. width: 33vw;
  1067. position: relative;
  1068. z-index: 7;
  1069. @media screen and(max-width:$moblie) {
  1070. width: 300px;
  1071. right: 20px;
  1072. }
  1073. @media screen and(max-width:350px) {
  1074. width: 250px;
  1075. right: 30px;
  1076. }
  1077. }
  1078. .object3 {
  1079. width: 15vw;
  1080. position: absolute;
  1081. top: 8vw;
  1082. right: 4vw;
  1083. @media screen and(max-width:$moblie) {
  1084. width: 140px;
  1085. right: 5vw;
  1086. top: 23vw;
  1087. }
  1088. @media screen and(max-width:350px) {
  1089. right: 10vw;
  1090. width: 120px;
  1091. }
  1092. }
  1093. // 李宜蔓
  1094. .designertext04 {
  1095. color: $Font-color;
  1096. position: absolute;
  1097. top: 250px;
  1098. left: 5vmin;
  1099. z-index: 5;
  1100. @media screen and(max-width:$moblie) {
  1101. top: 220px;
  1102. left: 40px;
  1103. }
  1104. @media screen and(max-width:350px) {
  1105. left: 15px;
  1106. top: 200px;
  1107. }
  1108. h1 {
  1109. font-size: 45px;
  1110. @media screen and(max-width:$moblie) {
  1111. font-size: 10vmin;
  1112. }
  1113. }
  1114. p {
  1115. font-size: 12px;
  1116. @media screen and(max-width:$moblie) {
  1117. font-size: 10px;
  1118. transform: scale(0.8);
  1119. }
  1120. }
  1121. }
  1122. .object4 {
  1123. width: 15vw;
  1124. position: absolute;
  1125. top: 8vw;
  1126. left: 7vw;
  1127. @media screen and(max-width:$moblie) {
  1128. width: 140px;
  1129. left: 15vw;
  1130. top: 30vw;
  1131. }
  1132. @media screen and(max-width:350px) {
  1133. left: 10vw;
  1134. }
  1135. }
  1136. .img-04 {
  1137. width: 28vw;
  1138. position: relative;
  1139. z-index: 7;
  1140. @media screen and(max-width:$moblie) {
  1141. right: -10px;
  1142. width: 260px;
  1143. }
  1144. @media screen and(max-width:350px) {
  1145. right: -10px;
  1146. width: 230px;
  1147. }
  1148. }
  1149. }
  1150. .video {
  1151. color: $Font-color;
  1152. position: relative;
  1153. background-size: contain;
  1154. background-repeat: no-repeat;
  1155. margin-top: 100px;
  1156. @media screen and(max-width:$moblie) {
  1157. background-size: cover;
  1158. margin-top: 30px;
  1159. height: 55vw;
  1160. }
  1161. .playbutton {
  1162. margin-top: 120px;
  1163. @media screen and(max-width:$moblie) {
  1164. margin-top: 20vw;
  1165. }
  1166. }
  1167. // 郁秀秀設計師
  1168. .work-text {
  1169. position: absolute;
  1170. bottom: 10vw;
  1171. font-size: 20px;
  1172. @media screen and(max-width:$moblie) {
  1173. display: none;
  1174. }
  1175. }
  1176. // 盧慧珊設計師
  1177. .work-text2 {
  1178. position: absolute;
  1179. bottom: 10vw;
  1180. font-size: 20px;
  1181. @media screen and(max-width:$moblie) {
  1182. display: none;
  1183. }
  1184. }
  1185. //鄧相盈設計師
  1186. .work-text3 {
  1187. position: absolute;
  1188. bottom: 10vw;
  1189. font-size: 20px;
  1190. @media screen and(max-width:$moblie) {
  1191. display: none;
  1192. }
  1193. }
  1194. // 李宜蔓
  1195. .work-text4 {
  1196. position: absolute;
  1197. bottom: 7vw;
  1198. font-size: 20px;
  1199. @media screen and(max-width:$moblie) {
  1200. display: none;
  1201. }
  1202. }
  1203. }
  1204. }
  1205. // 電腦版logo
  1206. .inclogo {
  1207. @media screen and(max-width:$moblie) {
  1208. display: none;
  1209. }
  1210. }
  1211. // 手機板logo
  1212. .inclogo-m {
  1213. @media screen and(min-width:$desktop) {
  1214. display: none;
  1215. }
  1216. .inclogo02 {
  1217. width: 300px;
  1218. @media screen and(max-width:$moblie) {
  1219. width: 110px;
  1220. }
  1221. }
  1222. }
  1223. // 方形logo
  1224. .inclogo3 {
  1225. width: 180px;
  1226. @media screen and(max-width:$moblie) {
  1227. width: 110px;
  1228. }
  1229. }
  1230. // 盧慧珊設計師
  1231. #designer2 {
  1232. padding-bottom: 10vw;
  1233. }
  1234. #designer3 {
  1235. padding-bottom: 10vw;
  1236. }
  1237. #designer2-sec01 {
  1238. margin-top: -200px;
  1239. @media screen and(max-width:$moblie) {
  1240. margin-top: 0px;
  1241. }
  1242. }
  1243. .sec01-int {
  1244. margin-top: -110px;
  1245. padding-bottom: 5vw;
  1246. @media screen and(max-width:$moblie) {
  1247. margin-top: 0px;
  1248. }
  1249. .sec01-content {
  1250. p {
  1251. @media screen and(max-width:$moblie) {
  1252. font-weight: 900;
  1253. }
  1254. }
  1255. .slogan-part1 {
  1256. width: 35vw;
  1257. margin: 0 auto;
  1258. @media screen and(max-width:$moblie) {
  1259. width: 90vw;
  1260. }
  1261. }
  1262. .slogan-part2 {
  1263. width: 20vw;
  1264. margin: 0 auto;
  1265. @media screen and(max-width:$moblie) {
  1266. width: 90vw;
  1267. }
  1268. }
  1269. .slogan-part3 {
  1270. width: 60vw;
  1271. margin: 0 auto;
  1272. @media screen and(max-width:$moblie) {
  1273. width: 90vw;
  1274. }
  1275. }
  1276. }
  1277. //電腦版作品集
  1278. .protfolio-des {
  1279. h1 {
  1280. writing-mode: horizontal-tb;
  1281. font-size: 28px;
  1282. letter-spacing: 0px;
  1283. }
  1284. @media screen and(max-width:$moblie) {
  1285. display: none;
  1286. }
  1287. }
  1288. .protfolio-m {
  1289. padding-top: 30vw;
  1290. @media screen and(min-width:$desktop) {
  1291. display: none;
  1292. }
  1293. h1 {
  1294. color: $text-color !important;
  1295. text-shadow: none;
  1296. }
  1297. }
  1298. .gotop2 {
  1299. @media screen and(max-width:$moblie) {
  1300. display: none;
  1301. }
  1302. }
  1303. }
  1304. .Portfolio-img {
  1305. margin-top: 8vw;
  1306. @media screen and(max-width:$moblie) {
  1307. margin-top: 50vw;
  1308. }
  1309. }
  1310. .designer-nav {
  1311. width: 120px;
  1312. right: 130px;
  1313. top: 65px;
  1314. position: fixed;
  1315. z-index: 20;
  1316. box-shadow: 0px 3px 20px #00000029;
  1317. display: none;
  1318. hr {
  1319. margin: 5px auto !important;
  1320. background: #e2e2e2;
  1321. opacity: 1 !important;
  1322. width: 80%;
  1323. }
  1324. .nav-box {
  1325. padding-bottom: 1vw;
  1326. position: relative;
  1327. width: 120px;
  1328. background-color: #fbf6f3;
  1329. z-index: 7;
  1330. text-align: center;
  1331. a {
  1332. display: inline-block;
  1333. text-decoration: none;
  1334. color: #707070 !important;
  1335. font-size: 18px;
  1336. font-weight: 900;
  1337. text-align: center;
  1338. margin: 5px;
  1339. padding: 0 !important;
  1340. }
  1341. }
  1342. }
  1343. @keyframes title {
  1344. 0% {
  1345. opacity: 0;
  1346. }
  1347. 100% {
  1348. opacity: 1;
  1349. }
  1350. }
  1351. .arrow-wave {
  1352. display: inline-block;
  1353. cursor: pointer;
  1354. margin: 0 auto;
  1355. font-size: 0;
  1356. /* background-color: rgba(100,100,100,0.4); */
  1357. }
  1358. .arrow-wave span {
  1359. display: block;
  1360. position: relative;
  1361. height: 10px;
  1362. width: 16px;
  1363. /* background-color: rgba(100,100,100,0.4); */
  1364. opacity: 0.2;
  1365. }
  1366. .arrow-wave span::before,
  1367. .arrow-wave span::after {
  1368. display: block;
  1369. content: "";
  1370. position: absolute;
  1371. height: 2px;
  1372. width: 12px;
  1373. background-color: #fff;
  1374. }
  1375. .arrow-wave span::before {
  1376. top: -2px;
  1377. left: 0;
  1378. transform-origin: left center;
  1379. transform: rotate(45deg);
  1380. }
  1381. .arrow-wave span::after {
  1382. top: -2px;
  1383. right: 0;
  1384. transform-origin: right center;
  1385. transform: rotate(-45deg);
  1386. }
  1387. .arrow-wave span:nth-child(1n) {
  1388. animation: animate-arrow-wave 2s infinite;
  1389. animation-delay: 0.25s;
  1390. }
  1391. .arrow-wave span:nth-child(2n) {
  1392. animation: animate-arrow-wave 2s infinite;
  1393. animation-delay: 0.5s;
  1394. }
  1395. .arrow-wave span:nth-child(3n) {
  1396. animation: animate-arrow-wave 2s infinite;
  1397. animation-delay: 0.75s;
  1398. }
  1399. @keyframes animate-arrow-wave {
  1400. 0% {
  1401. opacity: 0.2;
  1402. }
  1403. 25% {
  1404. opacity: 0.2;
  1405. }
  1406. 50% {
  1407. opacity: 0.2;
  1408. }
  1409. 75% {
  1410. opacity: 1;
  1411. }
  1412. 100% {
  1413. opacity: 0.2;
  1414. }
  1415. }
  1416. // 文字動畫
  1417. .test {
  1418. position: relative;
  1419. }
  1420. // 圖片動畫
  1421. .test .cover, .test .p_cover, .test .b_cover {
  1422. width: 99.9%;
  1423. position: absolute;
  1424. z-index: 4;
  1425. bottom: 2.5vw;
  1426. display: block;
  1427. background-color: #fff;
  1428. transform: skewX(6deg) rotate(6deg);
  1429. height: 86%;
  1430. }
  1431. .test2 .cover2 {
  1432. width: 56.7vw;
  1433. position: absolute;
  1434. z-index: 4;
  1435. right: 2.7px;
  1436. bottom: 2.9vw;
  1437. display: block;
  1438. background-color: #fff;
  1439. transform: skewX(6deg) rotate(6deg);
  1440. height: 80%;
  1441. }
  1442. // 圖片動畫
  1443. .test .cover.slidein, .test .p_cover.slidein, .test .b_cover.slidein {
  1444. -webkit-animation: slidein 1.5s forwards;
  1445. animation: slidein 1.5s forwards;
  1446. }
  1447. .test2 .cover2.slidein2 {
  1448. -webkit-animation: slidein 2s forwards;
  1449. animation: slidein 2s forwards;
  1450. }
  1451. .title_back {
  1452. display: block;
  1453. position: relative;
  1454. width: 100%;
  1455. height: 100px;
  1456. overflow: hidden;
  1457. }
  1458. .title_back .title {
  1459. position: absolute;
  1460. left: 0;
  1461. bottom: -1.75em;
  1462. display: block;
  1463. -webkit-transition: all 1s;
  1464. transition: all 1s;
  1465. }
  1466. .test_content {
  1467. opacity: 0;
  1468. }
  1469. .test_content.fadein {
  1470. -webkit-animation: fadein 2s forwards;
  1471. animation: fadein 2s forwards;
  1472. }
  1473. @-webkit-keyframes slidein {
  1474. 100% {
  1475. height: 0px;
  1476. }
  1477. }
  1478. @keyframes slidein {
  1479. 100% {
  1480. height: 0px;
  1481. }
  1482. }
  1483. @-webkit-keyframes slidein2 {
  1484. 100% {
  1485. height: 0px;
  1486. }
  1487. }
  1488. @keyframes slidein2 {
  1489. 100% {
  1490. height: 0px;
  1491. }
  1492. }
  1493. @-webkit-keyframes fadein {
  1494. 0% {
  1495. opacity: 0;
  1496. }
  1497. 100% {
  1498. opacity: 1;
  1499. }
  1500. }
  1501. @keyframes fadein {
  1502. 0% {
  1503. opacity: 0;
  1504. }
  1505. 100% {
  1506. opacity: 1;
  1507. }
  1508. }