优化大屏显示
parent
ca3e61e69a
commit
9680650306
|
@ -23,22 +23,22 @@
|
|||
</section>
|
||||
|
||||
<div class="blur-bg"></div>
|
||||
<svg class="line" width="960" height="300">
|
||||
<svg class="line" width="1200" height="300">
|
||||
<g>
|
||||
<path
|
||||
d="M20,283 C288,288 604,64 960,16"
|
||||
d="M20,283 C288,288 604,64 1080,16"
|
||||
fill="none"
|
||||
stroke="var(--color-blue-a)"
|
||||
stroke-width="0.5"
|
||||
/>
|
||||
<path
|
||||
d="M424,300 C512,288 588,108 960,23"
|
||||
d="M424,300 C512,288 588,108 1080,23"
|
||||
fill="none"
|
||||
stroke="var(--color-dark-a)"
|
||||
stroke-width="0.5"
|
||||
/>
|
||||
<path
|
||||
d="M234,300 C512,288 588,108 960,63"
|
||||
d="M234,300 C512,288 588,108 1080,63"
|
||||
fill="none"
|
||||
stroke="var(--color-teal-a)"
|
||||
stroke-width="0.5"
|
||||
|
@ -197,4 +197,25 @@ a {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1440px) {
|
||||
.wrapper {
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
.banner .wrapper {
|
||||
h1 {
|
||||
font-size: 46px;
|
||||
}
|
||||
|
||||
cite {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
wc-button {
|
||||
width: 160px;
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue