YD_WeChatApplet/app.wxss

14 lines
429 B
Plaintext
Raw Normal View History

2025-06-06 15:17:30 +08:00
page {
background-color: rgb(247, 247, 247);
/* background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%) !important; */
}
.page-content {
background-color: rgb(247, 247, 247);
background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%);
/* background: transparent !important; */
/* padding: 0 30rpx; */
box-sizing: border-box;
padding-bottom: 300rpx;
min-height: 100vh;
}