Commit 7d3108a8 by Iren

agg section price-active

parent 14f861f5
......@@ -703,19 +703,27 @@ header {
/*price*/
.price-wrapper {
display: flex;
justify-content: space-between;
/*@media (max-width: 576px) {
position: absolute;
display: none;
}*/
}
.price-container {
.price-container,
.price-container-active {
position: relative;
width: 256px;
height: 834px;
margin-top: 20px;
/*margin-right: 32px;*/
padding: 30px 16px 32px 16px;
/*background: #f9fbff;*/
background: #f9fbff;
border: #e6effa 1px solid;
border-radius: 4px;
}
.price-container h6 {
.price-container h6,
.price-container-active h6 {
position: relative;
z-index: 3;
margin-bottom: 70px;
......@@ -725,26 +733,88 @@ header {
letter-spacing: 0.3px;
color: white;
}
.price-container img {
.price-container img,
.price-container-active img {
position: absolute;
z-index: 2;
left: 0;
top: 0;
}
.price {
width: 75px;
.price-container-active {
box-shadow: 0 25px 25px #e6effa;
height: 901px;
position: relative;
width: 256px;
margin-top: 20px;
/*margin-right: 32px;*/
padding: 20px 16px 32px 16px;
/*background: #f9fbff;*/
background: white;
border: #e6effa 1px solid;
border-radius: 4px;
}
.price-container-active h6 {
position: relative;
z-index: 3;
margin-bottom: 80px;
margin-left: 10px;
font-size: 30px;
font-weight: 400;
letter-spacing: 0.3px;
color: white;
}
.price-container-active img {
position: absolute;
z-index: 2;
left: 0;
top: -20px;
width: 288px;
height: 124px;
}
.price-active .price-user {
font-size: 20px;
text-transform: uppercase;
color: #303a81;
}
.price .price-user {
font-size: 20px;
text-transform: uppercase;
color: #303a81;
}
.price,
.price-active {
width: 100%;
height: 53px;
text-align: center;
margin: 0 auto;
margin-bottom: 16px;
border-bottom: #c94d4e 1px solid;
}
.price p {
.price p,
.price-active p {
font-size: 60px;
color: #303a81;
}
.price span {
.price span,
.price-active span {
font-size: 30px;
}
.price-active {
height: 90px;
}
.price .price-p-margin {
line-height: 110px;
font-size: 28px;
font-weight: 500;
text-transform: none;
letter-spacing: 0;
color: #303a81;
}
.price-line-little {
width: 75px;
height: 12px;
border-bottom: #c94d4e 1px solid;
margin: 0 auto;
}
.price-info {
margin-left: 16px;
list-style-type: disc;
......@@ -757,15 +827,19 @@ header {
line-height: 42px;
}
.price-info span {
margin-left: 20px;
margin-left: 5px;
color: #c94d4e;
}
.price-line {
.price-line,
.price-line-big {
width: 256px;
height: 3px;
margin-left: -16px;
border-bottom: #e6effa 1px solid;
}
.price-line-big {
height: 3px;
}
.price-info-carry {
line-height: 12px;
color: #c94d4e;
......@@ -784,4 +858,9 @@ header {
letter-spacing: 0.16px;
padding: 10px 20px 12px 20px;
}
.price-btn0active {
background: #c94d4e;
color: white;
margin-top: 27px;
}
/*# sourceMappingURL=styles.css.map */
\ No newline at end of file
......@@ -575,12 +575,18 @@ header {
/*price*/
.price-wrapper {
display: flex;
justify-content: space-between;
/*@media (max-width: 576px) {
position: absolute;
display: none;
}*/
}
.price-container {
.price-container, .price-container-active {
position: relative;
width: 256px;
height: 834px;
margin-top: 20px;
/*margin-right: 32px;*/
padding: 30px 16px 32px 16px;
/*background: #f9fbff;*/
background: #f9fbff;
......@@ -603,12 +609,53 @@ header {
top: 0;
}
}
.price {
width: 75px;
.price-container-active {
box-shadow: 0 25px 25px #e6effa;
height: 901px;
position: relative;
width: 256px;
margin-top: 20px;
/*margin-right: 32px;*/
padding: 20px 16px 32px 16px;
/*background: #f9fbff;*/
background: white;
border: #e6effa 1px solid;
border-radius: 4px;
h6 {
position: relative;
z-index: 3;
margin-bottom: 80px;
margin-left: 10px;
font-size: 30px;
font-weight: 400;
letter-spacing: 0.3px;
color: white;
}
img {
position: absolute;
z-index: 2;
left: 0;
top: -20px;
width: 288px;
height: 124px;
}
}
.price-active .price-user {
font-size: 20px;
text-transform: uppercase;
color: #303a81;
}
.price .price-user {
font-size: 20px;
text-transform: uppercase;
color: #303a81;
}
.price, .price-active {
width: 100%;
height: 53px;
text-align: center;
margin: 0 auto;
margin-bottom: 16px;
border-bottom: #c94d4e 1px solid;
p {
font-size: 60px;
color: #303a81;
......@@ -617,6 +664,23 @@ header {
font-size: 30px;
}
}
.price-active {
height: 90px;
}
.price .price-p-margin {
line-height: 110px;
font-size: 28px;
font-weight: 500;
text-transform: none;
letter-spacing: 0;
color: #303a81;
}
.price-line-little {
width: 75px;
height: 12px;
border-bottom: #c94d4e 1px solid;
margin: 0 auto;
}
.price-info {
margin-left: 16px;
list-style-type: disc;
......@@ -628,16 +692,19 @@ header {
line-height: 42px;
}
span {
margin-left: 20px;
margin-left: 5px;
color: #c94d4e;
}
}
.price-line {
.price-line, .price-line-big {
width: 256px;
height: 3px;
margin-left: -16px;
border-bottom: #e6effa 1px solid;
}
.price-line-big {
height: 3px;
}
.price-info-carry {
line-height: 12px;
color: #c94d4e;
......@@ -656,3 +723,8 @@ header {
letter-spacing: 0.16px;
padding: 10px 20px 12px 20px;
}
.price-btn0active {
background: #c94d4e;
color: white;
margin-top: 27px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment