/* Generated from pages/notices/notices.wxss; see import-native-ui.cjs. */
.notice-page { min-height: 100vh; padding: calc(28 * var(--rpx)); box-sizing: border-box; background: #f3f5f7; }
.notice-heading { display: flex; align-items: center; justify-content: space-between; margin: calc(5 * var(--rpx)) calc(4 * var(--rpx)) calc(24 * var(--rpx)); }.notice-title { color: #17233a; font-size: calc(40 * var(--rpx)); font-weight: 900; }.notice-date { color: #1767c6; font-size: calc(22 * var(--rpx)); font-weight: 800; }
.notice-card { margin-bottom: calc(18 * var(--rpx)); padding: calc(26 * var(--rpx)); background: #fff; border-left: calc(7 * var(--rpx)) solid #498be0; border-radius: calc(20 * var(--rpx)); box-shadow: 0 calc(7 * var(--rpx)) calc(20 * var(--rpx)) rgba(32,61,99,.07); }.notice-card.urgent { background: #fff6f5; border-left-color: #df3535; }
.notice-card-top { display: flex; align-items: center; }.notice-card-title { min-width: 0; flex: 1; color: #243147; font-size: calc(30 * var(--rpx)); font-weight: 900; }.urgent-badge { margin-left: calc(12 * var(--rpx)); padding: calc(6 * var(--rpx)) calc(10 * var(--rpx)); color: #fff; background: #d93535; border-radius: calc(8 * var(--rpx)); font-size: calc(18 * var(--rpx)); font-weight: 850; }
.notice-content { margin-top: calc(18 * var(--rpx)); color: #4c586b; font-size: calc(25 * var(--rpx)); line-height: 1.65; white-space: pre-wrap; }.notice-time { margin-top: calc(16 * var(--rpx)); color: #99a2b0; font-size: calc(20 * var(--rpx)); }.empty { padding: calc(120 * var(--rpx)) calc(20 * var(--rpx)); color: #9ba5b3; text-align: center; }

/* V1.3.2-R8 */
body { background:#f4f7fb; }
.notice-page { background:linear-gradient(180deg,#2585f3 calc(0 * var(--rpx)),#9ac7ff calc(105 * var(--rpx)),#dcecff calc(245 * var(--rpx)),#f4f7fb calc(450 * var(--rpx)),#f4f7fb 100%); }
.notice-heading { padding:calc(12 * var(--rpx)) calc(5 * var(--rpx)) calc(4 * var(--rpx)); }.notice-title { color:#14223a; font-size:calc(42 * var(--rpx)); font-weight:950; }
.notice-card { border:calc(1 * var(--rpx)) solid #dce7f4; border-left:calc(7 * var(--rpx)) solid #368cf0; border-radius:calc(24 * var(--rpx)); box-shadow:0 calc(15 * var(--rpx)) calc(36 * var(--rpx)) rgba(31,72,123,.09); }
.notice-card.urgent { border-color:#f0c5c7; border-left-color:#e03742; box-shadow:0 calc(15 * var(--rpx)) calc(36 * var(--rpx)) rgba(190,45,55,.10); }
