first commit

This commit is contained in:
lingxiao865
2025-09-18 12:39:54 +08:00
parent b2e8461792
commit 6c6fe3d0d6
1898 changed files with 30918 additions and 0 deletions

30
pages/cart/index.wxss Normal file
View File

@@ -0,0 +1,30 @@
/* pages/cart/index.wxss */
.appointment-redirect {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 0 40rpx;
}
.redirect-content {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.redirect-title {
font-size: 40rpx;
font-weight: bold;
margin: 30rpx 0 20rpx;
color: #333;
}
.redirect-desc {
font-size: 28rpx;
color: #666;
margin-bottom: 60rpx;
text-align: center;
}