diff --git a/css/index.css b/css/index.css
index 8b8fdad..55b9c73 100644
--- a/css/index.css
+++ b/css/index.css
@@ -190,7 +190,7 @@
background-color: #ffffff;
border-radius: 12px;
margin-bottom: 20px;
- padding: 31px 30px 30px;
+ padding: 31px 30px 28.5px;
}
.fate .title {
justify-content: space-between;
@@ -199,6 +199,7 @@
font-size: 18px;
color: #000000;
margin-bottom: 18px;
+ padding-left: 4px;
}
.fate .title .btn {
font-weight: 400;
diff --git a/css/index.less b/css/index.less
index b53a2b4..3d8212d 100644
--- a/css/index.less
+++ b/css/index.less
@@ -223,7 +223,7 @@
background-color: rgba(255, 255, 255, 1);
border-radius: 12px;
margin-bottom: 20px;
- padding: 31px 30px 30px;
+ padding: 31px 30px 28.5px;
.title {
justify-content: space-between;
@@ -232,6 +232,7 @@
font-size: 18px;
color: #000000;
margin-bottom: 18px;
+ padding-left: 4px;
.btn {
font-weight: 400;
@@ -455,7 +456,6 @@
color: #ffffff;
text-align: center;
cursor: pointer;
-
&::after {
content: "";
diff --git a/html/index.html b/html/index.html
index c06ca34..79be609 100644
--- a/html/index.html
+++ b/html/index.html
@@ -161,7 +161,7 @@
-
+
项目对比