Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/Home/Home.wxss

38 lines
600 B
Plaintext
Raw Normal View History

2025-05-12 21:23:37 +08:00
.page.data-v-7ffebbf4 {
position: relative;
width: 750rpx;
height: 1620rpx;
}
.HomeBackground.data-v-7ffebbf4 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.top-navigation-container.data-v-7ffebbf4 {
position: fixed;
top: 160rpx;
left: 0;
width: 100%;
height: 114.5rpx;
}
.Advertisement.data-v-7ffebbf4 {
2025-05-13 22:16:09 +08:00
position: fixed;
top: 300rpx;
left: 0;
width: 100%;
height: 100rpx;
z-index: 100;
2025-05-12 21:23:37 +08:00
}
.contentList.data-v-7ffebbf4 {
2025-05-13 22:16:09 +08:00
position: fixed;
2025-05-15 22:24:39 +08:00
top: 400rpx;
2025-05-13 22:16:09 +08:00
left: 0;
2025-05-21 22:52:33 +08:00
bottom: 50rpx;
2025-05-13 22:16:09 +08:00
width: 100%;
2025-05-21 22:52:33 +08:00
/* height: 1300rpx; */
2025-05-12 21:23:37 +08:00
}