Files
xuanzhi-wx/app.wxss

48 lines
788 B
Plaintext

@import './miniprogram_npm/tdesign-miniprogram/common/style/index.wxss';
page {
min-height: 100%;
background: #f4f6fb;
color: #0f172a;
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
view,
text {
box-sizing: border-box;
}
.page-shell {
min-height: 100vh;
display: flex;
flex-direction: column;
gap: 24rpx;
padding: 40rpx 32rpx 56rpx;
}
.panel {
background: #ffffff;
border: 1rpx solid rgba(15, 23, 42, 0.06);
border-radius: 28rpx;
box-shadow: 0 20rpx 48rpx rgba(15, 23, 42, 0.06);
}
.section-title {
font-size: 30rpx;
font-weight: 700;
line-height: 1.4;
}
.section-copy {
font-size: 24rpx;
line-height: 1.7;
color: #64748b;
}
.meta-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24rpx;
}