style.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. }
  8. .playbutton {
  9. cursor: pointer;
  10. position: absolute;
  11. top: 50%;
  12. left: 50%;
  13. -webkit-transform: translate(-50%, -50%);
  14. transform: translate(-50%, -50%);
  15. z-index: 101;
  16. -webkit-transition: 0.3s;
  17. transition: 0.3s;
  18. }
  19. .playbutton:hover {
  20. opacity: 0.8;
  21. }
  22. .learn_more {
  23. margin-top: 20px;
  24. padding: 5px;
  25. background: none;
  26. color: #CC7DB7;
  27. border-radius: 5px;
  28. border: 1px solid #CC7DB7;
  29. -webkit-transition: 0.3s;
  30. transition: 0.3s;
  31. }
  32. .learn_more:hover {
  33. color: #fff;
  34. background: #CC7DB7;
  35. }
  36. .course_name_title {
  37. font-size: 1.2rem;
  38. color: #9C27B0;
  39. font-weight: 900;
  40. }
  41. .course_name_text {
  42. color: #CC7DB7;
  43. margin-bottom: 5px;
  44. font-size: 1rem;
  45. }
  46. .Discounted_price {
  47. font-size: 24px;
  48. font-weight: 600;
  49. }
  50. .violetbeauty_content_title {
  51. color: #9C27B0;
  52. font-weight: 900;
  53. font-size: 1.8rem;
  54. }
  55. .violetbeauty_content_text {
  56. color: #9C27B0;
  57. font-size: 1rem;
  58. }
  59. .violetbeauty_content_text {
  60. color: #9C27B0;
  61. font-size: 1rem;
  62. }
  63. .features_title {
  64. font-weight: 900;
  65. letter-spacing: 2px;
  66. font: 1.9375em "微軟正黑體";
  67. line-height: 25px;
  68. text-align: center;
  69. color: #452767;
  70. width: 100%;
  71. margin-bottom: 1rem;
  72. }
  73. .Down_line {
  74. width: 300px;
  75. -o-object-fit: cover;
  76. object-fit: cover;
  77. }
  78. .card {
  79. border: none;
  80. }
  81. .card .card-body {
  82. padding: 0.1rem;
  83. margin-top: 15px;
  84. }
  85. .violetbeauty_CTA {
  86. margin-top: 50px;
  87. padding: 10px 50px;
  88. border: 1px solid #CC7DB7;
  89. background: #fff;
  90. border-radius: 30px;
  91. color: #9C27B0;
  92. position: relative;
  93. -webkit-transition: 0.5s;
  94. transition: 0.5s;
  95. }
  96. .violetbeauty_CTA a {
  97. color: #9C27B0;
  98. }
  99. .violetbeauty_CTA .cta_flower {
  100. position: absolute;
  101. width: 60px;
  102. left: -25px;
  103. bottom: -10px;
  104. -webkit-transition: 0.5s;
  105. transition: 0.5s;
  106. }
  107. .violetbeauty_CTA:hover {
  108. background: #9C27B0;
  109. color: #fff;
  110. }
  111. .violetbeauty_CTA:hover a {
  112. color: #fff;
  113. }
  114. .violetbeauty_CTA:hover .cta_flower {
  115. -webkit-transform: rotate(360deg);
  116. transform: rotate(360deg);
  117. }
  118. .navbar-nav {
  119. -webkit-box-orient: horizontal;
  120. -webkit-box-direction: normal;
  121. -ms-flex-direction: row;
  122. flex-direction: row;
  123. width: 70%;
  124. margin: 0 auto;
  125. }
  126. .navbar-nav .nav-link {
  127. font: 1.2rem 微軟正黑體;
  128. font-weight: 600;
  129. padding: 0.5rem 1rem;
  130. margin: 5px 1rem;
  131. text-align: center;
  132. color: #9C27B0;
  133. letter-spacing: 0;
  134. border-bottom: 5px solid #ffffff;
  135. -webkit-box-sizing: border-box;
  136. box-sizing: border-box;
  137. cursor: pointer;
  138. }
  139. .slick-dotted.slick-slider {
  140. margin-bottom: 0px !important;
  141. }
  142. .sec_content_right_text {
  143. margin-top: 30px;
  144. }
  145. .sec_content_right_text p {
  146. margin-bottom: 0.5rem;
  147. color: #9C27B0;
  148. }
  149. .banner-slide .slick-dots {
  150. bottom: 30px;
  151. }
  152. .banner-slide .slick-dots li button:before {
  153. font-size: 16px;
  154. font-weight: 900;
  155. top: 15px;
  156. content: '○';
  157. color: #82689d;
  158. }
  159. .banner-slide .slick-dots li.slick-active button:before {
  160. opacity: .75;
  161. color: #82689d;
  162. content: '●';
  163. }
  164. .violetbeauty_sec00 {
  165. background: #F8F2F6;
  166. padding: 80px 0;
  167. position: relative;
  168. }
  169. .violetbeauty_sec00 .sec00_img1 {
  170. left: 0px;
  171. bottom: 20px;
  172. width: 300px;
  173. opacity: 0.8;
  174. }
  175. .violetbeauty_sec00 .sec00_img2 {
  176. right: 0px;
  177. top: 50px;
  178. width: 180px;
  179. opacity: 0.8;
  180. -webkit-transform: rotate(-90deg);
  181. transform: rotate(-90deg);
  182. }
  183. .violetbeauty_sec00 .sec00_img3 {
  184. right: 100px;
  185. bottom: 80px;
  186. width: 60px;
  187. opacity: 0.5;
  188. -webkit-transform: rotate(-30deg);
  189. transform: rotate(-30deg);
  190. }
  191. .violetbeauty_sec00 .violetbeauty_sec00_box {
  192. width: 80%;
  193. margin: 0 auto;
  194. }
  195. .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_left_img {
  196. width: 60%;
  197. -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  198. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  199. }
  200. .violetbeauty_sec00 .violetbeauty_sec00_box .sec00_content_right {
  201. text-align: center;
  202. margin-top: 50px;
  203. }
  204. .violetbeauty_sec01, .violetbeauty_sec02 {
  205. padding: 50px 0;
  206. }
  207. .violetbeauty_sec01 .slick-prev:before, .violetbeauty_sec02 .slick-prev:before {
  208. content: "";
  209. }
  210. .violetbeauty_sec01 .slick-next:before, .violetbeauty_sec02 .slick-next:before {
  211. content: "";
  212. }
  213. .violetbeauty_sec01 .violetbeauty_sec01_box, .violetbeauty_sec02 .violetbeauty_sec01_box {
  214. width: 80%;
  215. margin: 0 auto;
  216. }
  217. .violetbeauty_sec01 .violetbeauty_sec01_content, .violetbeauty_sec02 .violetbeauty_sec01_content {
  218. margin-top: 30px;
  219. }
  220. .violetbeauty_sec01 .violetbeauty_sec01_content .sec01_slide_item, .violetbeauty_sec02 .violetbeauty_sec01_content .sec01_slide_item {
  221. padding: 20px;
  222. }
  223. .violetbeauty_sec01 .violetbeauty_sec01_content .sec01_slide_item img, .violetbeauty_sec02 .violetbeauty_sec01_content .sec01_slide_item img {
  224. -o-object-fit: cover;
  225. object-fit: cover;
  226. margin: 0 auto;
  227. }
  228. .violetbeauty_sec02 {
  229. background: #F8F2F6;
  230. }
  231. .violetbeauty_sec02 .card {
  232. background: #F8F2F6;
  233. }
  234. .violetbeauty_sec03 {
  235. padding: 100px 0;
  236. margin-bottom: 50px;
  237. position: relative;
  238. }
  239. .violetbeauty_sec03 .sec03_img1 {
  240. position: absolute;
  241. left: 50px;
  242. top: 50px;
  243. opacity: 0.5;
  244. }
  245. .violetbeauty_sec03 .sec03_img2 {
  246. position: absolute;
  247. right: -120px;
  248. width: 400px;
  249. top: 40%;
  250. opacity: 0.5;
  251. -webkit-transform: rotate(-70deg);
  252. transform: rotate(-70deg);
  253. }
  254. .violetbeauty_sec03 .sec03_img3 {
  255. position: absolute;
  256. right: 0px;
  257. opacity: 0.5;
  258. width: 250px;
  259. bottom: 50px;
  260. transform: scaleX(-1) rotate(19deg);
  261. -moz-transform: scaleX(-1) rotate(19deg);
  262. -webkit-transform: scaleX(-1) rotate(19deg);
  263. -o-transform: scaleX(-1) rotate(19deg);
  264. }
  265. .violetbeauty_sec03 .violetbeauty_sec03_box {
  266. width: 75%;
  267. margin: 0 auto;
  268. }
  269. .violetbeauty_sec03 .violetbeauty_sec03_box .violetbeauty_sec03_content {
  270. margin-top: 100px;
  271. }
  272. .violetbeauty_sec03 .violetbeauty_contract_form {
  273. width: 70%;
  274. margin: 0 auto;
  275. }
  276. .violetbeauty_sec03 .violetbeauty_contract_form #submitbutton {
  277. width: 100%;
  278. margin: 16px auto;
  279. border: none;
  280. padding: 16px 12px;
  281. background: #CC7DB7;
  282. color: #fff;
  283. font-size: 20px;
  284. border-radius: .25rem;
  285. text-align: center;
  286. vertical-align: middle;
  287. }
  288. .violetbeauty_sec03 .violetbeauty_contract_form #submitbutton:hover {
  289. color: #CC7DB7;
  290. background-color: #fff;
  291. border: 1px solid #CC7DB7;
  292. }
  293. .violetbeauty_sec03 .violetbeauty_contract_form #time, .violetbeauty_sec03 .violetbeauty_contract_form #datepicker {
  294. width: 45%;
  295. padding: 10px 15px;
  296. border-radius: 3px;
  297. margin: 10px 0px;
  298. border: 1px solid rgba(0, 0, 0, 0.3);
  299. }
  300. .violetbeauty_sec03 .violetbeauty_contract_form #time {
  301. margin-left: 8%;
  302. }
  303. .violetbeauty_sec03 .violetbeauty_contract_form #phone,
  304. .violetbeauty_sec03 .violetbeauty_contract_form #email,
  305. .violetbeauty_sec03 .violetbeauty_contract_form #loc,
  306. .violetbeauty_sec03 .violetbeauty_contract_form #name,
  307. .violetbeauty_sec03 .violetbeauty_contract_form #course_name {
  308. width: 100%;
  309. padding: 10px 15px;
  310. font-size: 16px;
  311. border-radius: 3px;
  312. margin: 10px 0px;
  313. border: 1px solid rgba(0, 0, 0, 0.3);
  314. }
  315. .logo img {
  316. width: 300px;
  317. -o-object-fit: cover;
  318. object-fit: cover;
  319. }
  320. .violetbeauty_logo {
  321. width: 300px;
  322. -o-object-fit: cover;
  323. object-fit: cover;
  324. }
  325. #footer {
  326. background: #EDCDE1;
  327. }
  328. #footer .footer_content_box {
  329. padding: 100px 0;
  330. margin: 0 auto;
  331. width: 80%;
  332. }
  333. #footer h3 {
  334. font-size: 1.5rem;
  335. }
  336. #footer p {
  337. margin-bottom: 0.5rem;
  338. }
  339. #footer .socail-link a {
  340. margin-right: 8px;
  341. }
  342. #footer .footer_text {
  343. margin-top: 15px;
  344. }
  345. #footer .socail-link {
  346. margin-top: 30px;
  347. }
  348. #footer .store_name {
  349. color: #9C27B0;
  350. }
  351. #footer .store {
  352. width: 85%;
  353. margin: 0 auto;
  354. }
  355. #footer .store p {
  356. margin-top: 10px;
  357. }
  358. #footer .footer_logo img {
  359. position: relative;
  360. right: 30px;
  361. width: 300px;
  362. -o-object-fit: cover;
  363. object-fit: cover;
  364. }
  365. #footer .google_map {
  366. width: 47%;
  367. padding: 15px 20px;
  368. background: none;
  369. color: #3F51B5;
  370. border: 1px solid #3F51B5;
  371. border-radius: 3px;
  372. -webkit-transition: 0.3s;
  373. transition: 0.3s;
  374. overflow-x: hidden;
  375. }
  376. #footer .google_map a {
  377. text-decoration: none;
  378. color: #3F51B5;
  379. }
  380. #footer .google_map:hover {
  381. background: #3F51B5;
  382. color: #fff;
  383. }
  384. #footer .google_map:hover a {
  385. color: #fff;
  386. }
  387. #footer .line_Reserve {
  388. width: 45%;
  389. margin-left: 5%;
  390. padding: 15px 20px;
  391. background: #52B448;
  392. border: 1px solid #52B448;
  393. color: #fff;
  394. border: none;
  395. border-radius: 3px;
  396. -webkit-transition: 0.3s;
  397. transition: 0.3s;
  398. overflow-x: hidden;
  399. }
  400. #footer .line_Reserve a {
  401. color: #fff;
  402. text-decoration: none;
  403. }
  404. #footer .line_Reserve:hover {
  405. background: #fff;
  406. color: #52B448;
  407. }
  408. #footer .line_Reserve:hover a {
  409. color: #52B448;
  410. }
  411. .gototop {
  412. position: fixed;
  413. right: 3vw;
  414. bottom: 0.5vw;
  415. z-index: 10;
  416. border-radius: 80px;
  417. font-size: 32px;
  418. color: #fff;
  419. width: 50px;
  420. height: 50px;
  421. background: #CC7DB7;
  422. cursor: pointer;
  423. }
  424. /*# sourceMappingURL=style.css.map */