style.scss 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. $maincolor: #ef7086;
  7. $subcolor: #f4c0d0;
  8. $desktop: 1025px;
  9. $table: 1024px;
  10. $moblie: 767px;
  11. #top {
  12. overflow-x: hidden !important;
  13. }
  14. .violetbeauty_line {
  15. margin: 0px auto 20px;
  16. border: 1px solid transparent;
  17. background: linear-gradient(to right, white, white), linear-gradient(to right, $subcolor, #d76478);
  18. background-clip: padding-box, border-box;
  19. background-origin: padding-box, border-box;
  20. width: 50px;
  21. opacity: 1 !important;
  22. }
  23. .playbutton {
  24. cursor: pointer;
  25. position: absolute;
  26. top: 50%;
  27. left: 50%;
  28. transform: translate(-50%, -50%);
  29. z-index: 101;
  30. transition: 0.3s;
  31. &:hover {
  32. opacity: 0.8;
  33. }
  34. }
  35. .likeSee__state {
  36. display: -webkit-box;
  37. display: -ms-flexbox;
  38. display: flex;
  39. -webkit-box-pack: justify;
  40. -ms-flex-pack: justify;
  41. justify-content: space-between;
  42. -webkit-box-align: center;
  43. -ms-flex-align: center;
  44. align-items: center;
  45. img {
  46. width: 40px;
  47. }
  48. }
  49. .learn_more {
  50. margin-top: 20px;
  51. padding: 5px;
  52. background: none;
  53. color: $subcolor;
  54. border-radius: 5px;
  55. border: 1px solid $subcolor;
  56. // border:none;
  57. transition: 0.3s;
  58. &:hover {
  59. color: #fff;
  60. background: $subcolor;
  61. }
  62. }
  63. .course_name_title {
  64. font-size: 1.2rem;
  65. color: $maincolor;
  66. font-weight: 900;
  67. }
  68. .course_name_text {
  69. color: $subcolor;
  70. margin-bottom: 5px;
  71. font-size: 1rem;
  72. }
  73. .Discounted_price {
  74. font-size: 24px;
  75. font-weight: 600;
  76. }
  77. .violetbeauty_content_title {
  78. color: $maincolor;
  79. font-weight: 900;
  80. font-size: 1.8rem;
  81. }
  82. .violetbeauty_content_text {
  83. color: $maincolor;
  84. font-size: 1rem;
  85. }
  86. .features_title {
  87. font-weight: 300 !important;
  88. letter-spacing: 2px;
  89. font: 1.9375em "微軟正黑體";
  90. line-height: 25px;
  91. text-align: center;
  92. color: #333;
  93. width: 100%;
  94. margin: 1rem 0;
  95. }
  96. .Down_line {
  97. width: 300px;
  98. object-fit: cover;
  99. }
  100. .card {
  101. border: none;
  102. .card-body {
  103. padding: 0.1rem;
  104. margin-top: 15px;
  105. }
  106. }
  107. .violetbeauty_CTA {
  108. margin-top: 50px;
  109. padding: 10px 50px;
  110. border: 1px solid $subcolor;
  111. background: #fff;
  112. border-radius: 30px;
  113. color: $maincolor;
  114. position: relative;
  115. transition: 0.5s;
  116. a {
  117. color: $maincolor;
  118. }
  119. .cta_flower {
  120. position: absolute;
  121. width: 60px;
  122. left: -25px;
  123. bottom: -10px;
  124. transition: 0.5s;
  125. }
  126. &:hover {
  127. background: $maincolor;
  128. a {
  129. color: #fff;
  130. }
  131. color: #fff;
  132. .cta_flower {
  133. transform: rotate(360deg);
  134. }
  135. }
  136. }
  137. .navbar-nav {
  138. flex-direction: row;
  139. width: 70%;
  140. margin: 0 auto;
  141. .nav-item {
  142. white-space: nowrap;
  143. }
  144. .nav-link {
  145. font: 1.2rem 微軟正黑體;
  146. font-weight: 300 !important;
  147. padding: 0.5rem 1rem;
  148. margin: 5px 1rem;
  149. text-align: center;
  150. color: #9f9f9f;
  151. color: #000;
  152. letter-spacing: 0;
  153. border-bottom: 5px solid #ffffff;
  154. box-sizing: border-box;
  155. cursor: pointer;
  156. &:hover {
  157. color: $maincolor;
  158. }
  159. }
  160. }
  161. // 手機導覽頁
  162. #Navigation {
  163. background: #fff;
  164. opacity: 1;
  165. height: 4.5vw;
  166. width: 100vw !important;
  167. position: fixed;
  168. z-index: 100;
  169. @media screen and(max-width:$table) {
  170. height: 8vw;
  171. }
  172. @media screen and(max-width:$moblie) {
  173. height: auto;
  174. position: fixed;
  175. z-index: 5;
  176. }
  177. .menu {
  178. font-size: 28px;
  179. margin-top: 30px;
  180. color: #6c6c6c;
  181. }
  182. #nav {
  183. width: 100vw;
  184. margin: 0 auto;
  185. }
  186. // rwd要注意高度
  187. #logo {
  188. padding-top: 1vw;
  189. img {
  190. width: 120px;
  191. }
  192. }
  193. #link {
  194. text-align: right;
  195. padding: 1.5vw 3vw;
  196. @media screen and(max-width:$moblie) {
  197. display: none;
  198. }
  199. a {
  200. text-decoration: none;
  201. color: #000;
  202. letter-spacing: 1px;
  203. font-size: 0.9rem;
  204. font-weight: 600;
  205. cursor: pointer;
  206. padding: 15px;
  207. position: relative;
  208. :hover {
  209. opacity: 0.8;
  210. }
  211. &:after {
  212. content: "";
  213. display: block;
  214. width: 80%;
  215. height: 3px;
  216. background-color: #fff;
  217. position: absolute;
  218. left: 12%;
  219. bottom: 0;
  220. transition: all 0.3s;
  221. opacity: 0;
  222. }
  223. &:hover:after {
  224. width: 80%;
  225. opacity: 1;
  226. }
  227. }
  228. }
  229. }
  230. // 手機彈跳視窗
  231. #menu-box {
  232. top: 4.4rem;
  233. height: 25vh;
  234. width: 100vw;
  235. position: fixed;
  236. z-index: 998;
  237. overflow: hidden;
  238. display: none;
  239. background: rgba(0, 0, 0, 0.8);
  240. @media screen and(min-width:$desktop) {
  241. display: none;
  242. }
  243. @media screen and(max-width:$moblie) {
  244. height: 100vh;
  245. }
  246. @media screen and(max-width:350px) {
  247. height: 55vh;
  248. }
  249. hr {
  250. display: inline-block;
  251. margin: 0px auto !important;
  252. width: 55vw;
  253. background: #fff;
  254. opacity: 1 !important;
  255. }
  256. #menu-box2 {
  257. width: 100vw;
  258. height: 25vh;
  259. background-color: $subcolor;
  260. opacity: 0.95;
  261. z-index: 999;
  262. text-align: center;
  263. @media screen and(max-width:$moblie) {
  264. height: 45vh;
  265. }
  266. @media screen and(max-width:350px) {
  267. height: 55vh;
  268. }
  269. #menu-link {
  270. display: grid;
  271. grid-template-columns: repeat(4, 1fr);
  272. width: 60vw;
  273. margin: 0 auto;
  274. }
  275. .menu-logo {
  276. opacity: 1;
  277. img {
  278. width: 7vw;
  279. }
  280. }
  281. a {
  282. display: inline-block;
  283. text-decoration: none;
  284. color: #fff;
  285. font-size: 16px;
  286. margin-top: 20px;
  287. font-weight: 900;
  288. @media screen and(max-width:$moblie) {
  289. margin-top: 4vw;
  290. }
  291. }
  292. .menu-text {
  293. width: 70vw;
  294. text-align: center;
  295. margin-bottom: 10px;
  296. border-bottom: 1px solid #fff;
  297. margin: 0 auto;
  298. padding-bottom: 10px;
  299. @media screen and(max-width:$moblie) {
  300. margin-bottom: 5px !important;
  301. }
  302. }
  303. }
  304. }
  305. .slick-dotted.slick-slider {
  306. margin-bottom: 0px !important;
  307. }
  308. .sec_content_right_text {
  309. margin-top: 30px;
  310. p {
  311. margin-bottom: 0.5rem;
  312. color: $maincolor;
  313. }
  314. }
  315. .banner-slide {
  316. @media screen and(max-width:$moblie) {
  317. padding-top: 80px;
  318. }
  319. }
  320. .news {
  321. margin: 100px 0px;
  322. @media screen and(max-width:$moblie) {
  323. margin: 50px 0px 80px;
  324. }
  325. .news-slide {
  326. width: 80%;
  327. margin: 0 auto;
  328. @media screen and(max-width:$moblie) {
  329. width: 95%;
  330. }
  331. .slick-prev,
  332. .slick-next {
  333. width: 50px;
  334. object-fit: cover;
  335. height: auto;
  336. filter: invert(52%) sepia(75%) saturate(602%) hue-rotate(306deg) brightness(102%) contrast(87%);
  337. @media screen and(max-width:$moblie) {
  338. width: 30px;
  339. }
  340. }
  341. .slick-prev {
  342. left: -50px;
  343. @media screen and(max-width:$moblie) {
  344. display: none;
  345. }
  346. }
  347. .slick-next {
  348. right: -50px;
  349. @media screen and(max-width:$moblie) {
  350. display: none;
  351. }
  352. }
  353. // .slick-prev:before{
  354. // content: "〈";
  355. // color:#000;
  356. // font-size: 72px;
  357. // font-weight: 900;
  358. // right:100px;
  359. // z-index: 900;
  360. // }
  361. .banner-slide-item {
  362. img {
  363. padding: 10px;
  364. width: 100% !important;
  365. @media screen and(max-width:$moblie) {
  366. padding: 0px;
  367. }
  368. }
  369. }
  370. .slick-dots {
  371. bottom: -15px;
  372. li {
  373. // margin-top: -50px;
  374. // 上右下左
  375. button:before {
  376. font-size: 16px;
  377. font-weight: 900;
  378. top: 15px;
  379. content: "○";
  380. color: $maincolor;
  381. }
  382. }
  383. li.slick-active button:before {
  384. opacity: 0.75;
  385. color: $maincolor;
  386. content: "●";
  387. }
  388. }
  389. }
  390. }
  391. .violetbeauty_sec00 {
  392. overflow: hidden;
  393. background-size: cover;
  394. background-attachment: fixed;
  395. background-position: left center;
  396. background-repeat: no-repeat;
  397. position: relative;
  398. @media screen and(max-width:$moblie) {
  399. // background-attachment: inherit;
  400. background-position: right center;
  401. }
  402. .bg {
  403. background: rgba(0, 0, 0, 0.4);
  404. width: 100%;
  405. height: 100%;
  406. padding: 100px 0;
  407. }
  408. hr {
  409. background: #fff;
  410. opacity: 1 !important;
  411. height: 1px;
  412. width: 40px;
  413. margin: 15px auto;
  414. }
  415. p {
  416. color: #fff;
  417. }
  418. h4 {
  419. color: #fff;
  420. }
  421. .violetbeauty_sec00_box {
  422. width: 80%;
  423. margin: 0 auto;
  424. @media screen and(max-width:$moblie) {
  425. width: 90%;
  426. }
  427. .sec00_content_left_img {
  428. width: 70%;
  429. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  430. @media screen and(max-width:$moblie) {
  431. width: 80%;
  432. }
  433. }
  434. .sec00_content_right {
  435. text-align: center;
  436. margin-top: 30px;
  437. p {
  438. margin-bottom: 0.8rem;
  439. }
  440. }
  441. }
  442. }
  443. // .slick-prev:before{
  444. // content: "〈";
  445. // color:#000;
  446. // font-size: 72px;
  447. // font-weight: 900;
  448. // right:100px;
  449. // z-index: 900;
  450. // }
  451. // .banner-slide {
  452. // .slick-dots {
  453. // bottom: 30px;
  454. // li {
  455. // // margin-top: -50px;
  456. // // 上右下左
  457. // button:before {
  458. // font-size: 16px;
  459. // font-weight: 900;
  460. // top: 15px;
  461. // content: "○";
  462. // color: #82689d;
  463. // }
  464. // }
  465. // li.slick-active button:before {
  466. // opacity: 0.75;
  467. // color: #82689d;
  468. // content: "●";
  469. // }
  470. // }
  471. // }
  472. // .violetbeauty_sec00 {
  473. // background: #f8f2f6;
  474. // padding: 80px 0;
  475. // position: relative;
  476. // .sec00_img1 {
  477. // left: 0px;
  478. // bottom: 20px;
  479. // width: 300px;
  480. // opacity: 0.8;
  481. // }
  482. // .sec00_img2 {
  483. // right: 0px;
  484. // top: 50px;
  485. // width: 180px;
  486. // opacity: 0.8;
  487. // transform: rotate(-90deg);
  488. // }
  489. // .sec00_img3 {
  490. // right: 100px;
  491. // bottom: 80px;
  492. // width: 60px;
  493. // opacity: 0.5;
  494. // transform: rotate(-30deg);
  495. // }
  496. // .violetbeauty_sec00_box {
  497. // width: 80%;
  498. // margin: 0 auto;
  499. // .sec00_content_left_img {
  500. // width: 60%;
  501. // box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  502. // }
  503. // .sec00_content_right {
  504. // text-align: center;
  505. // margin-top: 50px;
  506. // }
  507. // }
  508. // }
  509. // .violetbeauty_sec01,
  510. // .violetbeauty_sec02 {
  511. // padding: 50px 0;
  512. // .slick-prev:before {
  513. // content: "";
  514. // }
  515. // .slick-next:before {
  516. // content: "";
  517. // }
  518. // .violetbeauty_sec01_box {
  519. // width: 80%;
  520. // margin: 0 auto;
  521. // }
  522. // .violetbeauty_sec01_content {
  523. // margin-top: 30px;
  524. // .sec01_slide_item {
  525. // padding: 20px;
  526. // img {
  527. // // width: 180px;
  528. // height: 250px;
  529. // object-fit: cover;
  530. // margin: 0 auto;
  531. // }
  532. // }
  533. // }
  534. // }
  535. // .violetbeauty_sec02 {
  536. // background: $subcolor;
  537. // .card {
  538. // background: $subcolor;
  539. // }
  540. // .violetbeauty_sec02_content {
  541. // margin-top: 30px;
  542. // .violetbeauty_sec02_sub_title {
  543. // font-family: "Noto Sans TC", sans-serif;
  544. // font-size: 20px;
  545. // font-weight: normal;
  546. // color: $maincolor;
  547. // }
  548. // b {
  549. // width: 10px;
  550. // height: 10px;
  551. // background: $maincolor;
  552. // transform: rotate(45deg);
  553. // margin: 1rem 0;
  554. // display: inline-block;
  555. // }
  556. // }
  557. // .sec02_slide_item {
  558. // padding: 30px;
  559. // }
  560. // .violetbeauty_service_img {
  561. // img {
  562. // width: 290px;
  563. // height: 290px;
  564. // object-fit: cover;
  565. // border-radius: 50%;
  566. // margin: 0 auto;
  567. // }
  568. // }
  569. // .violetbeauty_service p {
  570. // margin: 10px 0;
  571. // font-family: "Noto Sans TC", sans-serif;
  572. // font-size: 16px;
  573. // color: $maincolor;
  574. // display: inline-block;
  575. // width: 90%;
  576. // border-bottom: 1px dashed $maincolor;
  577. // padding: 0.5rem 0;
  578. // cursor: pointer;
  579. // }
  580. // // .violetbeauty_service_item,p{
  581. // // margin: 10px 0;
  582. // // font-family: 'Noto Sans TC', sans-serif;
  583. // // font-size: 16px;
  584. // // color: #CC7DB7;
  585. // // display: inline-block;
  586. // // width: 100%;
  587. // // border-bottom: 1px dashed $maincolor;
  588. // // padding:0 1rem;
  589. // // display: -webkit-box;
  590. // // display: -ms-flexbox;
  591. // // display: flex;
  592. // // -webkit-box-pack: justify;
  593. // // -ms-flex-pack: justify;
  594. // // justify-content: space-around;;
  595. // // -webkit-box-align: center;
  596. // // -ms-flex-align: center;
  597. // // align-items: center;
  598. // // }
  599. // }
  600. .sec01_course {
  601. background: #fff2f1;
  602. }
  603. .sec02_course {
  604. background: #fff;
  605. }
  606. .sec01_course,
  607. .sec02_course {
  608. // margin:80px 0;
  609. padding: 50px 0;
  610. // background: #fff2f1;
  611. .sec01_course_box {
  612. width: 80%;
  613. margin: 0 auto;
  614. background: #fff;
  615. @media screen and(max-width:$moblie) {
  616. width: 90%;
  617. }
  618. .sec01_course_text {
  619. text-align: center;
  620. padding: 15px 5.6%;
  621. letter-spacing: 1px;
  622. @media screen and(max-width:$moblie) {
  623. padding: 15px 2.8%;
  624. }
  625. del {
  626. font-size: 1.2rem;
  627. color: #888;
  628. }
  629. span {
  630. color: #ef7086;
  631. font-size: 1.6rem;
  632. @media screen and(max-width:$moblie) {
  633. font-size: 1.4rem;
  634. }
  635. }
  636. p {
  637. font-size: 14px;
  638. color: #555;
  639. padding: 15px 0 0;
  640. }
  641. .submitbutton {
  642. width: 80%;
  643. margin: 20px auto;
  644. border: none;
  645. padding: 10px 12px;
  646. background: $subcolor;
  647. color: #fff;
  648. font-size: 20px;
  649. border-radius: 0.25rem;
  650. text-align: center;
  651. vertical-align: middle;
  652. border: 1px solid $subcolor;
  653. &:hover {
  654. color: $subcolor;
  655. background-color: #fff;
  656. border: 1px solid $subcolor;
  657. }
  658. }
  659. }
  660. }
  661. }
  662. .violetbeauty_sec03 {
  663. padding: 100px 0;
  664. margin-bottom: 50px;
  665. position: relative;
  666. letter-spacing: 1px;
  667. @media screen and(max-width:$moblie) {
  668. padding: 50px 0;
  669. margin-bottom: 0;
  670. }
  671. .sec03_img1 {
  672. position: absolute;
  673. left: 50px;
  674. top: 50px;
  675. opacity: 0.5;
  676. }
  677. .sec03_img2 {
  678. position: absolute;
  679. right: -120px;
  680. width: 400px;
  681. top: 40%;
  682. opacity: 0.5;
  683. transform: rotate(-70deg);
  684. }
  685. .sec03_img3 {
  686. position: absolute;
  687. right: 0px;
  688. opacity: 0.5;
  689. width: 250px;
  690. bottom: 50px;
  691. transform: scaleX(-1) rotate(19deg);
  692. -moz-transform: scaleX(-1) rotate(19deg);
  693. -webkit-transform: scaleX(-1) rotate(19deg);
  694. -o-transform: scaleX(-1) rotate(19deg);
  695. }
  696. .violetbeauty_sec03_box {
  697. width: 75%;
  698. margin: 0 auto;
  699. @media screen and(max-width:$moblie) {
  700. width: 90%;
  701. }
  702. .violetbeauty_sec03_content {
  703. margin-top: 100px;
  704. @media screen and(max-width:$moblie) {
  705. margin-top: 50px;
  706. }
  707. }
  708. }
  709. .violetbeauty_contract_form {
  710. width: 70%;
  711. margin: 0 auto;
  712. @media screen and(max-width:$moblie) {
  713. width: 90%;
  714. }
  715. .submitbutton {
  716. width: 100%;
  717. margin: 16px auto;
  718. border: none;
  719. padding: 16px 12px;
  720. background: $subcolor;
  721. color: #fff;
  722. font-size: 20px;
  723. border-radius: 0.25rem;
  724. text-align: center;
  725. vertical-align: middle;
  726. &:hover {
  727. color: $subcolor;
  728. background-color: #fff;
  729. border: 1px solid $subcolor;
  730. }
  731. }
  732. #time,
  733. #datepicker {
  734. width: 45%;
  735. padding: 10px 15px;
  736. border-radius: 3px;
  737. margin: 10px 0px;
  738. border: 1px solid rgba(0, 0, 0, 0.3);
  739. }
  740. #time {
  741. margin-left: 8%;
  742. }
  743. #phone,
  744. #email,
  745. #loc,
  746. #name,
  747. #course_name {
  748. width: 100%;
  749. padding: 10px 15px;
  750. font-size: 16px;
  751. border-radius: 3px;
  752. margin: 10px 0px;
  753. border: 1px solid rgba(0, 0, 0, 0.3);
  754. }
  755. }
  756. }
  757. // .violetbeauty_sec01{
  758. // width: 80%;
  759. // margin:0 auto ;
  760. // .features{
  761. // width: 100%;
  762. // height: auto;
  763. // margin: 17px 0 0 0;
  764. // }
  765. // .violetbeauty_sec01_content{
  766. // margin-top: 30px;
  767. // .sec01_content_left{
  768. // width: 85%;
  769. // .sec01_content_box{
  770. // margin-top: 20%;
  771. // .sec01_content_title_1{
  772. // color: #452767;
  773. // font-size: 3.5rem;
  774. // text-align: center;
  775. // }
  776. // .sec01_content_title_2{
  777. // h3{
  778. // font-size:1.6rem ;
  779. // text-align: center;
  780. // color: #452767;
  781. // letter-spacing: 3px;
  782. // font-weight:600
  783. // }
  784. // }
  785. // .sec01_content_text{
  786. // p{
  787. // font-size: 1.2rem;
  788. // text-align: center;
  789. // }
  790. // }
  791. // }
  792. // }
  793. // .sec01_content_right{
  794. // .sec01_content_img{
  795. // width: 100%;
  796. // // margin: 0 auto;
  797. // }
  798. // }
  799. // }
  800. // }
  801. .logo {
  802. img {
  803. width: 300px;
  804. // height: 66px;
  805. object-fit: cover;
  806. }
  807. }
  808. .violetbeauty_logo {
  809. width: 300px;
  810. object-fit: cover;
  811. }
  812. #footer {
  813. // background: #edcde1;
  814. background: #fff2f1;
  815. color: #6c6c6c;
  816. .phone {
  817. transform: rotate(100deg);
  818. }
  819. .footer_content_box {
  820. padding: 50px 0;
  821. margin: 0 auto;
  822. width: 80%;
  823. letter-spacing: 1px;
  824. @media screen and(max-width:$moblie) {
  825. width: 90%;
  826. }
  827. li a {
  828. width: 100%;
  829. text-align: left;
  830. color: #6c6c6c;
  831. }
  832. .border_line {
  833. margin-top: 30px;
  834. background: #ccc;
  835. opacity: 1 !important;
  836. margin-bottom: 0.5rem;
  837. }
  838. }
  839. .socail-link {
  840. a {
  841. margin-right: 8px;
  842. }
  843. }
  844. .footer_text_box {
  845. @media screen and(max-width:$moblie) {
  846. width: 80%;
  847. margin: 0 auto;
  848. }
  849. h3 {
  850. font-size: 1rem;
  851. }
  852. h3,
  853. p {
  854. letter-spacing: 2px;
  855. }
  856. .navbar-nav {
  857. width: auto;
  858. .nav-link {
  859. margin: 0;
  860. padding: 0;
  861. border-bottom: none;
  862. transition: all 0.2s;
  863. font-size: 1rem;
  864. text-align: center;
  865. &:hover {
  866. color: $maincolor;
  867. }
  868. }
  869. .nav-item {
  870. // width: 80px;
  871. margin-right: 20px;
  872. margin-bottom: 10px;
  873. min-width: auto;
  874. }
  875. }
  876. }
  877. .footer_text {
  878. margin-top: 15px;
  879. @media screen and(max-width:$moblie) {
  880. font-size: 0.85rem;
  881. }
  882. }
  883. .socail-link {
  884. margin-top: 30px;
  885. @media screen and(max-width:$moblie) {
  886. text-align: center;
  887. }
  888. a {
  889. transition: 0.3s;
  890. &:hover {
  891. opacity: 0.8;
  892. }
  893. }
  894. }
  895. .store {
  896. width: 85%;
  897. margin: 0 auto;
  898. @media screen and(max-width:$moblie) {
  899. margin-top: 50px;
  900. }
  901. p {
  902. margin-top: 10px;
  903. }
  904. h3 {
  905. font-size: 1.5rem;
  906. font-weight: 300 !important;
  907. }
  908. p {
  909. margin-bottom: 0.5rem;
  910. font-weight: 300 !important;
  911. }
  912. }
  913. .footer_logo {
  914. img {
  915. position: relative;
  916. right: 30px;
  917. width: 300px;
  918. object-fit: cover;
  919. }
  920. }
  921. .google_map {
  922. width: 100%;
  923. padding: 14px 20px;
  924. background: none;
  925. color: #3f51b5;
  926. border: 1px solid #3f51b5;
  927. border-radius: 3px;
  928. transition: 0.3s;
  929. overflow-x: hidden;
  930. a {
  931. text-decoration: none;
  932. color: #3f51b5;
  933. }
  934. &:hover {
  935. background: #3f51b5;
  936. color: #fff;
  937. a {
  938. color: #fff;
  939. }
  940. }
  941. }
  942. .line_Reserve {
  943. width: 100%;
  944. padding: 15px 20px;
  945. background: #52b448;
  946. border: 1px solid #52b448;
  947. color: #fff;
  948. border: none;
  949. border-radius: 3px;
  950. transition: 0.3s;
  951. overflow-x: hidden;
  952. a {
  953. color: #fff;
  954. text-decoration: none;
  955. }
  956. &:hover {
  957. background: #fff;
  958. color: #52b448;
  959. a {
  960. color: #52b448;
  961. }
  962. }
  963. }
  964. }
  965. #footer-secondary {
  966. background: #fff2f1;
  967. color: #6c6c6c;
  968. .footer_content_box {
  969. padding: 50px 0;
  970. margin: 0 auto;
  971. width: 80%;
  972. @media (max-width: 767px) {
  973. width: 85%;
  974. }
  975. }
  976. h3 {
  977. font-size: 1rem;
  978. }
  979. h3,
  980. p {
  981. letter-spacing: 2px;
  982. }
  983. li a {
  984. width: 100%;
  985. text-align: left;
  986. color: #6c6c6c;
  987. }
  988. .navbar-nav {
  989. width: auto;
  990. .nav-link {
  991. margin: 0;
  992. padding: 0;
  993. border-bottom: none;
  994. transition: all 0.2s;
  995. &:hover {
  996. color: $maincolor;
  997. }
  998. }
  999. .nav-item {
  1000. min-width: 105px;
  1001. }
  1002. @media (max-width: 767px) {
  1003. .nav-item {
  1004. min-width: auto;
  1005. width: 90px;
  1006. }
  1007. .nav-link {
  1008. font-size: 1rem;
  1009. text-align: center;
  1010. }
  1011. }
  1012. }
  1013. .socail-link {
  1014. img {
  1015. image-rendering: -webkit-optimize-contrast;
  1016. filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
  1017. &:hover {
  1018. // #ef7086
  1019. // filter: invert(66%) sepia(60%) saturate(2844%) hue-rotate(307deg) brightness(99%) contrast(90%);
  1020. opacity: 0.8;
  1021. }
  1022. }
  1023. }
  1024. .footer_text {
  1025. margin-top: 15px;
  1026. @media (max-width: 767px) {
  1027. p {
  1028. font-size: 0.85rem;
  1029. }
  1030. }
  1031. }
  1032. .store_name {
  1033. color: $maincolor;
  1034. }
  1035. .store {
  1036. width: 85%;
  1037. margin: 0 auto;
  1038. p {
  1039. margin-top: 10px;
  1040. }
  1041. }
  1042. .footer_logo {
  1043. img {
  1044. position: relative;
  1045. right: 30px;
  1046. width: 250px;
  1047. object-fit: cover;
  1048. }
  1049. }
  1050. }
  1051. .gototop {
  1052. position: fixed;
  1053. right: 3vw;
  1054. bottom: 0.5vw;
  1055. z-index: 10;
  1056. border-radius: 80px;
  1057. font-size: 32px;
  1058. color: #fff;
  1059. width: 50px;
  1060. height: 50px;
  1061. background: $subcolor;
  1062. cursor: pointer;
  1063. }
  1064. /* banner */
  1065. .facial-banner,
  1066. .massage-banner,
  1067. .store-banner {
  1068. padding: 150px 0;
  1069. position: relative;
  1070. background-size: cover;
  1071. background-repeat: no-repeat;
  1072. image-rendering: -webkit-optimize-contrast;
  1073. p {
  1074. position: absolute;
  1075. right: 50%;
  1076. transform: translate(50%, 50%);
  1077. font-size: 40px;
  1078. color: white;
  1079. text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  1080. }
  1081. }
  1082. /* 臉部課程-facial start */
  1083. .facial-banner {
  1084. background-image: url(/img/banner-facial.jpg);
  1085. background-position: 25% 25%;
  1086. p {
  1087. bottom: 45%;
  1088. }
  1089. }
  1090. .facial-content {
  1091. margin: 100px auto;
  1092. p {
  1093. margin: 0;
  1094. line-height: 32px;
  1095. }
  1096. img {
  1097. height: 250px;
  1098. object-fit: cover;
  1099. }
  1100. button {
  1101. display: none;
  1102. padding: 7px 30px;
  1103. position: absolute;
  1104. bottom: -20px;
  1105. right: 50%;
  1106. transform: translate(50%, 0);
  1107. color: #ffffff;
  1108. background-color: $maincolor;
  1109. white-space: nowrap;
  1110. font-weight: bold;
  1111. transition: all 0.3s;
  1112. @media screen and(max-width:$moblie) {
  1113. display: block;
  1114. }
  1115. &::after {
  1116. content: "";
  1117. display: inline-block;
  1118. vertical-align: middle;
  1119. width: 8px;
  1120. height: 8px;
  1121. margin: 0 0 2px 10px;
  1122. border: 1px solid #fff;
  1123. border-left: 0 none;
  1124. border-bottom: 0 none;
  1125. -moz-transform: rotate(45deg);
  1126. -ms-transform: rotate(45deg);
  1127. -webkit-transform: rotate(45deg);
  1128. transform: rotate(45deg);
  1129. }
  1130. &:hover {
  1131. color: #ffffff;
  1132. background-color: $subcolor;
  1133. }
  1134. }
  1135. .card {
  1136. cursor: pointer;
  1137. border: 1px solid #cccccc;
  1138. .card-body {
  1139. padding: 10px 20px 20px;
  1140. }
  1141. &:hover {
  1142. button {
  1143. display: block;
  1144. }
  1145. .img-box img {
  1146. transform: scale(1.1, 1.1);
  1147. }
  1148. }
  1149. }
  1150. .badge {
  1151. height: 30px;
  1152. line-height: 1.9;
  1153. background-color: $maincolor;
  1154. }
  1155. .img-box {
  1156. overflow: hidden;
  1157. img {
  1158. width: 100%;
  1159. height: auto;
  1160. object-fit: contain;
  1161. transition: all 1s;
  1162. image-rendering: -webkit-optimize-contrast;
  1163. }
  1164. }
  1165. }
  1166. .modal-header {
  1167. border-bottom: none !important;
  1168. }
  1169. .modal-body {
  1170. letter-spacing: 1px;
  1171. p {
  1172. line-height: 32px;
  1173. }
  1174. h5 {
  1175. font-size: 25px;
  1176. }
  1177. img {
  1178. border-radius: 20px;
  1179. }
  1180. .price-box span {
  1181. font-size: 18px;
  1182. font-weight: bold;
  1183. color: $maincolor;
  1184. &:last-child {
  1185. font-size: 16px;
  1186. font-weight: normal;
  1187. text-decoration: line-through;
  1188. }
  1189. }
  1190. .recommend-item {
  1191. display: flex;
  1192. flex-direction: column;
  1193. align-items: center;
  1194. justify-content: center;
  1195. border-top: 1px dashed $subcolor;
  1196. span {
  1197. width: 100px;
  1198. padding: 10px;
  1199. margin: 25px 0 15px;
  1200. padding-left: 15px;
  1201. letter-spacing: 5px;
  1202. font-size: 16px;
  1203. color: #ffffff;
  1204. background-color: $maincolor;
  1205. }
  1206. li {
  1207. margin: 5px 0;
  1208. }
  1209. }
  1210. section {
  1211. height: 75%;
  1212. }
  1213. }
  1214. .time-box {
  1215. img {
  1216. width: 18px;
  1217. height: 18px;
  1218. margin-right: 5px;
  1219. image-rendering: -webkit-optimize-contrast;
  1220. }
  1221. p {
  1222. margin: 0;
  1223. font-size: 14px;
  1224. color: $maincolor;
  1225. }
  1226. span {
  1227. font-size: 20px;
  1228. font-weight: bold;
  1229. }
  1230. }
  1231. .modal-body img {
  1232. image-rendering: -webkit-optimize-contrast;
  1233. }
  1234. /* 臉部課程-facial end */
  1235. /* 門市資訊-store start */
  1236. .store-banner {
  1237. background-image: url(/img/banner-store.jpg);
  1238. background-position: 25% 30%;
  1239. p {
  1240. bottom: 45%;
  1241. }
  1242. }
  1243. .store-content {
  1244. margin: 150px auto;
  1245. letter-spacing: 1px;
  1246. i {
  1247. color: #b2adae;
  1248. font-size: 20px;
  1249. }
  1250. h3 {
  1251. margin-bottom: 20px;
  1252. font-weight: bold;
  1253. color: $maincolor;
  1254. }
  1255. img {
  1256. width: 100%;
  1257. border-radius: 20px 0 0 20px;
  1258. @media (max-width: 767px) {
  1259. border-radius: 20px 20px 0 0;
  1260. }
  1261. }
  1262. .info-box {
  1263. width: 270px;
  1264. margin: auto;
  1265. @media (max-width: 375px) {
  1266. width: 100%;
  1267. }
  1268. }
  1269. .Down_line {
  1270. width: 230px;
  1271. margin-top: -20px;
  1272. }
  1273. .row {
  1274. margin: 15%;
  1275. border: 1px solid #f4c0d0;
  1276. border-radius: 20px;
  1277. @media (max-width: 1200px) {
  1278. margin: 10%;
  1279. }
  1280. @media (max-width: 992px) {
  1281. margin: 0px;
  1282. }
  1283. }
  1284. .google_map {
  1285. width: 100%;
  1286. padding: 7px 15px;
  1287. margin-top: 1px;
  1288. background: none;
  1289. color: #3f51b5;
  1290. border: 1px solid #3f51b5;
  1291. border-radius: 3px;
  1292. -webkit-transition: 0.3s;
  1293. transition: 0.3s;
  1294. font-size: 15px;
  1295. letter-spacing: 1px;
  1296. overflow-x: hidden;
  1297. a {
  1298. text-decoration: none;
  1299. color: #3f51b5;
  1300. }
  1301. &:hover {
  1302. background: #3f51b5;
  1303. color: #fff;
  1304. a {
  1305. color: #fff;
  1306. }
  1307. }
  1308. }
  1309. .line_Reserve {
  1310. width: 100%;
  1311. margin-left: 10%;
  1312. padding: 8px 15px;
  1313. background: #52b448;
  1314. color: #fff;
  1315. border: 1px solid #52b448;
  1316. border-radius: 5px;
  1317. transition: 0.3s;
  1318. font-size: 15px;
  1319. letter-spacing: 1px;
  1320. overflow-x: hidden;
  1321. a {
  1322. color: #fff;
  1323. text-decoration: none;
  1324. }
  1325. &:hover {
  1326. background: #fff;
  1327. color: #52b448;
  1328. a {
  1329. color: #52b448;
  1330. }
  1331. }
  1332. @media (max-width: 575px) {
  1333. margin-left: 0;
  1334. margin-top: 5%;
  1335. }
  1336. }
  1337. @media (max-width: 992px) {
  1338. p {
  1339. font-size: 0.9rem;
  1340. }
  1341. h3 {
  1342. font-size: 1.3rem;
  1343. }
  1344. }
  1345. }
  1346. /* 門市資訊-store end */
  1347. /* 身體課程-massage start */
  1348. .massage-banner {
  1349. background-image: url(/img/banner-massage.jpg);
  1350. background-position: center;
  1351. p {
  1352. bottom: 45%;
  1353. }
  1354. }
  1355. .massage-modal-item {
  1356. .modal-body .badge {
  1357. width: auto;
  1358. padding-left: 13px;
  1359. letter-spacing: 2px;
  1360. }
  1361. }
  1362. /* 身體課程-massage end */
  1363. /* 關於我們-about start */
  1364. .about-content {
  1365. margin-bottom: 100px;
  1366. p {
  1367. padding: 0 60px;
  1368. line-height: 35px;
  1369. text-align: justify;
  1370. }
  1371. .title {
  1372. font-size: 30px;
  1373. letter-spacing: 3px;
  1374. font-weight: bold;
  1375. }
  1376. .container {
  1377. margin: 15% 5%;
  1378. }
  1379. .bg-item {
  1380. height: 120%;
  1381. background-color: #fff2f1;
  1382. position: absolute;
  1383. z-index: -1;
  1384. bottom: -10%;
  1385. left: -5%;
  1386. width: 90%;
  1387. }
  1388. .iframe-box {
  1389. position: relative;
  1390. width: 100%;
  1391. height: 0;
  1392. padding-bottom: 73%;
  1393. }
  1394. .iframe-box video {
  1395. position: absolute;
  1396. top: 0;
  1397. left: 0;
  1398. // width: 100%;
  1399. height: 100%;
  1400. box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  1401. }
  1402. .icon-box {
  1403. .row {
  1404. padding: 0 30px;
  1405. @media (max-width: 1200px) {
  1406. padding-left: 13%;
  1407. }
  1408. @media (max-width: 768px) {
  1409. padding: 0;
  1410. }
  1411. }
  1412. .col-6 {
  1413. flex-direction: row;
  1414. @media (max-width: 767px) {
  1415. flex-direction: column;
  1416. }
  1417. }
  1418. img {
  1419. width: 50px;
  1420. image-rendering: -webkit-optimize-contrast;
  1421. filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
  1422. }
  1423. span {
  1424. margin: 15px;
  1425. font-weight: bold;
  1426. }
  1427. .icon-item {
  1428. padding: 15px;
  1429. margin: auto 0;
  1430. border: 1px solid $subcolor;
  1431. border-radius: 100%;
  1432. }
  1433. }
  1434. @media (max-width: 1200px) {
  1435. .container {
  1436. margin: 10% auto;
  1437. p {
  1438. padding: 0;
  1439. }
  1440. }
  1441. .content-box {
  1442. margin-top: 100px;
  1443. }
  1444. }
  1445. }
  1446. /* 關於我們-about end */
  1447. .bottom_line {
  1448. margin: 0px auto 20px;
  1449. border: 1px solid transparent;
  1450. background: linear-gradient(to right, white, white), linear-gradient(to right, $subcolor, #d76478);
  1451. background-clip: padding-box, border-box;
  1452. background-origin: padding-box, border-box;
  1453. width: 50px;
  1454. }