Files
jiapuapp/styles/global.scss
T

59 lines
983 B
SCSS

page {
background: $paper;
color: $ink;
font-family: "STKaiti", "KaiTi", serif
}
.page-shell {
min-height: 100vh;
box-sizing: border-box;
background: $paper;
}
.paper-card {
background: $paper-white;
border: 1rpx solid $gold-soft;
border-radius: 24rpx;
box-sizing: border-box;
}
.section-title {
color: $ink;
font-size: 34rpx;
font-weight: 700;
letter-spacing: 2rpx;
}
.muted-copy {
color: $ink-muted;
font-size: 26rpx;
line-height: 1.7;
}
.primary-button {
display: flex;
align-items: center;
justify-content: center;
min-height: 92rpx;
border: 0;
border-radius: 14rpx;
background: $brand-red;
color: #fff8ec;
font-size: 31rpx;
font-weight: 700;
letter-spacing: 3rpx;
}
.secondary-button {
display: flex;
align-items: center;
justify-content: center;
min-height: 88rpx;
border: 1rpx solid $gold;
border-radius: 14rpx;
background: transparent;
color: $brand-red;
font-size: 29rpx;
font-weight: 600;
}