@@ -75,8 +75,9 @@ export default {
align-items: center;
justify-content: center;
img {
- width: 480px;
- height: 370px;
+ max-width: 100%;
+ height: auto;
+ flex-shrink: 0;
}
@@ -80,7 +80,7 @@ export default {
//display: none;
position: fixed;
z-index: 100;
- top: 100px;
+ bottom: 100px;
right: 20px;
li {
@@ -244,6 +244,7 @@ export default {
color: #565656;
font-size: 14px;
font-weight: 500;
+ line-height: 24px;
width: 596px;
@@ -380,7 +381,7 @@ export default {
box-sizing: border-box;
> div {
- border: 2px solid #00B96B;
+ border: 1px solid #00B96B;
border-radius: 6px;
padding: 28px 43px;
margin: 0 12px;