ai-c/pages/agreement/agreement.wxss
2026-02-02 18:21:32 +08:00

65 lines
872 B
Plaintext

/* 协议页面样式 */
.agreement-page {
min-height: 100vh;
background: #fff;
}
/* 导航栏 */
.nav-bar {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
z-index: 100;
border-bottom: 1rpx solid #f0f0f0;
}
.nav-content {
height: 88rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 32rpx;
}
.back-btn {
width: 72rpx;
height: 72rpx;
display: flex;
align-items: center;
justify-content: center;
}
.back-icon {
width: 40rpx;
height: 40rpx;
}
.nav-title {
font-size: 36rpx;
font-weight: bold;
color: #1e2939;
}
.nav-placeholder {
width: 72rpx;
}
/* 内容区域 */
.content-scroll {
height: 100vh;
}
.content-wrapper {
padding: 32rpx;
padding-bottom: 100rpx;
}
.content-text {
font-size: 28rpx;
color: #4a5565;
line-height: 1.8;
white-space: pre-wrap;
}