update header

这个提交包含在:
lb
2023-07-10 16:54:49 +08:00
父节点 01aa8be033
当前提交 c0dc47895e
共有 4 个文件被更改,包括 9 次插入9 次删除

二进制文件未显示。

之前

宽度:  |  高度:  |  大小: 376 KiB

之后

宽度:  |  高度:  |  大小: 899 KiB

查看文件

@@ -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));

查看文件

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

查看文件

@@ -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;