update bg-color

此提交包含在:
lb
2023-07-17 09:41:20 +08:00
父節點 776ba572da
當前提交 0c31996011
共有 2 個檔案被更改,包括 14 行新增1 行删除

未顯示二進位檔案。

之前

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

之後

寬度:  |  高度:  |  大小: 966 KiB

查看文件

@@ -5,6 +5,7 @@
transformOrigin: 'top left', transformOrigin: 'top left',
}" --> }" -->
<div class="home-view" :style="styles"> <div class="home-view" :style="styles">
<div class="bg-layer"></div>
<LeftSide /> <LeftSide />
<section class="center"> <section class="center">
<BigHeader /> <BigHeader />
@@ -80,9 +81,21 @@ export default {
height: 4320px; height: 4320px;
width: 21120px; width: 21120px;
overflow: hidden; overflow: hidden;
background: url(../assets/bg.png) center/cover no-repeat, #e0e3f6; // background: #C9CCE5;
background: url(../assets/bg.png) center/cover no-repeat;
color: white; color: white;
display: flex; display: flex;
position: relative;
}
.bg-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #c9cce577;
// background: url(../assets/bg.png) center/cover no-repeat;
} }
.center { .center {