daofu-applet/pages/web/index.wxss

14 lines
182 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-06-04 14:45:44 +08:00
}
.cu-item {
font-size: 30rpx;
font-weight: bold;
2024-01-29 17:42:38 +08:00
}