优化logo
This commit is contained in:
@@ -62,7 +62,7 @@ function handleNavigate(index) {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: clamp(6px, 0.5vw, 12px);
|
gap: clamp(6px, 0.5vw, 12px);
|
||||||
.logo-img {
|
.logo-img {
|
||||||
height: clamp(28px, 2.5vh, 52px);
|
height: clamp(28px, 5vh, 52px);
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -142,31 +142,45 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1921px) {
|
@media (min-width: 1921px) {
|
||||||
|
.content-wrapper {
|
||||||
|
max-width: min(1600px, 86vw);
|
||||||
|
width: min(1600px, 86vw);
|
||||||
|
gap: clamp(28px, 2.4vw, 56px);
|
||||||
|
padding: 0 clamp(40px, 3vw, 86px);
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-side {
|
||||||
|
flex: 0 1 min(30vw, 520px);
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.phone-img {
|
||||||
|
height: min(82vh, 900px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-side {
|
||||||
|
flex: 0 1 min(42vw, 760px);
|
||||||
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
max-width: 22ch;
|
max-width: 16ch;
|
||||||
|
font-size: clamp(48px, 2.7vw, 78px);
|
||||||
|
line-height: 1.22;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-card {
|
.section-card {
|
||||||
position: relative;
|
width: min(100%, 700px);
|
||||||
width: clamp(400px, 32vw, 1600px);;
|
min-height: clamp(240px, 19vw, 420px);
|
||||||
height: clamp(200px, 16vw, 800px);
|
height: auto;
|
||||||
background: #FFFFFF;
|
margin-left: 0;
|
||||||
box-shadow: 0px 39px 113px 0px rgba(2,190,172,0.2);
|
padding: clamp(26px, 2.2vw, 42px);
|
||||||
border-radius: 2px 100px 2px 2px;
|
border-radius: 16px 80px 16px 16px;
|
||||||
padding: 10% ;
|
|
||||||
margin-left: -20%;
|
|
||||||
|
|
||||||
font-size: @font-desc;
|
|
||||||
line-height: 1.8;
|
|
||||||
color: #888;
|
|
||||||
|
|
||||||
.douhao-img{
|
|
||||||
position: absolute;
|
|
||||||
height: 20%;
|
|
||||||
left: 40%;
|
|
||||||
top: 15%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-desc {
|
||||||
|
max-width: 34ch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -166,11 +166,11 @@
|
|||||||
|
|
||||||
@media (min-width: 1921px) {
|
@media (min-width: 1921px) {
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
max-width: 1600px;
|
max-width: min(1600px, 86vw);
|
||||||
width: min(86vw, 1600px);
|
width: min(1600px, 86vw);
|
||||||
gap: clamp(12px, 1.2vw, 28px);
|
gap: clamp(28px, 2.4vw, 56px);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0 clamp(36px, 3vw, 72px);
|
padding: 0 clamp(40px, 3vw, 86px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-side {
|
.text-side {
|
||||||
@@ -179,8 +179,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-size: clamp(52px, 2.9vw, 82px);
|
font-size: clamp(48px, 2.7vw, 78px);
|
||||||
line-height: 1.24;
|
line-height: 1.22;
|
||||||
max-width: 16ch;
|
max-width: 16ch;
|
||||||
margin-bottom: clamp(18px, 2vh, 34px);
|
margin-bottom: clamp(18px, 2vh, 34px);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,8 +27,8 @@
|
|||||||
<img src="/src/assets/images/two-3.png" class="deco-3" />
|
<img src="/src/assets/images/two-3.png" class="deco-3" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<img src="/src/assets/images/two-phone.png" class="two-phone anim-item " />
|
<img src="/src/assets/images/two-phone.png" class="two-phone anim-item " />
|
||||||
</section>
|
</section>
|
||||||
@@ -177,28 +177,32 @@ bottom: -200%;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
max-width: none;
|
max-width: min(1600px, 86vw);
|
||||||
padding: 0 42vw 0 6vw;
|
width: min(1600px, 86vw);
|
||||||
|
padding: 0 clamp(40px, 3vw, 86px);
|
||||||
|
justify-content: flex-start;
|
||||||
|
gap: clamp(28px, 2.4vw, 56px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-side {
|
.text-side {
|
||||||
max-width: min(46vw, 920px);
|
max-width: min(42vw, 760px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-size: clamp(52px, 3vw, 88px);
|
font-size: clamp(48px, 2.7vw, 78px);
|
||||||
line-height: 1.18;
|
line-height: 1.22;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-desc {
|
.section-desc {
|
||||||
max-width: 34ch;
|
max-width: 34ch;
|
||||||
line-height: 1.9;
|
line-height: 1.9;
|
||||||
|
margin-bottom: clamp(20px, 3.2vh, 52px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.two-phone {
|
.two-phone {
|
||||||
right: 4vw;
|
right: clamp(40px, 3.6vw, 100px);
|
||||||
bottom: -6vh;
|
bottom: -6vh;
|
||||||
height: min(92vh, 1100px);
|
height: min(100vh, 4000px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user