主页左屏

This commit is contained in:
2023-06-02 09:38:31 +08:00
parent 7e3e45eae6
commit bd66b311b4
17 changed files with 1184 additions and 7 deletions

View File

@@ -81,10 +81,10 @@ li {
html, body {
width: 100%;
height: 100%;
min-width: 1440px;
min-height: 789px;
/* width: 2560px;
height: 1440px; */
/* min-width: 1440px;
min-height: 789px; */
width: 1920px;
height: 1080px;
}
body {
@@ -95,7 +95,7 @@ body {
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;
background: #05032a center center / 100% 100% url(../../assets/images/bg.jpg) no-repeat;
background-color: #050830;
}
div, p {