/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .faq-page.data-v-a871b013 { min-height: 100vh; background: linear-gradient(to bottom, #fff3da, 5%, #ffffff); padding-bottom: calc(env(safe-area-inset-bottom) + 120rpx); } .nav-bar.data-v-a871b013 { display: flex; align-items: center; height: 88rpx; padding-top: var(--status-bar-height); } .nav-bar .title.data-v-a871b013 { font-family: PingFang SC; font-weight: 500; font-size: 16px; line-height: 140%; letter-spacing: 0%; text-align: center; vertical-align: middle; color: #333; margin-left: 30%; } .nav-bar .back-icon.data-v-a871b013 { width: 88rpx; height: 88rpx; display: flex; align-items: center; justify-content: center; } .content.data-v-a871b013 { padding: 40rpx 30rpx; background: #fff; width: 80%; margin: 0 auto; } .content .section.data-v-a871b013 { margin-bottom: 60rpx; } .content .section .section-title.data-v-a871b013 { font-family: PingFang SC; font-weight: 400; font-size: 14px; line-height: 22px; letter-spacing: 0%; color: #666; margin-bottom: 30rpx; } .content .section .qa-list .qa-item.data-v-a871b013 { margin-bottom: 40rpx; } .content .section .qa-list .qa-item .question.data-v-a871b013 { display: flex; align-items: center; font-family: PingFang SC; font-weight: 600; font-size: 18px; line-height: 140%; letter-spacing: 0%; color: #333; margin-bottom: 20rpx; } .content .section .qa-list .qa-item .question .q-icon.data-v-a871b013 { color: #FFA500; font-weight: bold; margin-right: 16rpx; } .content .section .qa-list .qa-item .answer.data-v-a871b013 { font-family: PingFang SC; font-weight: 400; font-size: 13px; line-height: 140%; letter-spacing: 0%; color: #999; padding-left: 40rpx; } .content .bottom-tip.data-v-a871b013 { font-size: 26rpx; color: #999; text-align: center; line-height: 1.6; padding: 30rpx; border-top: 1rpx solid rgba(0, 0, 0, 0.05); } .bottom-btn.data-v-a871b013 { position: fixed; left: 0; right: 0; bottom: 0; padding: 20rpx 30rpx; padding-bottom: calc(20rpx + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .bottom-btn .online-service-btn.data-v-a871b013 { width: 100%; height: 88rpx; line-height: 88rpx; background: #FFA500; color: #fff; font-size: 32rpx; border-radius: 44rpx; border: none; }