|
|
@ -1,170 +1,177 @@ |
|
|
|
@import './Lesson/index.scss'; |
|
|
|
@import "./Lesson/index.scss"; |
|
|
|
|
|
|
|
|
|
|
|
.course{ |
|
|
|
.course { |
|
|
|
&__header{ |
|
|
|
&__light { |
|
|
|
|
|
|
|
.course__options--rate { |
|
|
|
|
|
|
|
color: black; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.course__options--button { |
|
|
|
|
|
|
|
background-color: white !important; |
|
|
|
|
|
|
|
color: black; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&__header { |
|
|
|
padding: 30px 0px 45px; |
|
|
|
padding: 30px 0px 45px; |
|
|
|
border-bottom:2px solid $gray5; |
|
|
|
border-bottom: 2px solid $gray5; |
|
|
|
} |
|
|
|
} |
|
|
|
&__info{ |
|
|
|
&__info { |
|
|
|
&--image{ |
|
|
|
&--image { |
|
|
|
margin-left: 20px; |
|
|
|
margin-left: 20px; |
|
|
|
img{ |
|
|
|
img { |
|
|
|
border-top-left-radius: 9px; |
|
|
|
border-top-left-radius: 9px; |
|
|
|
border-top-right-radius: 9px; |
|
|
|
border-top-right-radius: 9px; |
|
|
|
border-bottom-right-radius: 9px; |
|
|
|
border-bottom-right-radius: 9px; |
|
|
|
border-bottom-left-radius: 24px; |
|
|
|
border-bottom-left-radius: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--description{ |
|
|
|
&--description { |
|
|
|
padding-top: 5px; |
|
|
|
padding-top: 5px; |
|
|
|
a{ |
|
|
|
a { |
|
|
|
color: $gray5; |
|
|
|
color: $gray5; |
|
|
|
} |
|
|
|
} |
|
|
|
li{ |
|
|
|
li { |
|
|
|
color: $gray5; |
|
|
|
color: $gray5; |
|
|
|
} |
|
|
|
} |
|
|
|
h1{ |
|
|
|
h1 { |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
margin-top: 12px; |
|
|
|
margin-top: 12px; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
color: $gray6; |
|
|
|
color: $gray6; |
|
|
|
margin-top: 25px; |
|
|
|
margin-top: 25px; |
|
|
|
} |
|
|
|
} |
|
|
|
.course-info-items{ |
|
|
|
.course-info-items { |
|
|
|
padding: 10px; |
|
|
|
padding: 10px; |
|
|
|
background-color: #08793d23; |
|
|
|
background-color: #08793d23; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
i{ |
|
|
|
i { |
|
|
|
color: $green; |
|
|
|
color: $green; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__options{ |
|
|
|
&__options { |
|
|
|
&--rate{ |
|
|
|
&--rate { |
|
|
|
border: 2px solid $gray7; |
|
|
|
border: 2px solid $gray7; |
|
|
|
box-shadow: 0px 0px 20px #f7ff0179; |
|
|
|
box-shadow: 0px 0px 20px #f7ff0179; |
|
|
|
border-radius: 15px; |
|
|
|
border-radius: 15px; |
|
|
|
padding-top: 20px; |
|
|
|
padding-top: 20px; |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
&--button{ |
|
|
|
&--button { |
|
|
|
background-color: #313131; |
|
|
|
background-color: #313131; |
|
|
|
border: 1px solid $gray7; |
|
|
|
border: 1px solid $gray7; |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
padding: 8px; |
|
|
|
padding: 8px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
margin-top: 15px; |
|
|
|
margin-top: 15px; |
|
|
|
&:hover{ |
|
|
|
&:hover { |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__list{ |
|
|
|
&__list { |
|
|
|
margin-bottom: 30px; |
|
|
|
margin-bottom: 30px; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
|
|
|
|
&--header{ |
|
|
|
&--header { |
|
|
|
padding: 20px 0px 20px !important; |
|
|
|
padding: 20px 0px 20px !important; |
|
|
|
border: 0px !important; |
|
|
|
border: 0px !important; |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
color: $green; |
|
|
|
color: $green; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
color: $gray7; |
|
|
|
color: $gray7; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1441px) { |
|
|
|
@media screen and (min-width: 1441px) { |
|
|
|
.course{ |
|
|
|
.course { |
|
|
|
main { |
|
|
|
main { |
|
|
|
max-width: 1350px; |
|
|
|
max-width: 1350px; |
|
|
|
} |
|
|
|
} |
|
|
|
&__info{ |
|
|
|
&__info { |
|
|
|
flex: 4; |
|
|
|
flex: 4; |
|
|
|
&--image{ |
|
|
|
&--image { |
|
|
|
img{ |
|
|
|
img { |
|
|
|
// width: 320px; |
|
|
|
// width: 320px; |
|
|
|
height: 420px; |
|
|
|
height: 420px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--description{ |
|
|
|
&--description { |
|
|
|
a{ |
|
|
|
a { |
|
|
|
font-size: 17px; |
|
|
|
font-size: 17px; |
|
|
|
} |
|
|
|
} |
|
|
|
li{ |
|
|
|
li { |
|
|
|
font-size: 17px; |
|
|
|
font-size: 17px; |
|
|
|
} |
|
|
|
} |
|
|
|
h1{ |
|
|
|
h1 { |
|
|
|
font-size: 50px; |
|
|
|
font-size: 50px; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
.course-info-items{ |
|
|
|
.course-info-items { |
|
|
|
width: 220px; |
|
|
|
width: 220px; |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
& img{ |
|
|
|
& img { |
|
|
|
margin-left: 5px; |
|
|
|
margin-left: 5px; |
|
|
|
width : 50px; |
|
|
|
width: 50px; |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
font-family: numeralLight; |
|
|
|
font-family: numeralLight; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
margin: 0px; |
|
|
|
margin: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__options{ |
|
|
|
&__options { |
|
|
|
flex: 2; |
|
|
|
flex: 2; |
|
|
|
&--rate{ |
|
|
|
&--rate { |
|
|
|
width: 315px; |
|
|
|
width: 315px; |
|
|
|
height: 200px; |
|
|
|
height: 200px; |
|
|
|
margin-bottom: 30px; |
|
|
|
margin-bottom: 30px; |
|
|
|
&__number{ |
|
|
|
&__number { |
|
|
|
div{ |
|
|
|
div { |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: 15px; |
|
|
|
font-size: 15px; |
|
|
|
} |
|
|
|
} |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: 50px; |
|
|
|
font-size: 50px; |
|
|
|
} |
|
|
|
} |
|
|
|
span{ |
|
|
|
span { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
transform: translateY(4px); |
|
|
|
transform: translateY(4px); |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
margin-top: 15px; |
|
|
|
margin-top: 15px; |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
&--button{ |
|
|
|
&--button { |
|
|
|
width: 315px; |
|
|
|
width: 315px; |
|
|
|
height: 66px; |
|
|
|
height: 66px; |
|
|
|
padding: 0px 30px; |
|
|
|
padding: 0px 30px; |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
border-radius: 40px; |
|
|
|
border-radius: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__list{ |
|
|
|
&__list { |
|
|
|
&--header{ |
|
|
|
&--header { |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: 25px; |
|
|
|
font-size: 25px; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
font-size: 13px; |
|
|
|
font-size: 13px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -173,84 +180,83 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px) { |
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px) { |
|
|
|
.course{ |
|
|
|
.course { |
|
|
|
main { |
|
|
|
main { |
|
|
|
max-width: 1250px; |
|
|
|
max-width: 1250px; |
|
|
|
padding: 0px 10px; |
|
|
|
padding: 0px 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
&__info{ |
|
|
|
&__info { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--image{ |
|
|
|
&--image { |
|
|
|
img{ |
|
|
|
img { |
|
|
|
// width: 250px; |
|
|
|
// width: 250px; |
|
|
|
height: 350px; |
|
|
|
height: 350px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--description{ |
|
|
|
&--description { |
|
|
|
h1{ |
|
|
|
h1 { |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
font-size: calc(100vw / 100);; |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
} |
|
|
|
} |
|
|
|
.course-info-items{ |
|
|
|
.course-info-items { |
|
|
|
width: 45%; |
|
|
|
width: 45%; |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
& img{ |
|
|
|
& img { |
|
|
|
margin-left: 10px; |
|
|
|
margin-left: 10px; |
|
|
|
width : 40px; |
|
|
|
width: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 120); |
|
|
|
font-size: calc(100vw / 120); |
|
|
|
font-family: numeralLight; |
|
|
|
font-family: numeralLight; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
font-size: calc(100vw / 130); |
|
|
|
font-size: calc(100vw / 130); |
|
|
|
margin: 0px; |
|
|
|
margin: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__options{ |
|
|
|
&__options { |
|
|
|
flex: 2; |
|
|
|
flex: 2; |
|
|
|
&--rate{ |
|
|
|
&--rate { |
|
|
|
width: 70%; |
|
|
|
width: 70%; |
|
|
|
height: 160px; |
|
|
|
height: 160px; |
|
|
|
margin-bottom: 30px; |
|
|
|
margin-bottom: 30px; |
|
|
|
&__number{ |
|
|
|
&__number { |
|
|
|
margin-bottom: 15px; |
|
|
|
margin-bottom: 15px; |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
} |
|
|
|
} |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
} |
|
|
|
} |
|
|
|
span{ |
|
|
|
span { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
transform: translateY(4px); |
|
|
|
transform: translateY(4px); |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
margin-top: 5px; |
|
|
|
margin-top: 5px; |
|
|
|
font-size: calc(100vw / 80); |
|
|
|
font-size: calc(100vw / 80); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
&--button{ |
|
|
|
&--button { |
|
|
|
width: 70%; |
|
|
|
width: 70%; |
|
|
|
height: 59px; |
|
|
|
height: 59px; |
|
|
|
padding: 0px 30px; |
|
|
|
padding: 0px 30px; |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
border-radius: 40px; |
|
|
|
border-radius: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__list{ |
|
|
|
&__list { |
|
|
|
&--header{ |
|
|
|
&--header { |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: calc(100vw / 65); |
|
|
|
font-size: calc(100vw / 65); |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
font-size: calc(100vw / 100); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -259,95 +265,94 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 641px) and (max-width: 1007px) { |
|
|
|
@media screen and (min-width: 641px) and (max-width: 1007px) { |
|
|
|
.course{ |
|
|
|
.course { |
|
|
|
background : black; |
|
|
|
background: black; |
|
|
|
main { |
|
|
|
main { |
|
|
|
max-width: 900px; |
|
|
|
max-width: 900px; |
|
|
|
padding: 0px 20px; |
|
|
|
padding: 0px 20px; |
|
|
|
p{ |
|
|
|
p { |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
color: $gray6; |
|
|
|
color: $gray6; |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__header{ |
|
|
|
&__header { |
|
|
|
padding: 0px; |
|
|
|
padding: 0px; |
|
|
|
padding-bottom: 20px; |
|
|
|
padding-bottom: 20px; |
|
|
|
padding-top: 20px; |
|
|
|
padding-top: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
&__info{ |
|
|
|
&__info { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--image{ |
|
|
|
&--image { |
|
|
|
img{ |
|
|
|
img { |
|
|
|
// width: 200px; |
|
|
|
// width: 200px; |
|
|
|
height: 280px; |
|
|
|
height: 280px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--description{ |
|
|
|
&--description { |
|
|
|
a{ |
|
|
|
a { |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
} |
|
|
|
} |
|
|
|
// li{ |
|
|
|
// li{ |
|
|
|
// font-size: calc(100vw / 90); |
|
|
|
// font-size: calc(100vw / 90); |
|
|
|
// } |
|
|
|
// } |
|
|
|
h1{ |
|
|
|
h1 { |
|
|
|
font-size: calc(100vw / 25); |
|
|
|
font-size: calc(100vw / 25); |
|
|
|
margin-top: 0px; |
|
|
|
margin-top: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
color: $green; |
|
|
|
color: $green; |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__options{ |
|
|
|
&__options { |
|
|
|
// display : none !important; |
|
|
|
// display : none !important; |
|
|
|
flex: 2; |
|
|
|
flex: 2; |
|
|
|
&--rate{ |
|
|
|
&--rate { |
|
|
|
// width: 70%; |
|
|
|
// width: 70%; |
|
|
|
// height: 160px; |
|
|
|
// height: 160px; |
|
|
|
// margin-bottom: 30px; |
|
|
|
// margin-bottom: 30px; |
|
|
|
border: none; |
|
|
|
border: none; |
|
|
|
box-shadow: 0px 0px 0px #f7ff01b3; |
|
|
|
box-shadow: 0px 0px 0px #f7ff01b3; |
|
|
|
&__number{ |
|
|
|
&__number { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
} |
|
|
|
} |
|
|
|
span{ |
|
|
|
span { |
|
|
|
font-size: calc(100vw / 28); |
|
|
|
font-size: calc(100vw / 28); |
|
|
|
transform: translateY(4px); |
|
|
|
transform: translateY(4px); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
margin-top: 5px; |
|
|
|
margin-top: 5px; |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
&--button{ |
|
|
|
&--button { |
|
|
|
width: 48%; |
|
|
|
width: 48%; |
|
|
|
// height: 59px; |
|
|
|
// height: 59px; |
|
|
|
padding: 10px 5px; |
|
|
|
padding: 10px 5px; |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
border-radius: 30px; |
|
|
|
border-radius: 30px; |
|
|
|
color: $gray6; |
|
|
|
color: $gray6; |
|
|
|
margin-top: 30px; |
|
|
|
margin-top: 30px; |
|
|
|
img{ |
|
|
|
img { |
|
|
|
width: 30px; |
|
|
|
width: 30px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__list{ |
|
|
|
&__list { |
|
|
|
&--header{ |
|
|
|
&--header { |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: calc(100vw / 35); |
|
|
|
font-size: calc(100vw / 35); |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
margin-top: 0px; |
|
|
|
margin-top: 0px; |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
color: $gray7; |
|
|
|
color: $gray7; |
|
|
@ -358,95 +363,94 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px) { |
|
|
|
@media screen and (max-width: 640px) { |
|
|
|
.course{ |
|
|
|
.course { |
|
|
|
background : black; |
|
|
|
background: black; |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
&__header{ |
|
|
|
&__header { |
|
|
|
padding: 0px; |
|
|
|
padding: 0px; |
|
|
|
padding-bottom: 20px; |
|
|
|
padding-bottom: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
main { |
|
|
|
main { |
|
|
|
max-width: 500px; |
|
|
|
max-width: 500px; |
|
|
|
padding: 0px 10px; |
|
|
|
padding: 0px 10px; |
|
|
|
|
|
|
|
|
|
|
|
p{ |
|
|
|
p { |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
color: $gray7; |
|
|
|
color: $gray7; |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__info{ |
|
|
|
&__info { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--image{ |
|
|
|
&--image { |
|
|
|
img{ |
|
|
|
img { |
|
|
|
width: 150px; |
|
|
|
width: 150px; |
|
|
|
height: 220px; |
|
|
|
height: 220px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--description{ |
|
|
|
&--description { |
|
|
|
a{ |
|
|
|
a { |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
} |
|
|
|
} |
|
|
|
li{ |
|
|
|
li { |
|
|
|
font-size: calc(100vw / 90); |
|
|
|
font-size: calc(100vw / 90); |
|
|
|
} |
|
|
|
} |
|
|
|
h1{ |
|
|
|
h1 { |
|
|
|
font-size: calc(100vw / 18); |
|
|
|
font-size: calc(100vw / 18); |
|
|
|
margin-top: 0px; |
|
|
|
margin-top: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
color: $green; |
|
|
|
color: $green; |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__options{ |
|
|
|
&__options { |
|
|
|
// display : none !important; |
|
|
|
// display : none !important; |
|
|
|
flex: 2; |
|
|
|
flex: 2; |
|
|
|
&--rate{ |
|
|
|
&--rate { |
|
|
|
// width: 70%; |
|
|
|
// width: 70%; |
|
|
|
// height: 160px; |
|
|
|
// height: 160px; |
|
|
|
// margin-bottom: 30px; |
|
|
|
// margin-bottom: 30px; |
|
|
|
border: none; |
|
|
|
border: none; |
|
|
|
box-shadow: 0px 0px 0px #f7ff01b3; |
|
|
|
box-shadow: 0px 0px 0px #f7ff01b3; |
|
|
|
&__number{ |
|
|
|
&__number { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
} |
|
|
|
} |
|
|
|
span{ |
|
|
|
span { |
|
|
|
font-size: calc(100vw / 28); |
|
|
|
font-size: calc(100vw / 28); |
|
|
|
transform: translateY(4px); |
|
|
|
transform: translateY(4px); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
margin-top: 5px; |
|
|
|
margin-top: 5px; |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
&--button{ |
|
|
|
&--button { |
|
|
|
width: 48%; |
|
|
|
width: 48%; |
|
|
|
// height: 59px; |
|
|
|
// height: 59px; |
|
|
|
padding: 5px 5px; |
|
|
|
padding: 5px 5px; |
|
|
|
font-size: calc(100vw / 35); |
|
|
|
font-size: calc(100vw / 35); |
|
|
|
border-radius: 40px; |
|
|
|
border-radius: 40px; |
|
|
|
color: $gray6; |
|
|
|
color: $gray6; |
|
|
|
img{ |
|
|
|
img { |
|
|
|
width: 25px; |
|
|
|
width: 25px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__list{ |
|
|
|
&__list { |
|
|
|
&--header{ |
|
|
|
&--header { |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: calc(100vw / 25); |
|
|
|
font-size: calc(100vw / 25); |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
p{ |
|
|
|
p { |
|
|
|
margin-top: 0px; |
|
|
|
margin-top: 0px; |
|
|
|
font-size: calc(100vw / 35); |
|
|
|
font-size: calc(100vw / 35); |
|
|
|
color: $gray6; |
|
|
|
color: $gray6; |
|
|
@ -454,4 +458,4 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|