daofu-applet/pages/web/index.wxss

10 lines
128 B
Plaintext
Raw Normal View History

2024-01-29 17:42:38 +08:00
/* pages/web/index.wxss */
.web {
width: 100vw;
2024-03-20 17:09:58 +08:00
}
.sc {
background-color: white;
height: 100vh;
padding: 30rpx 20rpx;
2024-01-29 17:42:38 +08:00
}