Files
xuanzhi-wx/app.wxss

64 lines
1.1 KiB
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;
}
.xz-page--warm {
min-height: 100vh;
background: linear-gradient(180deg, #f8edd6 0%, #f9f0de 24%, #f6ead4 100%);
}
.xz-page--mingli {
min-height: 100vh;
background: linear-gradient(180deg, #fbf6f3 0%, #f4ebe6 100%);
}
.xz-card {
border-radius: 28rpx;
border: 1rpx solid rgba(84, 58, 29, 0.08);
box-shadow: 0 16rpx 36rpx rgba(84, 58, 29, 0.06);
}