...
|
...
|
@@ -44,7 +44,7 @@ body { |
|
|
|
|
|
.personal {
|
|
|
width: 100%;
|
|
|
padding-top: 220px;
|
|
|
padding-top: 210px;
|
|
|
}
|
|
|
|
|
|
.head-pic {
|
...
|
...
|
@@ -65,23 +65,24 @@ body { |
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
margin: 15px 0 70px;
|
|
|
margin: 15px 0 40px;
|
|
|
}
|
|
|
|
|
|
.calculate {
|
|
|
width: 640px;
|
|
|
margin: 75px 55px 0;
|
|
|
margin: 40px 55px 0;
|
|
|
background: #2d2d2d;
|
|
|
border-radius: 20px;
|
|
|
padding-bottom: 90px;
|
|
|
box-shadow: 10px 10px 10px 8px #1b1b1d;
|
|
|
padding-top: 20px;
|
|
|
}
|
|
|
|
|
|
.calculate-item {
|
|
|
width: 100%;
|
|
|
font-size: 28px;
|
|
|
color: #8b8b8b;
|
|
|
padding: 100px 0 0 52px;
|
|
|
padding: 80px 0 0 52px;
|
|
|
|
|
|
.introduce {
|
|
|
display: inline-block;
|
...
|
...
|
@@ -102,6 +103,7 @@ body { |
|
|
|
|
|
.supplement {
|
|
|
line-height: 42px;
|
|
|
margin-bottom: 28px;
|
|
|
}
|
|
|
|
|
|
.percent {
|
...
|
...
|
@@ -157,6 +159,10 @@ body { |
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.equities-text {
|
|
|
padding-left: 52px;
|
|
|
}
|
|
|
|
|
|
.list-item {
|
|
|
color: #fff;
|
|
|
margin-right: 30px;
|
...
|
...
|
@@ -184,6 +190,14 @@ body { |
|
|
margin-top: 5px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.list-item:first-child {
|
|
|
margin-left: 52px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.calculate-pad {
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
.vip-btn {
|
...
|
...
|
|