|
@@ -116,7 +116,7 @@
|
|
|
|
|
|
.section {
|
|
|
border-radius: 20px 20px 0px 0px;
|
|
|
- padding: 13px;
|
|
|
+ padding: 13px 13px 16px;
|
|
|
background: #F8F9FC;
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
@@ -206,30 +206,30 @@
|
|
|
|
|
|
.num {
|
|
|
display: inline-block;
|
|
|
- width: 14px;
|
|
|
- height: 14px;
|
|
|
+ width: 15px;
|
|
|
+ height: 15px;
|
|
|
margin-right: 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
.num1 {
|
|
|
background: url('./images/num1.png') no-repeat center;
|
|
|
- background-size: cover;
|
|
|
+ background-size: contain;
|
|
|
}
|
|
|
|
|
|
.num2 {
|
|
|
background: url('./images/num2.png') no-repeat center;
|
|
|
- background-size: cover;
|
|
|
+ background-size: contain;
|
|
|
}
|
|
|
|
|
|
.num3 {
|
|
|
background: url('./images/num3.png') no-repeat center;
|
|
|
- background-size: cover;
|
|
|
+ background-size: contain;
|
|
|
}
|
|
|
|
|
|
.num4 {
|
|
|
background: url('./images/num4.png') no-repeat center;
|
|
|
- background-size: cover;
|
|
|
+ background-size: contain;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -297,7 +297,7 @@
|
|
|
}
|
|
|
|
|
|
.sectionItem {
|
|
|
- margin: 8px auto;
|
|
|
+ margin: 0px auto 16px;
|
|
|
// background: url('./images/item-bg.png') no-repeat top center;
|
|
|
// background-size: cover;
|
|
|
// min-height: 141px;
|
|
@@ -314,8 +314,8 @@
|
|
|
&::after {
|
|
|
position: absolute;
|
|
|
bottom: -2px;
|
|
|
- left: 17px;
|
|
|
- right: 17px;
|
|
|
+ left: 14px;
|
|
|
+ right: 14px;
|
|
|
content: '';
|
|
|
height: 0px;
|
|
|
border-bottom: 2px dotted #EBEBEB;
|