123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833 |
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #top {
- overflow-x: hidden !important;
- }
- .crown {
- color: #f7c728;
- font-size: 20px;
- }
- .playbutton {
- cursor: pointer;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 101;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- .playbutton: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;
- }
- .likeSee__state img {
- width: 40px;
- }
- .learn_more {
- margin-top: 20px;
- padding: 5px;
- background: none;
- color: #f4c0d0;
- border-radius: 5px;
- border: 1px solid #f4c0d0;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- .learn_more:hover {
- color: #fff;
- background: #f4c0d0;
- }
- .course_name_title {
- font-size: 1.2rem;
- color: #ef7086;
- font-weight: 900;
- }
- .course_name_text {
- color: #f4c0d0;
- margin-bottom: 5px;
- font-size: 1rem;
- }
- .Discounted_price {
- font-size: 24px;
- font-weight: 600;
- }
- .violetbeauty_content_title {
- color: #ef7086;
- font-weight: 900;
- font-size: 1.8rem;
- }
- .violetbeauty_content_text {
- color: #ef7086;
- font-size: 1rem;
- }
- .features_title {
- font-weight: 900;
- letter-spacing: 2px;
- font: 1.9375em "微軟正黑體";
- line-height: 25px;
- text-align: center;
- color: #ef7086;
- width: 100%;
- margin-bottom: 1rem;
- }
- .Down_line {
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .card {
- border: none;
- }
- .card .card-body {
- padding: 0.1rem;
- margin-top: 15px;
- }
- .violetbeauty_CTA {
- margin-top: 50px;
- padding: 10px 50px;
- border: 1px solid #f4c0d0;
- background: #fff;
- border-radius: 30px;
- color: #ef7086;
- position: relative;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- .violetbeauty_CTA a {
- color: #ef7086;
- }
- .violetbeauty_CTA .cta_flower {
- position: absolute;
- width: 60px;
- left: -25px;
- bottom: -10px;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- .violetbeauty_CTA:hover {
- background: #ef7086;
- color: #fff;
- }
- .violetbeauty_CTA:hover a {
- color: #fff;
- }
- .violetbeauty_CTA:hover .cta_flower {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- width: 70%;
- margin: 0 auto;
- }
- .navbar-nav .nav-link {
- font: 1.2rem 微軟正黑體;
- font-weight: 600;
- padding: 0.5rem 1rem;
- margin: 5px 1rem;
- text-align: center;
- color: #ef7086;
- letter-spacing: 0;
- border-bottom: 5px solid #ffffff;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- }
- .navbar-nav .nav-link:hover {
- opacity: 0.7;
- }
- .slick-dotted.slick-slider {
- margin-bottom: 0px !important;
- }
- .sec_content_right_text {
- margin-top: 30px;
- }
- .sec_content_right_text p {
- margin-bottom: 0.5rem;
- color: #ef7086;
- }
- .banner-slide .slick-dots {
- bottom: 30px;
- }
- .banner-slide .slick-dots li button:before {
- font-size: 16px;
- font-weight: 900;
- top: 15px;
- content: "○";
- color: #82689d;
- }
- .banner-slide .slick-dots li.slick-active button:before {
- opacity: 0.75;
- color: #82689d;
- content: "●";
- }
- .violetbeauty_sec00 {
- background: #f8f2f6;
- padding: 80px 0;
- position: relative;
- }
- .violetbeauty_sec00 .sec00_img1 {
- left: 0px;
- bottom: 20px;
- width: 300px;
- opacity: 0.8;
- }
- .violetbeauty_sec00 .sec00_img2 {
- right: 0px;
- top: 50px;
- width: 180px;
- opacity: 0.8;
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
- .violetbeauty_sec00 .sec00_img3 {
- right: 100px;
- bottom: 80px;
- width: 60px;
- opacity: 0.5;
- -webkit-transform: rotate(-30deg);
- transform: rotate(-30deg);
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box {
- width: 80%;
- margin: 0 auto;
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_left_img {
- width: 60%;
- -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- }
- .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_right {
- text-align: center;
- margin-top: 50px;
- }
- .violetbeauty_sec01,
- .violetbeauty_sec02 {
- padding: 50px 0;
- }
- .violetbeauty_sec01 .slick-prev:before,
- .violetbeauty_sec02 .slick-prev:before {
- content: "";
- }
- .violetbeauty_sec01 .slick-next:before,
- .violetbeauty_sec02 .slick-next:before {
- content: "";
- }
- .violetbeauty_sec01 .violetbeauty_sec01_box,
- .violetbeauty_sec02 .violetbeauty_sec01_box {
- width: 80%;
- margin: 0 auto;
- }
- .violetbeauty_sec01 .violetbeauty_sec01_content,
- .violetbeauty_sec02 .violetbeauty_sec01_content {
- margin-top: 30px;
- }
- .violetbeauty_sec01 .violetbeauty_sec01_content .sec01_slide_item,
- .violetbeauty_sec02 .violetbeauty_sec01_content .sec01_slide_item {
- padding: 20px;
- }
- .violetbeauty_sec01 .violetbeauty_sec01_content .sec01_slide_item img,
- .violetbeauty_sec02 .violetbeauty_sec01_content .sec01_slide_item img {
- height: 250px;
- -o-object-fit: cover;
- object-fit: cover;
- margin: 0 auto;
- }
- .violetbeauty_sec02 {
- background: #f4c0d0;
- }
- .violetbeauty_sec02 .card {
- background: #f4c0d0;
- }
- .violetbeauty_sec02 .violetbeauty_sec02_content {
- margin-top: 30px;
- }
- .violetbeauty_sec02 .violetbeauty_sec02_content .violetbeauty_sec02_sub_title {
- font-family: "Noto Sans TC", sans-serif;
- font-size: 20px;
- font-weight: normal;
- color: #ef7086;
- }
- .violetbeauty_sec02 .violetbeauty_sec02_content b {
- width: 10px;
- height: 10px;
- background: #ef7086;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- margin: 1rem 0;
- display: inline-block;
- }
- .violetbeauty_sec02 .sec02_slide_item {
- padding: 30px;
- }
- .violetbeauty_sec02 .violetbeauty_service_img img {
- width: 290px;
- height: 290px;
- -o-object-fit: cover;
- object-fit: cover;
- border-radius: 50%;
- margin: 0 auto;
- }
- .violetbeauty_sec02 .violetbeauty_service p {
- margin: 10px 0;
- font-family: "Noto Sans TC", sans-serif;
- font-size: 16px;
- color: #ef7086;
- display: inline-block;
- width: 90%;
- border-bottom: 1px dashed #ef7086;
- padding: 0.5rem 0;
- cursor: pointer;
- }
- .violetbeauty_sec03 {
- padding: 100px 0;
- margin-bottom: 50px;
- position: relative;
- }
- .violetbeauty_sec03 .sec03_img1 {
- position: absolute;
- left: 50px;
- top: 50px;
- opacity: 0.5;
- }
- .violetbeauty_sec03 .sec03_img2 {
- position: absolute;
- right: -120px;
- width: 400px;
- top: 40%;
- opacity: 0.5;
- -webkit-transform: rotate(-70deg);
- transform: rotate(-70deg);
- }
- .violetbeauty_sec03 .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 .violetbeauty_sec03_box {
- width: 75%;
- margin: 0 auto;
- }
- .violetbeauty_sec03 .violetbeauty_sec03_box .violetbeauty_sec03_content {
- margin-top: 100px;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form {
- width: 70%;
- margin: 0 auto;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #submitbutton {
- width: 100%;
- margin: 16px auto;
- border: none;
- padding: 16px 12px;
- background: #f4c0d0;
- color: #fff;
- font-size: 20px;
- border-radius: 0.25rem;
- text-align: center;
- vertical-align: middle;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #submitbutton:hover {
- color: #f4c0d0;
- background-color: #fff;
- border: 1px solid #f4c0d0;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #time,
- .violetbeauty_sec03 .violetbeauty_contract_form #datepicker {
- width: 45%;
- padding: 10px 15px;
- border-radius: 3px;
- margin: 10px 0px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #time {
- margin-left: 8%;
- }
- .violetbeauty_sec03 .violetbeauty_contract_form #phone,
- .violetbeauty_sec03 .violetbeauty_contract_form #email,
- .violetbeauty_sec03 .violetbeauty_contract_form #loc,
- .violetbeauty_sec03 .violetbeauty_contract_form #name,
- .violetbeauty_sec03 .violetbeauty_contract_form #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);
- }
- .logo img {
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .violetbeauty_logo {
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #footer {
- background: #edcde1;
- }
- #footer .footer_content_box {
- padding: 100px 0;
- margin: 0 auto;
- width: 80%;
- }
- #footer h3 {
- font-size: 1.5rem;
- }
- #footer p {
- margin-bottom: 0.5rem;
- }
- #footer .socail-link a {
- margin-right: 8px;
- }
- #footer .footer_text {
- margin-top: 15px;
- }
- #footer .socail-link {
- margin-top: 30px;
- }
- #footer .store_name {
- color: #ef7086;
- }
- #footer .store {
- width: 85%;
- margin: 0 auto;
- }
- #footer .store p {
- margin-top: 10px;
- }
- #footer .footer_logo img {
- position: relative;
- right: 30px;
- width: 300px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #footer .google_map {
- width: 47%;
- padding: 15px 20px;
- background: none;
- color: #3f51b5;
- border: 1px solid #3f51b5;
- border-radius: 3px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- overflow-x: hidden;
- }
- #footer .google_map a {
- text-decoration: none;
- color: #3f51b5;
- }
- #footer .google_map:hover {
- background: #3f51b5;
- color: #fff;
- }
- #footer .google_map:hover a {
- color: #fff;
- }
- #footer .line_Reserve {
- width: 45%;
- margin-left: 5%;
- padding: 15px 20px;
- background: #52b448;
- border: 1px solid #52b448;
- color: #fff;
- border: none;
- border-radius: 3px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- overflow-x: hidden;
- }
- #footer .line_Reserve a {
- color: #fff;
- text-decoration: none;
- }
- #footer .line_Reserve:hover {
- background: #fff;
- color: #52b448;
- }
- #footer .line_Reserve:hover a {
- color: #52b448;
- }
- .gototop {
- position: fixed;
- right: 3vw;
- bottom: 0.5vw;
- z-index: 10;
- border-radius: 80px;
- font-size: 32px;
- color: #fff;
- width: 50px;
- height: 50px;
- background: #f4c0d0;
- cursor: pointer;
- }
- /* banner */
- .facial-banner,
- .massage-banner,
- .store-banner {
- padding: 150px 0;
- position: relative;
- background-size: cover;
- background-repeat: no-repeat;
- image-rendering: -webkit-optimize-contrast;
- }
- .facial-banner p,
- .massage-banner p,
- .store-banner p {
- position: absolute;
- right: 50%;
- -webkit-transform: translate(50%, 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%;
- }
- .facial-banner p {
- bottom: 45%;
- }
- .facial-content {
- margin: 100px auto;
- }
- .facial-content p {
- margin: 0;
- line-height: 32px;
- }
- .facial-content img {
- height: 250px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .facial-content button {
- display: none;
- padding: 7px 30px;
- position: absolute;
- bottom: -20px;
- right: 50%;
- -webkit-transform: translate(50%, 0);
- transform: translate(50%, 0);
- color: #ffffff;
- background-color: #ef7086;
- white-space: nowrap;
- font-weight: bold;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .facial-content button::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;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .facial-content button:hover {
- color: #ffffff;
- background-color: #f4c0d0;
- }
- .facial-content .card {
- cursor: pointer;
- border: 1px solid #cccccc;
- }
- .facial-content .card .card-body {
- padding: 10px 20px 20px;
- }
- .facial-content .card:hover button {
- display: block;
- }
- .facial-content .card:hover .img-box img {
- -webkit-transform: scale(1.2, 1.2);
- transform: scale(1.2, 1.2);
- }
- .facial-content .badge {
- height: 30px;
- line-height: 1.9;
- background-color: #ef7086;
- }
- .facial-content .img-box {
- overflow: hidden;
- }
- .facial-content .img-box img {
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .modal-header {
- border-bottom: none !important;
- }
- .modal-body {
- letter-spacing: 1px;
- }
- .modal-body p {
- line-height: 32px;
- }
- .modal-body h5 {
- font-size: 25px;
- }
- .modal-body img {
- border-radius: 20px;
- }
- .modal-body .price-box span {
- font-size: 18px;
- font-weight: bold;
- color: #ef7086;
- }
- .modal-body .price-box span:last-child {
- font-size: 16px;
- font-weight: normal;
- text-decoration: line-through;
- }
- .modal-body .recommend-item {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- border-top: 1px dashed #f4c0d0;
- }
- .modal-body .recommend-item span {
- width: 100px;
- padding: 10px;
- margin: 25px 0 15px;
- padding-left: 15px;
- letter-spacing: 5px;
- font-size: 16px;
- color: #ffffff;
- background-color: #ef7086;
- }
- .modal-body .recommend-item li {
- margin: 5px 0;
- }
- .modal-body section {
- height: 75%;
- }
- .time-box img {
- width: 18px;
- height: 18px;
- margin-right: 5px;
- image-rendering: -webkit-optimize-contrast;
- }
- .time-box p {
- margin: 0;
- font-size: 14px;
- color: #ef7086;
- }
- .time-box span {
- font-size: 20px;
- font-weight: bold;
- }
- /* 臉部課程-facial end */
- /* 門市資訊-store start */
- .store-banner {
- background-image: url(/img/banner-store.jpg);
- background-position: 25% 30%;
- }
- .store-banner p {
- bottom: 45%;
- }
- .store-content {
- margin: 100px;
- letter-spacing: 1px;
- }
- .store-content h3 {
- margin-bottom: 20px;
- font-weight: bold;
- color: #ef7086;
- }
- .store-content img {
- width: 100%;
- }
- .store-content .Down_line {
- width: 230px;
- margin-top: -20px;
- }
- /* 門市資訊-store end */
- /* 身體課程-massage start */
- .massage-banner {
- background-image: url(/img/banner-massage.jpg);
- background-position: center;
- }
- .massage-banner p {
- bottom: 45%;
- }
- .massage-modal-item .modal-body .badge {
- width: auto;
- padding-left: 13px;
- letter-spacing: 2px;
- }
- /* 身體課程-massage end */
- /*# sourceMappingURL=style.css.map */
|