style.scss 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532
  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. @media screen and(max-width:$moblie) {
  629. font-size: 1rem;
  630. }
  631. }
  632. span {
  633. color: #ef7086;
  634. font-size: 1.6rem;
  635. @media screen and(max-width:$moblie) {
  636. font-size: 1.4rem;
  637. }
  638. }
  639. p {
  640. font-size: 14px;
  641. color: #555;
  642. padding: 15px 0 0;
  643. }
  644. .submitbutton {
  645. width: 80%;
  646. margin: 20px auto;
  647. border: none;
  648. padding: 10px 12px;
  649. background: $subcolor;
  650. color: #fff;
  651. font-size: 20px;
  652. border-radius: 0.25rem;
  653. text-align: center;
  654. vertical-align: middle;
  655. border: 1px solid $subcolor;
  656. &:hover {
  657. color: $subcolor;
  658. background-color: #fff;
  659. border: 1px solid $subcolor;
  660. }
  661. }
  662. }
  663. }
  664. }
  665. .violetbeauty_sec03 {
  666. padding: 100px 0;
  667. margin-bottom: 50px;
  668. position: relative;
  669. letter-spacing: 1px;
  670. @media screen and(max-width:$moblie) {
  671. padding: 50px 0;
  672. margin-bottom: 0;
  673. }
  674. .sec03_img1 {
  675. position: absolute;
  676. left: 50px;
  677. top: 50px;
  678. opacity: 0.5;
  679. }
  680. .sec03_img2 {
  681. position: absolute;
  682. right: -120px;
  683. width: 400px;
  684. top: 40%;
  685. opacity: 0.5;
  686. transform: rotate(-70deg);
  687. }
  688. .sec03_img3 {
  689. position: absolute;
  690. right: 0px;
  691. opacity: 0.5;
  692. width: 250px;
  693. bottom: 50px;
  694. transform: scaleX(-1) rotate(19deg);
  695. -moz-transform: scaleX(-1) rotate(19deg);
  696. -webkit-transform: scaleX(-1) rotate(19deg);
  697. -o-transform: scaleX(-1) rotate(19deg);
  698. }
  699. .violetbeauty_sec03_box {
  700. width: 75%;
  701. margin: 0 auto;
  702. @media screen and(max-width:$moblie) {
  703. width: 90%;
  704. }
  705. .violetbeauty_sec03_content {
  706. margin-top: 100px;
  707. @media screen and(max-width:$moblie) {
  708. margin-top: 50px;
  709. }
  710. }
  711. }
  712. .violetbeauty_contract_form {
  713. width: 70%;
  714. margin: 0 auto;
  715. @media screen and(max-width:$moblie) {
  716. width: 90%;
  717. }
  718. .submitbutton {
  719. width: 100%;
  720. margin: 16px auto;
  721. border: none;
  722. padding: 16px 12px;
  723. background: $subcolor;
  724. color: #fff;
  725. font-size: 20px;
  726. border-radius: 0.25rem;
  727. text-align: center;
  728. vertical-align: middle;
  729. &:hover {
  730. color: $subcolor;
  731. background-color: #fff;
  732. border: 1px solid $subcolor;
  733. }
  734. }
  735. #time,
  736. #datepicker {
  737. width: 45%;
  738. padding: 10px 15px;
  739. border-radius: 3px;
  740. margin: 10px 0px;
  741. border: 1px solid rgba(0, 0, 0, 0.3);
  742. }
  743. #time {
  744. margin-left: 8%;
  745. }
  746. #phone,
  747. #email,
  748. #loc,
  749. #name,
  750. #course_name {
  751. width: 100%;
  752. padding: 10px 15px;
  753. font-size: 16px;
  754. border-radius: 3px;
  755. margin: 10px 0px;
  756. border: 1px solid rgba(0, 0, 0, 0.3);
  757. }
  758. }
  759. }
  760. // .violetbeauty_sec01{
  761. // width: 80%;
  762. // margin:0 auto ;
  763. // .features{
  764. // width: 100%;
  765. // height: auto;
  766. // margin: 17px 0 0 0;
  767. // }
  768. // .violetbeauty_sec01_content{
  769. // margin-top: 30px;
  770. // .sec01_content_left{
  771. // width: 85%;
  772. // .sec01_content_box{
  773. // margin-top: 20%;
  774. // .sec01_content_title_1{
  775. // color: #452767;
  776. // font-size: 3.5rem;
  777. // text-align: center;
  778. // }
  779. // .sec01_content_title_2{
  780. // h3{
  781. // font-size:1.6rem ;
  782. // text-align: center;
  783. // color: #452767;
  784. // letter-spacing: 3px;
  785. // font-weight:600
  786. // }
  787. // }
  788. // .sec01_content_text{
  789. // p{
  790. // font-size: 1.2rem;
  791. // text-align: center;
  792. // }
  793. // }
  794. // }
  795. // }
  796. // .sec01_content_right{
  797. // .sec01_content_img{
  798. // width: 100%;
  799. // // margin: 0 auto;
  800. // }
  801. // }
  802. // }
  803. // }
  804. .logo {
  805. img {
  806. width: 300px;
  807. // height: 66px;
  808. object-fit: cover;
  809. }
  810. }
  811. .violetbeauty_logo {
  812. width: 300px;
  813. object-fit: cover;
  814. }
  815. #footer {
  816. // background: #edcde1;
  817. background: #fff2f1;
  818. color: #6c6c6c;
  819. .phone {
  820. transform: rotate(100deg);
  821. }
  822. .footer_content_box {
  823. padding: 50px 0;
  824. margin: 0 auto;
  825. width: 80%;
  826. letter-spacing: 1px;
  827. @media screen and(max-width:$moblie) {
  828. width: 90%;
  829. }
  830. li a {
  831. width: 100%;
  832. text-align: left;
  833. color: #6c6c6c;
  834. }
  835. .border_line {
  836. margin-top: 30px;
  837. background: #ccc;
  838. opacity: 1 !important;
  839. margin-bottom: 0.5rem;
  840. }
  841. }
  842. .socail-link {
  843. a {
  844. margin-right: 8px;
  845. }
  846. }
  847. .footer_text_box {
  848. @media screen and(max-width:$moblie) {
  849. width: 80%;
  850. margin: 0 auto;
  851. }
  852. h3 {
  853. font-size: 1rem;
  854. }
  855. h3,
  856. p {
  857. letter-spacing: 2px;
  858. }
  859. .navbar-nav {
  860. width: auto;
  861. .nav-link {
  862. margin: 0;
  863. padding: 0;
  864. border-bottom: none;
  865. transition: all 0.2s;
  866. font-size: 1rem;
  867. text-align: center;
  868. &:hover {
  869. color: $maincolor;
  870. }
  871. }
  872. .nav-item {
  873. // width: 80px;
  874. margin-right: 20px;
  875. margin-bottom: 10px;
  876. min-width: auto;
  877. }
  878. }
  879. }
  880. .footer_text {
  881. margin-top: 15px;
  882. @media screen and(max-width:$moblie) {
  883. font-size: 0.85rem;
  884. }
  885. }
  886. .socail-link {
  887. margin-top: 30px;
  888. @media screen and(max-width:$moblie) {
  889. text-align: center;
  890. }
  891. a {
  892. transition: 0.3s;
  893. &:hover {
  894. opacity: 0.8;
  895. }
  896. }
  897. }
  898. .store {
  899. width: 85%;
  900. margin: 0 auto;
  901. @media screen and(max-width:$moblie) {
  902. margin-top: 50px;
  903. }
  904. p {
  905. margin-top: 10px;
  906. }
  907. h3 {
  908. font-size: 1.5rem;
  909. font-weight: 300 !important;
  910. }
  911. p {
  912. margin-bottom: 0.5rem;
  913. font-weight: 300 !important;
  914. }
  915. }
  916. .footer_logo {
  917. img {
  918. position: relative;
  919. right: 30px;
  920. width: 300px;
  921. object-fit: cover;
  922. }
  923. }
  924. .google_map {
  925. width: 100%;
  926. padding: 14px 20px;
  927. background: none;
  928. color: #3f51b5;
  929. border: 1px solid #3f51b5;
  930. border-radius: 3px;
  931. transition: 0.3s;
  932. overflow-x: hidden;
  933. a {
  934. text-decoration: none;
  935. color: #3f51b5;
  936. }
  937. &:hover {
  938. background: #3f51b5;
  939. color: #fff;
  940. a {
  941. color: #fff;
  942. }
  943. }
  944. }
  945. .line_Reserve {
  946. width: 100%;
  947. padding: 15px 20px;
  948. background: #52b448;
  949. border: 1px solid #52b448;
  950. color: #fff;
  951. border: none;
  952. border-radius: 3px;
  953. transition: 0.3s;
  954. overflow-x: hidden;
  955. a {
  956. color: #fff;
  957. text-decoration: none;
  958. }
  959. &:hover {
  960. background: #fff;
  961. color: #52b448;
  962. a {
  963. color: #52b448;
  964. }
  965. }
  966. }
  967. }
  968. #footer-secondary {
  969. background: #fff2f1;
  970. color: #6c6c6c;
  971. .footer_content_box {
  972. padding: 50px 0;
  973. margin: 0 auto;
  974. width: 80%;
  975. @media (max-width: 767px) {
  976. width: 85%;
  977. }
  978. }
  979. h3 {
  980. font-size: 1rem;
  981. }
  982. h3,
  983. p {
  984. letter-spacing: 2px;
  985. }
  986. li a {
  987. width: 100%;
  988. text-align: left;
  989. color: #6c6c6c;
  990. }
  991. .navbar-nav {
  992. width: auto;
  993. .nav-link {
  994. margin: 0;
  995. padding: 0;
  996. border-bottom: none;
  997. transition: all 0.2s;
  998. &:hover {
  999. color: $maincolor;
  1000. }
  1001. }
  1002. .nav-item {
  1003. min-width: 105px;
  1004. }
  1005. @media (max-width: 767px) {
  1006. .nav-item {
  1007. min-width: auto;
  1008. width: 90px;
  1009. }
  1010. .nav-link {
  1011. font-size: 1rem;
  1012. text-align: center;
  1013. }
  1014. }
  1015. }
  1016. .socail-link {
  1017. img {
  1018. image-rendering: -webkit-optimize-contrast;
  1019. filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
  1020. &:hover {
  1021. // #ef7086
  1022. // filter: invert(66%) sepia(60%) saturate(2844%) hue-rotate(307deg) brightness(99%) contrast(90%);
  1023. opacity: 0.8;
  1024. }
  1025. }
  1026. }
  1027. .footer_text {
  1028. margin-top: 15px;
  1029. @media (max-width: 767px) {
  1030. p {
  1031. font-size: 0.85rem;
  1032. }
  1033. }
  1034. }
  1035. .store_name {
  1036. color: $maincolor;
  1037. }
  1038. .store {
  1039. width: 85%;
  1040. margin: 0 auto;
  1041. p {
  1042. margin-top: 10px;
  1043. }
  1044. }
  1045. .footer_logo {
  1046. img {
  1047. position: relative;
  1048. right: 30px;
  1049. width: 250px;
  1050. object-fit: cover;
  1051. }
  1052. }
  1053. }
  1054. .gototop {
  1055. position: fixed;
  1056. right: 3vw;
  1057. bottom: 0.5vw;
  1058. z-index: 10;
  1059. border-radius: 80px;
  1060. font-size: 32px;
  1061. color: #fff;
  1062. width: 50px;
  1063. height: 50px;
  1064. background: $subcolor;
  1065. cursor: pointer;
  1066. }
  1067. #banner-slide3{
  1068. margin-top: 100px;
  1069. @media screen and(max-width:$moblie) {
  1070. margin-top:30px;
  1071. }
  1072. }
  1073. /* banner */
  1074. .facial-banner,
  1075. .massage-banner,
  1076. .store-banner {
  1077. padding: 150px 0;
  1078. position: relative;
  1079. background-size: cover;
  1080. background-repeat: no-repeat;
  1081. image-rendering: -webkit-optimize-contrast;
  1082. p {
  1083. position: absolute;
  1084. right: 50%;
  1085. transform: translate(50%, 50%);
  1086. font-size: 40px;
  1087. color: white;
  1088. text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  1089. }
  1090. }
  1091. /* 臉部課程-facial start */
  1092. .facial-banner {
  1093. background-image: url(/img/banner-facial.jpg);
  1094. background-position: 25% 25%;
  1095. p {
  1096. bottom: 45%;
  1097. }
  1098. }
  1099. .facial-content {
  1100. margin: 100px auto;
  1101. p {
  1102. margin: 0;
  1103. line-height: 32px;
  1104. }
  1105. img {
  1106. height: 250px;
  1107. object-fit: cover;
  1108. }
  1109. button {
  1110. display: none;
  1111. padding: 7px 30px;
  1112. position: absolute;
  1113. bottom: -20px;
  1114. right: 50%;
  1115. transform: translate(50%, 0);
  1116. color: #ffffff;
  1117. background-color: $maincolor;
  1118. white-space: nowrap;
  1119. font-weight: bold;
  1120. transition: all 0.3s;
  1121. @media screen and(max-width:$moblie) {
  1122. display: block;
  1123. }
  1124. &::after {
  1125. content: "";
  1126. display: inline-block;
  1127. vertical-align: middle;
  1128. width: 8px;
  1129. height: 8px;
  1130. margin: 0 0 2px 10px;
  1131. border: 1px solid #fff;
  1132. border-left: 0 none;
  1133. border-bottom: 0 none;
  1134. -moz-transform: rotate(45deg);
  1135. -ms-transform: rotate(45deg);
  1136. -webkit-transform: rotate(45deg);
  1137. transform: rotate(45deg);
  1138. }
  1139. &:hover {
  1140. color: #ffffff;
  1141. background-color: $subcolor;
  1142. }
  1143. }
  1144. .card {
  1145. cursor: pointer;
  1146. border: 1px solid #cccccc;
  1147. .card-body {
  1148. padding: 10px 20px 20px;
  1149. }
  1150. &:hover {
  1151. button {
  1152. display: block;
  1153. }
  1154. .img-box img {
  1155. transform: scale(1.1, 1.1);
  1156. }
  1157. }
  1158. }
  1159. .badge {
  1160. height: 30px;
  1161. line-height: 1.9;
  1162. background-color: $maincolor;
  1163. }
  1164. .img-box {
  1165. overflow: hidden;
  1166. img {
  1167. width: 100%;
  1168. height: auto;
  1169. object-fit: contain;
  1170. transition: all 1s;
  1171. image-rendering: -webkit-optimize-contrast;
  1172. }
  1173. }
  1174. }
  1175. .modal-header {
  1176. border-bottom: none !important;
  1177. }
  1178. .modal-body {
  1179. letter-spacing: 1px;
  1180. p {
  1181. line-height: 32px;
  1182. }
  1183. h5 {
  1184. font-size: 25px;
  1185. }
  1186. img {
  1187. border-radius: 20px;
  1188. }
  1189. .price-box span {
  1190. font-size: 18px;
  1191. font-weight: bold;
  1192. color: $maincolor;
  1193. &:last-child {
  1194. font-size: 16px;
  1195. font-weight: normal;
  1196. text-decoration: line-through;
  1197. }
  1198. }
  1199. .recommend-item {
  1200. display: flex;
  1201. flex-direction: column;
  1202. align-items: center;
  1203. justify-content: center;
  1204. border-top: 1px dashed $subcolor;
  1205. span {
  1206. width: 100px;
  1207. padding: 10px;
  1208. margin: 25px 0 15px;
  1209. padding-left: 15px;
  1210. letter-spacing: 5px;
  1211. font-size: 16px;
  1212. color: #ffffff;
  1213. background-color: $maincolor;
  1214. }
  1215. li {
  1216. margin: 5px 0;
  1217. }
  1218. }
  1219. section {
  1220. height: 75%;
  1221. }
  1222. }
  1223. .time-box {
  1224. img {
  1225. width: 18px;
  1226. height: 18px;
  1227. margin-right: 5px;
  1228. image-rendering: -webkit-optimize-contrast;
  1229. }
  1230. p {
  1231. margin: 0;
  1232. font-size: 14px;
  1233. color: $maincolor;
  1234. }
  1235. span {
  1236. font-size: 20px;
  1237. font-weight: bold;
  1238. }
  1239. }
  1240. .modal-body img {
  1241. image-rendering: -webkit-optimize-contrast;
  1242. }
  1243. /* 臉部課程-facial end */
  1244. /* 門市資訊-store start */
  1245. .store-banner {
  1246. background-image: url(/img/banner-store.jpg);
  1247. background-position: 25% 30%;
  1248. p {
  1249. bottom: 45%;
  1250. }
  1251. }
  1252. .store-content {
  1253. margin: 150px auto;
  1254. letter-spacing: 1px;
  1255. i {
  1256. color: #b2adae;
  1257. font-size: 20px;
  1258. }
  1259. h3 {
  1260. margin-bottom: 20px;
  1261. font-weight: bold;
  1262. color: $maincolor;
  1263. }
  1264. img {
  1265. width: 100%;
  1266. border-radius: 20px 0 0 20px;
  1267. @media (max-width: 767px) {
  1268. border-radius: 20px 20px 0 0;
  1269. }
  1270. }
  1271. .info-box {
  1272. width: 270px;
  1273. margin: auto;
  1274. @media (max-width: 375px) {
  1275. width: 100%;
  1276. }
  1277. }
  1278. .Down_line {
  1279. width: 230px;
  1280. margin-top: -20px;
  1281. }
  1282. .row {
  1283. margin: 15%;
  1284. border: 1px solid #f4c0d0;
  1285. border-radius: 20px;
  1286. @media (max-width: 1200px) {
  1287. margin: 10%;
  1288. }
  1289. @media (max-width: 992px) {
  1290. margin: 0px;
  1291. }
  1292. }
  1293. .google_map {
  1294. width: 100%;
  1295. padding: 7px 15px;
  1296. margin-top: 1px;
  1297. background: none;
  1298. color: #3f51b5;
  1299. border: 1px solid #3f51b5;
  1300. border-radius: 3px;
  1301. -webkit-transition: 0.3s;
  1302. transition: 0.3s;
  1303. font-size: 15px;
  1304. letter-spacing: 1px;
  1305. overflow-x: hidden;
  1306. a {
  1307. text-decoration: none;
  1308. color: #3f51b5;
  1309. }
  1310. &:hover {
  1311. background: #3f51b5;
  1312. color: #fff;
  1313. a {
  1314. color: #fff;
  1315. }
  1316. }
  1317. }
  1318. .line_Reserve {
  1319. width: 100%;
  1320. margin-left: 10%;
  1321. padding: 8px 15px;
  1322. background: #52b448;
  1323. color: #fff;
  1324. border: 1px solid #52b448;
  1325. border-radius: 5px;
  1326. transition: 0.3s;
  1327. font-size: 15px;
  1328. letter-spacing: 1px;
  1329. overflow-x: hidden;
  1330. a {
  1331. color: #fff;
  1332. text-decoration: none;
  1333. }
  1334. &:hover {
  1335. background: #fff;
  1336. color: #52b448;
  1337. a {
  1338. color: #52b448;
  1339. }
  1340. }
  1341. @media (max-width: 575px) {
  1342. margin-left: 0;
  1343. margin-top: 5%;
  1344. }
  1345. }
  1346. @media (max-width: 992px) {
  1347. p {
  1348. font-size: 0.9rem;
  1349. }
  1350. h3 {
  1351. font-size: 1.3rem;
  1352. }
  1353. }
  1354. }
  1355. /* 門市資訊-store end */
  1356. /* 身體課程-massage start */
  1357. .massage-banner {
  1358. background-image: url(/img/banner-massage.jpg);
  1359. background-position: center;
  1360. p {
  1361. bottom: 45%;
  1362. }
  1363. }
  1364. .massage-modal-item {
  1365. .modal-body .badge {
  1366. width: auto;
  1367. padding-left: 13px;
  1368. letter-spacing: 2px;
  1369. }
  1370. }
  1371. /* 身體課程-massage end */
  1372. /* 關於我們-about start */
  1373. .about-content {
  1374. margin-bottom: 100px;
  1375. p {
  1376. padding: 0 60px;
  1377. line-height: 35px;
  1378. text-align: justify;
  1379. }
  1380. .title {
  1381. font-size: 30px;
  1382. letter-spacing: 3px;
  1383. font-weight: bold;
  1384. }
  1385. .container {
  1386. margin: 15% 5%;
  1387. }
  1388. .bg-item {
  1389. height: 120%;
  1390. background-color: #fff2f1;
  1391. position: absolute;
  1392. z-index: -1;
  1393. bottom: -10%;
  1394. left: -5%;
  1395. width: 90%;
  1396. }
  1397. .iframe-box {
  1398. position: relative;
  1399. width: 100%;
  1400. height: 0;
  1401. padding-bottom: 73%;
  1402. }
  1403. .iframe-box video {
  1404. position: absolute;
  1405. top: 0;
  1406. left: 0;
  1407. // width: 100%;
  1408. height: 100%;
  1409. box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  1410. }
  1411. .icon-box {
  1412. .row {
  1413. padding: 0 30px;
  1414. @media (max-width: 1200px) {
  1415. padding-left: 13%;
  1416. }
  1417. @media (max-width: 768px) {
  1418. padding: 0;
  1419. }
  1420. }
  1421. .col-6 {
  1422. flex-direction: row;
  1423. @media (max-width: 767px) {
  1424. flex-direction: column;
  1425. }
  1426. }
  1427. img {
  1428. width: 50px;
  1429. image-rendering: -webkit-optimize-contrast;
  1430. filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
  1431. }
  1432. span {
  1433. margin: 15px;
  1434. font-weight: bold;
  1435. }
  1436. .icon-item {
  1437. padding: 15px;
  1438. margin: auto 0;
  1439. border: 1px solid $subcolor;
  1440. border-radius: 100%;
  1441. }
  1442. }
  1443. @media (max-width: 1200px) {
  1444. .container {
  1445. margin: 10% auto;
  1446. p {
  1447. padding: 0;
  1448. }
  1449. }
  1450. .content-box {
  1451. margin-top: 100px;
  1452. }
  1453. }
  1454. }
  1455. /* 關於我們-about end */
  1456. .bottom_line {
  1457. margin: 0px auto 20px;
  1458. border: 1px solid transparent;
  1459. background: linear-gradient(to right, white, white), linear-gradient(to right, $subcolor, #d76478);
  1460. background-clip: padding-box, border-box;
  1461. background-origin: padding-box, border-box;
  1462. width: 50px;
  1463. }