修改·背景变化

main
JayChou 1 month ago
parent 0ec955a8d0
commit 54664b5459
  1. 5
      src/layout/index.vue

@ -25,10 +25,10 @@ console.log(setting.title);
position: relative; position: relative;
width: 100%; width: 100%;
// height: 1080px; // height: 1080px;
height: 1080px; min-height: 100vh;
background-color: #091d22; background-color: #091d22;
background: url("../assets//images/bg2.png") no-repeat; background: url("../assets//images/bg2.png") no-repeat;
background-size: cover ;
.top { .top {
width: 100%; width: 100%;
@ -39,6 +39,7 @@ console.log(setting.title);
font-style: italic; font-style: italic;
background: url("../assets/images/topbgc.png") no-repeat; background: url("../assets/images/topbgc.png") no-repeat;
// background-position: center bottom -10px; // background-position: center bottom -10px;
background-size: cover;
.title { .title {
color: #fff; color: #fff;
} }

Loading…
Cancel
Save