@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page.data-v-58e7dbd2 { padding-top: 20rpx; } .tabs-wrap.data-v-58e7dbd2 { padding: 0 50rpx; background: #fff; display: flex; align-items: center; justify-content: space-between; margin-top: 0; box-shadow: 1rpx -8rpx 14rpx 4rpx #ccc; overflow-x: auto; overflow-y: hidden; white-space: nowrap; } .tabs-wrap view.data-v-58e7dbd2 { text-align: center; flex-shrink: 0; } .tab.data-v-58e7dbd2 { color: #8B8E94; font-size: 28rpx; padding: 24rpx 12rpx; position: relative; margin: 0 5rpx; max-width: 920rpx; white-space: nowrap; } .tab.active.data-v-58e7dbd2 { color: #222; font-weight: 600; } .tab.active.data-v-58e7dbd2:after { content: ""; position: absolute; left: 0; right: 0; bottom: 8rpx; height: 6rpx; background: #0F0F0F; border-radius: 6rpx; } .swiper.data-v-58e7dbd2 { height: 74vh; } .list.data-v-58e7dbd2 { box-sizing: border-box; height: 74vh; overflow: scroll; padding-bottom: 30rpx; } .cell.data-v-58e7dbd2 { width: 700rpx; margin: 16rpx auto; box-sizing: border-box; display: flex; align-items: center; padding: 20rpx; border-bottom: 0; background: #fff; border-radius: 16rpx; position: relative; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08); } .cell-badge.data-v-58e7dbd2 { position: absolute; right: 140rpx; top: 20rpx; background: #F5F6F7; border-radius: 30rpx; padding: 6rpx 12rpx 6rpx 36rpx; display: flex; align-items: center; color: #5F6368; font-size: 22rpx; } .badge-icon.data-v-58e7dbd2 { position: absolute; left: 8rpx; width: 24rpx; height: 24rpx; } .thumb.data-v-58e7dbd2 { width: 112rpx; height: 112rpx; border-radius: 12rpx; margin-left: auto; background: #E6E6E6; } .content.data-v-58e7dbd2 { flex: 1; min-width: 0; padding-right: 24rpx; } .row1.data-v-58e7dbd2 { display: flex; align-items: center; } .small-icon.data-v-58e7dbd2 { width: 28rpx; height: 28rpx; margin-right: 10rpx; } .time.data-v-58e7dbd2 { color: #8B8E94; font-size: 24rpx; } .row2.data-v-58e7dbd2 { margin-top: 14rpx; color: #222; font-size: 28rpx; } .no-more.data-v-58e7dbd2 { width: 100%; text-align: center; margin-top: 24rpx; color: #ccc; } .settings-btn.data-v-58e7dbd2 { font-size: 36rpx; color: #333; font-weight: bold; padding: 24rpx 12rpx; cursor: pointer; } .settings-modal.data-v-58e7dbd2 { position: fixed; top: 140px; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1000; } .settings-content.data-v-58e7dbd2 { background: #fff; border-radius: 0 0 20rpx 20rpx; width: 90%; width: 750rpx; max-height: 80vh; overflow: hidden; } .settings-header.data-v-58e7dbd2 { display: flex; justify-content: space-between; align-items: center; padding: 40rpx 30rpx 20rpx; border-bottom: 1rpx solid #f0f0f0; } .settings-title.data-v-58e7dbd2 { font-size: 32rpx; font-weight: bold; color: #333; } .close-btn.data-v-58e7dbd2 { font-size: 40rpx; color: #999; line-height: 1; } .settings-list.data-v-58e7dbd2 { max-height: 60vh; } .setting-item.data-v-58e7dbd2 { border-bottom: 1rpx solid #f0f0f0; } .setting-main.data-v-58e7dbd2 { display: flex; justify-content: space-between; align-items: center; padding: 30rpx; } .setting-info.data-v-58e7dbd2 { flex: 1; margin-right: 20rpx; } .setting-title.data-v-58e7dbd2 { font-size: 28rpx; color: #333; font-weight: 500; display: block; margin-bottom: 8rpx; } .setting-desc-row.data-v-58e7dbd2 { display: flex; align-items: center; margin-top: 8rpx; } .setting-desc.data-v-58e7dbd2 { font-size: 24rpx; color: #666; line-height: 1.4; } .setting-controls.data-v-58e7dbd2 { display: flex; align-items: center; } .arrow.data-v-58e7dbd2 { font-size: 20rpx; color: #999; margin-left: 10rpx; } .sub-settings-modal.data-v-58e7dbd2 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1001; display: flex; align-items: center; justify-content: center; } .sub-settings-content.data-v-58e7dbd2 { background: #fff; border-radius: 20rpx; width: 90%; max-width: 600rpx; max-height: 80vh; overflow: hidden; } .sub-settings-header.data-v-58e7dbd2 { display: flex; justify-content: space-between; align-items: center; padding: 40rpx 30rpx 20rpx; border-bottom: 1rpx solid #f0f0f0; } .sub-settings-title.data-v-58e7dbd2 { font-size: 32rpx; font-weight: bold; color: #333; } .sub-settings-list.data-v-58e7dbd2 { max-height: 50vh; } .sub-setting-item.data-v-58e7dbd2 { border-bottom: 1rpx solid #f0f0f0; } .sub-setting-main.data-v-58e7dbd2 { display: flex; justify-content: space-between; align-items: center; padding: 30rpx; } .sub-setting-info.data-v-58e7dbd2 { flex: 1; } .sub-setting-title.data-v-58e7dbd2 { font-size: 28rpx; color: #333; font-weight: 500; } .save-btn.data-v-58e7dbd2 { background: #333; margin: 30rpx; border-radius: 12rpx; height: 80rpx; display: flex; align-items: center; justify-content: center; } .save-btn-text.data-v-58e7dbd2 { color: #fff; font-size: 28rpx; font-weight: 500; }