update header

This commit is contained in:
lb 2023-07-10 16:54:49 +08:00
parent 01aa8be033
commit c0dc47895e
4 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

After

Width:  |  Height:  |  Size: 899 KiB

View File

@ -70,9 +70,9 @@ export default {
@import "../../assets/styles/variables"; @import "../../assets/styles/variables";
header { header {
background: url(../../assets/header-wings.png) left 12% top 72px / 95% no-repeat, url(../../assets/header.png) center / 100.25% 100% no-repeat; background: url(../../assets/header.png) center / 65% 100% no-repeat;
// background-size: 100% 100%; // background-size: 100% 100%;
// background-size: cover; // background-size: 13515px 634px;
// background-position: bottom; // background-position: bottom;
height: adjust(h(580px)); height: adjust(h(580px));
width: adjust(w(21120px)); width: adjust(w(21120px));
@ -113,13 +113,13 @@ header {
} }
.company { .company {
margin-left: adjust(w(3800px)); margin-left: adjust(w(4035px));
height: adjust(h(130px)); height: adjust(h(130px));
font-size: adjust(h(100px));
// font-weight: 600; // font-weight: 600;
text-align: center; text-align: center;
color: lighten($main-color, 8); color: lighten($main-color, 8);
letter-spacing: 2px; font-size: adjust(h(90px));
letter-spacing: unset;
// background: red; // background: red;
// width: adjust(w(1320px)); // width: adjust(w(1320px));
// background: url("../../assets/company.png") center/cover no-repeat; // background: url("../../assets/company.png") center/cover no-repeat;
@ -127,9 +127,9 @@ header {
.datetime { .datetime {
color: $main-color; color: $main-color;
font-size: adjust(h(100px)); font-size: adjust(h(90px));
text-align: center; text-align: center;
margin-left: adjust(w(15520px)); margin-left: adjust(w(15420px));
color: lighten($main-color, 8); color: lighten($main-color, 8);
height: adjust(h(130px)); height: adjust(h(130px));
// width: adjust(w(1764px)); // width: adjust(w(1764px));

View File

@ -174,7 +174,7 @@ export default {
main { main {
height: 1px; height: 1px;
flex: 1; flex: 1;
// background: #eee2; // background: #f2e2;
} }
.area-one { .area-one {

View File

@ -29,7 +29,7 @@ export default {
height: adjust($actual_height); height: adjust($actual_height);
width: adjust($actual_width); width: adjust($actual_width);
overflow: hidden; overflow: hidden;
background: url(../assets/bg.png) center/cover no-repeat, #cccc; background: url(../assets/bg.png) center/cover no-repeat, #E0E3F6;
color: white; color: white;
display: flex; display: flex;
flex-direction: column; flex-direction: column;