gift/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
2025-07-31 21:42:37 +08:00

17 lines
272 B
Plaintext

.content {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.line {
width: 90%;
justify-content: center;
margin-top: 20rpx;
border-bottom: 0.86px solid #e3e3e3;
}