hldy_app/unpackage/dist/dev/app-plus/pages/somethingmove/index.css

21 lines
523 B
CSS

.backgroundContainer[data-v-ac282b9d] {
display: flex;
position: relative;
width: 100%;
height: 100vh;
background-image: url('../../static/index/lightbgcnew.png');
background-size: cover;
background-position: center center;
overflow: hidden;
}
.darkbackgroundContainer[data-v-ac282b9d] {
display: flex;
position: relative;
width: 100%;
height: 100vh;
background-image: url('../../static/index/background.png');
background-size: cover;
background-position: center center;
overflow: hidden;
}