123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- $maincolor: #ef7086;
- $subcolor: #f4c0d0;
- $desktop: 1025px;
- $table: 1024px;
- $moblie: 767px;
- #top {
- overflow-x: hidden !important;
- }
- .violetbeauty_line {
- margin: 0px auto 20px;
- border: 1px solid transparent;
- background: linear-gradient(to right, white, white), linear-gradient(to right, $subcolor, #d76478);
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- width: 50px;
- opacity: 1 !important;
- }
- .playbutton {
- cursor: pointer;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 101;
- transition: 0.3s;
- &:hover {
- opacity: 0.8;
- }
- }
- .likeSee__state {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- img {
- width: 40px;
- }
- }
- .learn_more {
- margin-top: 20px;
- padding: 5px;
- background: none;
- color: $subcolor;
- border-radius: 5px;
- border: 1px solid $subcolor;
- // border:none;
- transition: 0.3s;
- &:hover {
- color: #fff;
- background: $subcolor;
- }
- }
- .course_name_title {
- font-size: 1.2rem;
- color: $maincolor;
- font-weight: 900;
- }
- .course_name_text {
- color: $subcolor;
- margin-bottom: 5px;
- font-size: 1rem;
- }
- .Discounted_price {
- font-size: 24px;
- font-weight: 600;
- }
- .violetbeauty_content_title {
- color: $maincolor;
- font-weight: 900;
- font-size: 1.8rem;
- }
- .violetbeauty_content_text {
- color: $maincolor;
- font-size: 1rem;
- }
- .features_title {
- font-weight: 300 !important;
- letter-spacing: 2px;
- font: 1.9375em "微軟正黑體";
- line-height: 25px;
- text-align: center;
- color: #333;
- width: 100%;
- margin: 1rem 0;
- }
- .Down_line {
- width: 300px;
- object-fit: cover;
- }
- .card {
- border: none;
- .card-body {
- padding: 0.1rem;
- margin-top: 15px;
- }
- }
- .violetbeauty_CTA {
- margin-top: 50px;
- padding: 10px 50px;
- border: 1px solid $subcolor;
- background: #fff;
- border-radius: 30px;
- color: $maincolor;
- position: relative;
- transition: 0.5s;
- a {
- color: $maincolor;
- }
- .cta_flower {
- position: absolute;
- width: 60px;
- left: -25px;
- bottom: -10px;
- transition: 0.5s;
- }
- &:hover {
- background: $maincolor;
- a {
- color: #fff;
- }
- color: #fff;
- .cta_flower {
- transform: rotate(360deg);
- }
- }
- }
- .navbar-nav {
- flex-direction: row;
- width: 70%;
- margin: 0 auto;
- .nav-item {
- white-space: nowrap;
- }
- .nav-link {
- font: 1.2rem 微軟正黑體;
- font-weight: 300 !important;
- padding: 0.5rem 1rem;
- margin: 5px 1rem;
- text-align: center;
- color: #9f9f9f;
- color: #000;
- letter-spacing: 0;
- border-bottom: 5px solid #ffffff;
- box-sizing: border-box;
- cursor: pointer;
- &:hover {
- color: $maincolor;
- }
- }
- }
- // 手機導覽頁
- #Navigation {
- background: #fff;
- opacity: 1;
- height: 4.5vw;
- width: 100vw !important;
- position: fixed;
- z-index: 100;
- @media screen and(max-width:$table) {
- height: 8vw;
- }
- @media screen and(max-width:$moblie) {
- height: auto;
- position: fixed;
- z-index: 5;
- }
- .menu {
- font-size: 28px;
- margin-top: 30px;
- color: #6c6c6c;
- }
- #nav {
- width: 100vw;
- margin: 0 auto;
- }
- // rwd要注意高度
- #logo {
- padding-top: 1vw;
- img {
- width: 120px;
- }
- }
- #link {
- text-align: right;
- padding: 1.5vw 3vw;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- a {
- text-decoration: none;
- color: #000;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- padding: 15px;
- position: relative;
- :hover {
- opacity: 0.8;
- }
- &:after {
- content: "";
- display: block;
- width: 80%;
- height: 3px;
- background-color: #fff;
- position: absolute;
- left: 12%;
- bottom: 0;
- transition: all 0.3s;
- opacity: 0;
- }
- &:hover:after {
- width: 80%;
- opacity: 1;
- }
- }
- }
- }
- // 手機彈跳視窗
- #menu-box {
- top: 4.4rem;
- height: 25vh;
- width: 100vw;
- position: fixed;
- z-index: 998;
- overflow: hidden;
- display: none;
- background: rgba(0, 0, 0, 0.8);
- @media screen and(min-width:$desktop) {
- display: none;
- }
- @media screen and(max-width:$moblie) {
- height: 100vh;
- }
- @media screen and(max-width:350px) {
- height: 55vh;
- }
- hr {
- display: inline-block;
- margin: 0px auto !important;
- width: 55vw;
- background: #fff;
- opacity: 1 !important;
- }
- #menu-box2 {
- width: 100vw;
- height: 25vh;
- background-color: $subcolor;
- opacity: 0.95;
- z-index: 999;
- text-align: center;
- @media screen and(max-width:$moblie) {
- height: 45vh;
- }
- @media screen and(max-width:350px) {
- height: 55vh;
- }
- #menu-link {
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- width: 60vw;
- margin: 0 auto;
- }
- .menu-logo {
- opacity: 1;
- img {
- width: 7vw;
- }
- }
- a {
- display: inline-block;
- text-decoration: none;
- color: #fff;
- font-size: 16px;
- margin-top: 20px;
- font-weight: 900;
- @media screen and(max-width:$moblie) {
- margin-top: 4vw;
- }
- }
- .menu-text {
- width: 70vw;
- text-align: center;
- margin-bottom: 10px;
- border-bottom: 1px solid #fff;
- margin: 0 auto;
- padding-bottom: 10px;
- @media screen and(max-width:$moblie) {
- margin-bottom: 5px !important;
- }
- }
- }
- }
- .slick-dotted.slick-slider {
- margin-bottom: 0px !important;
- }
- .sec_content_right_text {
- margin-top: 30px;
- p {
- margin-bottom: 0.5rem;
- color: $maincolor;
- }
- }
- .banner-slide {
- @media screen and(max-width:$moblie) {
- padding-top: 80px;
- }
- }
- .news {
- margin: 100px 0px;
- @media screen and(max-width:$moblie) {
- margin: 50px 0px 80px;
- }
- .news-slide {
- width: 80%;
- margin: 0 auto;
- @media screen and(max-width:$moblie) {
- width: 95%;
- }
- .slick-prev,
- .slick-next {
- width: 50px;
- object-fit: cover;
- height: auto;
- filter: invert(52%) sepia(75%) saturate(602%) hue-rotate(306deg) brightness(102%) contrast(87%);
- @media screen and(max-width:$moblie) {
- width: 30px;
- }
- }
- .slick-prev {
- left: -50px;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- }
- .slick-next {
- right: -50px;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- }
- // .slick-prev:before{
- // content: "〈";
- // color:#000;
- // font-size: 72px;
- // font-weight: 900;
- // right:100px;
- // z-index: 900;
- // }
- .banner-slide-item {
- img {
- padding: 10px;
- width: 100% !important;
- @media screen and(max-width:$moblie) {
- padding: 0px;
- }
- }
- }
- .slick-dots {
- bottom: -15px;
- li {
- // margin-top: -50px;
- // 上右下左
- button:before {
- font-size: 16px;
- font-weight: 900;
- top: 15px;
- content: "○";
- color: $maincolor;
- }
- }
- li.slick-active button:before {
- opacity: 0.75;
- color: $maincolor;
- content: "●";
- }
- }
- }
- }
- .violetbeauty_sec00 {
- overflow: hidden;
- background-size: cover;
- background-attachment: fixed;
- background-position: left center;
- background-repeat: no-repeat;
- position: relative;
- @media screen and(max-width:$moblie) {
- // background-attachment: inherit;
- background-position: right center;
- }
- .bg {
- background: rgba(0, 0, 0, 0.4);
- width: 100%;
- height: 100%;
- padding: 100px 0;
- }
- hr {
- background: #fff;
- opacity: 1 !important;
- height: 1px;
- width: 40px;
- margin: 15px auto;
- }
- p {
- color: #fff;
- }
- h4 {
- color: #fff;
- }
- .violetbeauty_sec00_box {
- width: 80%;
- margin: 0 auto;
- @media screen and(max-width:$moblie) {
- width: 90%;
- }
- .sec00_content_left_img {
- width: 70%;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- @media screen and(max-width:$moblie) {
- width: 80%;
- }
- }
- .sec00_content_right {
- text-align: center;
- margin-top: 30px;
- p {
- margin-bottom: 0.8rem;
- }
- }
- }
- }
- // .slick-prev:before{
- // content: "〈";
- // color:#000;
- // font-size: 72px;
- // font-weight: 900;
- // right:100px;
- // z-index: 900;
- // }
- // .banner-slide {
- // .slick-dots {
- // bottom: 30px;
- // li {
- // // margin-top: -50px;
- // // 上右下左
- // button:before {
- // font-size: 16px;
- // font-weight: 900;
- // top: 15px;
- // content: "○";
- // color: #82689d;
- // }
- // }
- // li.slick-active button:before {
- // opacity: 0.75;
- // color: #82689d;
- // content: "●";
- // }
- // }
- // }
- // .violetbeauty_sec00 {
- // background: #f8f2f6;
- // padding: 80px 0;
- // position: relative;
- // .sec00_img1 {
- // left: 0px;
- // bottom: 20px;
- // width: 300px;
- // opacity: 0.8;
- // }
- // .sec00_img2 {
- // right: 0px;
- // top: 50px;
- // width: 180px;
- // opacity: 0.8;
- // transform: rotate(-90deg);
- // }
- // .sec00_img3 {
- // right: 100px;
- // bottom: 80px;
- // width: 60px;
- // opacity: 0.5;
- // transform: rotate(-30deg);
- // }
- // .violetbeauty_sec00_box {
- // width: 80%;
- // margin: 0 auto;
- // .sec00_content_left_img {
- // width: 60%;
- // box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- // }
- // .sec00_content_right {
- // text-align: center;
- // margin-top: 50px;
- // }
- // }
- // }
- // .violetbeauty_sec01,
- // .violetbeauty_sec02 {
- // padding: 50px 0;
- // .slick-prev:before {
- // content: "";
- // }
- // .slick-next:before {
- // content: "";
- // }
- // .violetbeauty_sec01_box {
- // width: 80%;
- // margin: 0 auto;
- // }
- // .violetbeauty_sec01_content {
- // margin-top: 30px;
- // .sec01_slide_item {
- // padding: 20px;
- // img {
- // // width: 180px;
- // height: 250px;
- // object-fit: cover;
- // margin: 0 auto;
- // }
- // }
- // }
- // }
- // .violetbeauty_sec02 {
- // background: $subcolor;
- // .card {
- // background: $subcolor;
- // }
- // .violetbeauty_sec02_content {
- // margin-top: 30px;
- // .violetbeauty_sec02_sub_title {
- // font-family: "Noto Sans TC", sans-serif;
- // font-size: 20px;
- // font-weight: normal;
- // color: $maincolor;
- // }
- // b {
- // width: 10px;
- // height: 10px;
- // background: $maincolor;
- // transform: rotate(45deg);
- // margin: 1rem 0;
- // display: inline-block;
- // }
- // }
- // .sec02_slide_item {
- // padding: 30px;
- // }
- // .violetbeauty_service_img {
- // img {
- // width: 290px;
- // height: 290px;
- // object-fit: cover;
- // border-radius: 50%;
- // margin: 0 auto;
- // }
- // }
- // .violetbeauty_service p {
- // margin: 10px 0;
- // font-family: "Noto Sans TC", sans-serif;
- // font-size: 16px;
- // color: $maincolor;
- // display: inline-block;
- // width: 90%;
- // border-bottom: 1px dashed $maincolor;
- // padding: 0.5rem 0;
- // cursor: pointer;
- // }
- // // .violetbeauty_service_item,p{
- // // margin: 10px 0;
- // // font-family: 'Noto Sans TC', sans-serif;
- // // font-size: 16px;
- // // color: #CC7DB7;
- // // display: inline-block;
- // // width: 100%;
- // // border-bottom: 1px dashed $maincolor;
- // // padding:0 1rem;
- // // display: -webkit-box;
- // // display: -ms-flexbox;
- // // display: flex;
- // // -webkit-box-pack: justify;
- // // -ms-flex-pack: justify;
- // // justify-content: space-around;;
- // // -webkit-box-align: center;
- // // -ms-flex-align: center;
- // // align-items: center;
- // // }
- // }
- .sec01_course {
- background: #fff2f1;
- }
- .sec02_course {
- background: #fff;
- }
- .sec01_course,
- .sec02_course {
- // margin:80px 0;
- padding: 50px 0;
- // background: #fff2f1;
- .sec01_course_box {
- width: 80%;
- margin: 0 auto;
- background: #fff;
- @media screen and(max-width:$moblie) {
- width: 90%;
- }
- .sec01_course_text {
- text-align: center;
- padding: 15px 5.6%;
- letter-spacing: 1px;
- @media screen and(max-width:$moblie) {
- padding: 15px 2.8%;
- }
- del {
- font-size: 1.2rem;
- color: #888;
- @media screen and(max-width:$moblie) {
- font-size: 1rem;
- }
- }
- span {
- color: #ef7086;
- font-size: 1.6rem;
- @media screen and(max-width:$moblie) {
- font-size: 1.4rem;
- }
- }
- p {
- font-size: 14px;
- color: #555;
- padding: 15px 0 0;
- }
- .submitbutton {
- width: 80%;
- margin: 20px auto;
- border: none;
- padding: 10px 12px;
- background: $subcolor;
- color: #fff;
- font-size: 20px;
- border-radius: 0.25rem;
- text-align: center;
- vertical-align: middle;
- border: 1px solid $subcolor;
- &:hover {
- color: $subcolor;
- background-color: #fff;
- border: 1px solid $subcolor;
- }
- }
- }
- }
- }
- .violetbeauty_sec03 {
- padding: 100px 0;
- margin-bottom: 50px;
- position: relative;
- letter-spacing: 1px;
- @media screen and(max-width:$moblie) {
- padding: 50px 0;
- margin-bottom: 0;
- }
- .sec03_img1 {
- position: absolute;
- left: 50px;
- top: 50px;
- opacity: 0.5;
- }
- .sec03_img2 {
- position: absolute;
- right: -120px;
- width: 400px;
- top: 40%;
- opacity: 0.5;
- transform: rotate(-70deg);
- }
- .sec03_img3 {
- position: absolute;
- right: 0px;
- opacity: 0.5;
- width: 250px;
- bottom: 50px;
- transform: scaleX(-1) rotate(19deg);
- -moz-transform: scaleX(-1) rotate(19deg);
- -webkit-transform: scaleX(-1) rotate(19deg);
- -o-transform: scaleX(-1) rotate(19deg);
- }
- .violetbeauty_sec03_box {
- width: 75%;
- margin: 0 auto;
- @media screen and(max-width:$moblie) {
- width: 90%;
- }
- .violetbeauty_sec03_content {
- margin-top: 100px;
- @media screen and(max-width:$moblie) {
- margin-top: 50px;
- }
- }
- }
- .violetbeauty_contract_form {
- width: 70%;
- margin: 0 auto;
- @media screen and(max-width:$moblie) {
- width: 90%;
- }
- .submitbutton {
- width: 100%;
- margin: 16px auto;
- border: none;
- padding: 16px 12px;
- background: $subcolor;
- color: #fff;
- font-size: 20px;
- border-radius: 0.25rem;
- text-align: center;
- vertical-align: middle;
- &:hover {
- color: $subcolor;
- background-color: #fff;
- border: 1px solid $subcolor;
- }
- }
- #time,
- #datepicker {
- width: 45%;
- padding: 10px 15px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- #time {
- margin-left: 8%;
- }
- #phone,
- #email,
- #loc,
- #name,
- #course_name {
- width: 100%;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- -webkit-appearance : none !important;
- }
- }
- }
- // .violetbeauty_sec01{
- // width: 80%;
- // margin:0 auto ;
- // .features{
- // width: 100%;
- // height: auto;
- // margin: 17px 0 0 0;
- // }
- // .violetbeauty_sec01_content{
- // margin-top: 30px;
- // .sec01_content_left{
- // width: 85%;
- // .sec01_content_box{
- // margin-top: 20%;
- // .sec01_content_title_1{
- // color: #452767;
- // font-size: 3.5rem;
- // text-align: center;
- // }
- // .sec01_content_title_2{
- // h3{
- // font-size:1.6rem ;
- // text-align: center;
- // color: #452767;
- // letter-spacing: 3px;
- // font-weight:600
- // }
- // }
- // .sec01_content_text{
- // p{
- // font-size: 1.2rem;
- // text-align: center;
- // }
- // }
- // }
- // }
- // .sec01_content_right{
- // .sec01_content_img{
- // width: 100%;
- // // margin: 0 auto;
- // }
- // }
- // }
- // }
- .logo {
- img {
- width: 300px;
- // height: 66px;
- object-fit: cover;
- }
- }
- .violetbeauty_logo {
- width: 300px;
- object-fit: cover;
- }
- #footer {
- // background: #edcde1;
- background: #fff2f1;
- color: #6c6c6c;
- .phone {
- transform: rotate(100deg);
- }
- .footer_content_box {
- padding: 50px 0;
- margin: 0 auto;
- width: 80%;
- letter-spacing: 1px;
- @media screen and(max-width:$moblie) {
- width: 90%;
- }
- li a {
- width: 100%;
- text-align: left;
- color: #6c6c6c;
- }
- .border_line {
- margin-top: 30px;
- background: #ccc;
- opacity: 1 !important;
- margin-bottom: 0.5rem;
- }
- }
- .socail-link {
- a {
- margin-right: 8px;
- }
- }
- .footer_text_box {
- @media screen and(max-width:$moblie) {
- width: 80%;
- margin: 0 auto;
- }
- h3 {
- font-size: 1rem;
- }
- h3,
- p {
- letter-spacing: 2px;
- }
- .navbar-nav {
- width: auto;
- .nav-link {
- margin: 0;
- padding: 0;
- border-bottom: none;
- transition: all 0.2s;
- font-size: 1rem;
- text-align: center;
- &:hover {
- color: $maincolor;
- }
- }
- .nav-item {
- // width: 80px;
- margin-right: 20px;
- margin-bottom: 10px;
- min-width: auto;
- }
- }
- }
- .footer_text {
- margin-top: 15px;
- @media screen and(max-width:$moblie) {
- font-size: 0.85rem;
- }
- }
- .socail-link {
- margin-top: 30px;
- @media screen and(max-width:$moblie) {
- text-align: center;
- }
- a {
- transition: 0.3s;
- &:hover {
- opacity: 0.8;
- }
- }
- }
- .store {
- width: 85%;
- margin: 0 auto;
- @media screen and(max-width:$moblie) {
- margin-top: 50px;
- }
- p {
- margin-top: 10px;
- }
- h3 {
- font-size: 1.5rem;
- font-weight: 300 !important;
- }
- p {
- margin-bottom: 0.5rem;
- font-weight: 300 !important;
- }
- }
- .footer_logo {
- img {
- position: relative;
- right: 30px;
- width: 300px;
- object-fit: cover;
- }
- }
- .google_map {
- width: 100%;
- padding: 14px 20px;
- background: none;
- color: #3f51b5;
- border: 1px solid #3f51b5;
- border-radius: 3px;
- transition: 0.3s;
- overflow-x: hidden;
- a {
- text-decoration: none;
- color: #3f51b5;
- }
- &:hover {
- background: #3f51b5;
- color: #fff;
- a {
- color: #fff;
- }
- }
- }
- .line_Reserve {
- width: 100%;
- padding: 15px 20px;
- background: #52b448;
- border: 1px solid #52b448;
- color: #fff;
- border: none;
- border-radius: 3px;
- transition: 0.3s;
- overflow-x: hidden;
- a {
- color: #fff;
- text-decoration: none;
- }
- &:hover {
- background: #fff;
- color: #52b448;
- a {
- color: #52b448;
- }
- }
- }
- }
- #footer-secondary {
- background: #fff2f1;
- color: #6c6c6c;
- .footer_content_box {
- padding: 50px 0;
- margin: 0 auto;
- width: 80%;
- @media (max-width: 767px) {
- width: 85%;
- }
- }
- h3 {
- font-size: 1rem;
- }
- h3,
- p {
- letter-spacing: 2px;
- }
- li a {
- width: 100%;
- text-align: left;
- color: #6c6c6c;
- }
- .navbar-nav {
- width: auto;
- .nav-link {
- margin: 0;
- padding: 0;
- border-bottom: none;
- transition: all 0.2s;
- &:hover {
- color: $maincolor;
- }
- }
- .nav-item {
- min-width: 105px;
- }
- @media (max-width: 767px) {
- .nav-item {
- min-width: auto;
- width: 90px;
- }
- .nav-link {
- font-size: 1rem;
- text-align: center;
- }
- }
- }
- .socail-link {
- img {
- image-rendering: -webkit-optimize-contrast;
- filter: invert(42%) sepia(0%) saturate(1863%) hue-rotate(226deg) brightness(100%) contrast(96%);
- &:hover {
- // #ef7086
- // filter: invert(66%) sepia(60%) saturate(2844%) hue-rotate(307deg) brightness(99%) contrast(90%);
- opacity: 0.8;
- }
- }
- }
- .footer_text {
- margin-top: 15px;
- @media (max-width: 767px) {
- p {
- font-size: 0.85rem;
- }
- }
- }
- .store_name {
- color: $maincolor;
- }
- .store {
- width: 85%;
- margin: 0 auto;
- p {
- margin-top: 10px;
- }
- }
- .footer_logo {
- img {
- position: relative;
- right: 30px;
- width: 250px;
- object-fit: cover;
- }
- }
- }
- .gototop {
- position: fixed;
- right: 3vw;
- bottom: 0.5vw;
- z-index: 10;
- border-radius: 80px;
- font-size: 32px;
- color: #fff;
- width: 50px;
- height: 50px;
- background: $subcolor;
- cursor: pointer;
- }
- #banner-slide3{
- margin-top: 100px;
- @media screen and(max-width:$moblie) {
- margin-top:30px;
- }
- }
- /* banner */
- .facial-banner,
- .massage-banner,
- .store-banner {
- padding: 150px 0;
- position: relative;
- background-size: cover;
- background-repeat: no-repeat;
- image-rendering: -webkit-optimize-contrast;
- p {
- position: absolute;
- right: 50%;
- transform: translate(50%, 50%);
- font-size: 40px;
- color: white;
- text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
- }
- }
- /* 臉部課程-facial start */
- .facial-banner {
- background-image: url(/img/banner-facial.jpg);
- background-position: 25% 25%;
- p {
- bottom: 45%;
- }
- }
- .facial-content {
- margin: 100px auto;
- p {
- margin: 0;
- line-height: 32px;
- }
- img {
- height: 250px;
- object-fit: cover;
- }
- button {
- display: none;
- padding: 7px 30px;
- position: absolute;
- bottom: -20px;
- right: 50%;
- transform: translate(50%, 0);
- color: #ffffff;
- background-color: $maincolor;
- white-space: nowrap;
- font-weight: bold;
- transition: all 0.3s;
- @media screen and(max-width:$moblie) {
- display: block;
- }
- &::after {
- content: "";
- display: inline-block;
- vertical-align: middle;
- width: 8px;
- height: 8px;
- margin: 0 0 2px 10px;
- border: 1px solid #fff;
- border-left: 0 none;
- border-bottom: 0 none;
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- &:hover {
- color: #ffffff;
- background-color: $subcolor;
- }
- }
- .card {
- cursor: pointer;
- border: 1px solid #cccccc;
- .card-body {
- padding: 10px 20px 20px;
- }
- &:hover {
- button {
- display: block;
- }
- .img-box img {
- transform: scale(1.1, 1.1);
- }
- }
- }
- .badge {
- height: 30px;
- line-height: 1.9;
- background-color: $maincolor;
- }
- .img-box {
- overflow: hidden;
- img {
- width: 100%;
- height: auto;
- object-fit: contain;
- transition: all 1s;
- image-rendering: -webkit-optimize-contrast;
- }
- }
- }
- .modal-header {
- border-bottom: none !important;
- }
- .modal-body {
- letter-spacing: 1px;
- p {
- line-height: 32px;
- }
- h5 {
- font-size: 25px;
- }
- img {
- border-radius: 20px;
- }
- .price-box span {
- font-size: 18px;
- font-weight: bold;
- color: $maincolor;
- &:last-child {
- font-size: 16px;
- font-weight: normal;
- text-decoration: line-through;
- }
- }
- .recommend-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- border-top: 1px dashed $subcolor;
- span {
- width: 100px;
- padding: 10px;
- margin: 25px 0 15px;
- padding-left: 15px;
- letter-spacing: 5px;
- font-size: 16px;
- color: #ffffff;
- background-color: $maincolor;
- }
- li {
- margin: 5px 0;
- }
- }
- section {
- height: 75%;
- }
- }
- .time-box {
- img {
- width: 18px;
- height: 18px;
- margin-right: 5px;
- image-rendering: -webkit-optimize-contrast;
- }
- p {
- margin: 0;
- font-size: 14px;
- color: $maincolor;
- }
- span {
- font-size: 20px;
- font-weight: bold;
- }
- }
- .modal-body img {
- image-rendering: -webkit-optimize-contrast;
- }
- /* 臉部課程-facial end */
- /* 門市資訊-store start */
- .store-banner {
- background-image: url(/img/banner-store.jpg);
- background-position: 25% 30%;
- p {
- bottom: 45%;
- }
- }
- .store-content {
- margin: 150px auto;
- letter-spacing: 1px;
- i {
- color: #b2adae;
- font-size: 20px;
- }
- h3 {
- margin-bottom: 20px;
- font-weight: bold;
- color: $maincolor;
- }
- img {
- width: 100%;
- border-radius: 20px 0 0 20px;
- @media (max-width: 767px) {
- border-radius: 20px 20px 0 0;
- }
- }
- .info-box {
- width: 270px;
- margin: auto;
- @media (max-width: 375px) {
- width: 100%;
- }
- }
- .Down_line {
- width: 230px;
- margin-top: -20px;
- }
- .row {
- margin: 15%;
- border: 1px solid #f4c0d0;
- border-radius: 20px;
- @media (max-width: 1200px) {
- margin: 10%;
- }
- @media (max-width: 992px) {
- margin: 0px;
- }
- }
- .google_map {
- width: 100%;
- padding: 7px 15px;
- margin-top: 1px;
- background: none;
- color: #3f51b5;
- border: 1px solid #3f51b5;
- border-radius: 3px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- font-size: 15px;
- letter-spacing: 1px;
- overflow-x: hidden;
- a {
- text-decoration: none;
- color: #3f51b5;
- }
- &:hover {
- background: #3f51b5;
- color: #fff;
- a {
- color: #fff;
- }
- }
- }
- .line_Reserve {
- width: 100%;
- margin-left: 10%;
- padding: 8px 15px;
- background: #52b448;
- color: #fff;
- border: 1px solid #52b448;
- border-radius: 5px;
- transition: 0.3s;
- font-size: 15px;
- letter-spacing: 1px;
- overflow-x: hidden;
- a {
- color: #fff;
- text-decoration: none;
- }
- &:hover {
- background: #fff;
- color: #52b448;
- a {
- color: #52b448;
- }
- }
- @media (max-width: 575px) {
- margin-left: 0;
- margin-top: 5%;
- }
- }
- @media (max-width: 992px) {
- p {
- font-size: 0.9rem;
- }
- h3 {
- font-size: 1.3rem;
- }
- }
- }
- /* 門市資訊-store end */
- /* 身體課程-massage start */
- .massage-banner {
- background-image: url(/img/banner-massage.jpg);
- background-position: center;
- p {
- bottom: 45%;
- }
- }
- .massage-modal-item {
- .modal-body .badge {
- width: auto;
- padding-left: 13px;
- letter-spacing: 2px;
- }
- }
- /* 身體課程-massage end */
- /* 關於我們-about start */
- .about-content {
- margin-bottom: 100px;
- p {
- padding: 0 60px;
- line-height: 35px;
- text-align: justify;
- }
- .title {
- font-size: 30px;
- letter-spacing: 3px;
- font-weight: bold;
- }
- .container {
- margin: 15% 5%;
- }
- .bg-item {
- height: 120%;
- background-color: #fff2f1;
- position: absolute;
- z-index: -1;
- bottom: -10%;
- left: -5%;
- width: 90%;
- }
- .iframe-box {
- position: relative;
- width: 100%;
- height: 0;
- padding-bottom: 73%;
- }
- .iframe-box video {
- position: absolute;
- top: 0;
- left: 0;
- // width: 100%;
- height: 100%;
- box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- }
- .icon-box {
- .row {
- padding: 0 30px;
- @media (max-width: 1200px) {
- padding-left: 13%;
- }
- @media (max-width: 768px) {
- padding: 0;
- }
- }
- .col-6 {
- flex-direction: row;
- @media (max-width: 767px) {
- flex-direction: column;
- }
- }
- img {
- width: 50px;
- image-rendering: -webkit-optimize-contrast;
- filter: invert(71%) sepia(13%) saturate(3318%) hue-rotate(302deg) brightness(90%) contrast(110%);
- }
- span {
- margin: 15px;
- font-weight: bold;
- }
- .icon-item {
- padding: 15px;
- margin: auto 0;
- border: 1px solid $subcolor;
- border-radius: 100%;
- }
- }
- @media (max-width: 1200px) {
- .container {
- margin: 10% auto;
- p {
- padding: 0;
- }
- }
- .content-box {
- margin-top: 100px;
- }
- }
- }
- /* 關於我們-about end */
- .bottom_line {
- margin: 0px auto 20px;
- border: 1px solid transparent;
- background: linear-gradient(to right, white, white), linear-gradient(to right, $subcolor, #d76478);
- background-clip: padding-box, border-box;
- background-origin: padding-box, border-box;
- width: 50px;
- }
|