style.scss 28 KB

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