个人目前在项目中使用的全屏图片
display: flex;
overflow-x: hidden;
position: relative;
height: 100%;
width: 100%;
//background-image: linear-gradient(135deg, #24aded 10%, #40b3e8);
background: url("../assets/imgs/1.jpg") no-repeat center center fixed;
background-size: cover;