hldy_app/unpackage/dist/dev/mp-weixin/pages/doctorsay/index.wxss

21 lines
521 B
Plaintext
Raw Normal View History

2025-03-05 17:29:32 +08:00
.backgroundContainer.data-v-ae05b914 {
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-ae05b914 {
display: flex;
position: relative;
width: 100%;
height: 100vh;
background-image: url('../../static/index/background.png');
background-size: cover;
background-position: center center;
overflow: hidden;
}