@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-b040b71e { min-height: 100vh; background-color: #f3f5f6; box-sizing: border-box; } .tabback.data-v-b040b71e { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 160rpx; padding: 0 20rpx; padding-top: 80rpx; box-sizing: border-box; position: fixed; top: 0; left: 0; z-index: 999; background-color: #fff; } .tabback .rtjt.data-v-b040b71e { font-size: 36rpx; color: #333; min-width: 48rpx; } .tabback .name.data-v-b040b71e { font-size: 32rpx; font-weight: 600; color: #333; max-width: 420rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tabback .tabback-placeholder.data-v-b040b71e { width: 48rpx; height: 1rpx; } .main-area.data-v-b040b71e { position: fixed; top: 160rpx; left: 0; right: 0; bottom: calc(112rpx + env(safe-area-inset-bottom)); box-sizing: border-box; } .panel.data-v-b040b71e { height: 100%; padding: 16rpx 24rpx 24rpx; box-sizing: border-box; } .state.data-v-b040b71e { text-align: center; padding: 48rpx 24rpx; font-size: 28rpx; } .state--muted.data-v-b040b71e { color: #8b9199; } .state.sm.data-v-b040b71e { padding: 24rpx; } .company-card.data-v-b040b71e { background: #fff; border-radius: 16rpx; padding: 28rpx; margin-bottom: 24rpx; box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.06); } .company-card-media.data-v-b040b71e { margin-bottom: 20rpx; } .company-card-logo.data-v-b040b71e { width: 120rpx; height: 120rpx; border-radius: 12rpx; display: block; background: #e8eaed; } .company-card-logo--ph.data-v-b040b71e { border: 1rpx dashed #cfd4dc; background: #f0f2f5; } .company-card-name.data-v-b040b71e { display: block; font-size: 34rpx; font-weight: 600; color: #1a1a1a; line-height: 1.35; } .company-card-line.data-v-b040b71e { display: block; margin-top: 12rpx; font-size: 26rpx; color: #4b5563; line-height: 1.4; word-break: break-all; } .company-card-desc.data-v-b040b71e { display: block; margin-top: 16rpx; font-size: 26rpx; color: #6b7280; line-height: 1.5; } .section-title.data-v-b040b71e { font-size: 28rpx; font-weight: 600; color: #374151; margin-bottom: 16rpx; padding-left: 4rpx; } .cell.data-v-b040b71e { position: relative; background: #fff; border-radius: 16rpx; padding: 24rpx 56rpx 24rpx 28rpx; margin-bottom: 16rpx; box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.06); } .cell--panic.data-v-b040b71e { padding-bottom: 20rpx; } .cell-title.data-v-b040b71e { display: block; font-size: 30rpx; font-weight: 600; color: #1a1a1a; line-height: 1.4; padding-right: 16rpx; } .cell-sub.data-v-b040b71e { display: block; margin-top: 10rpx; font-size: 24rpx; color: #6b7280; line-height: 1.45; } .cell-arrow.data-v-b040b71e { position: absolute; right: 24rpx; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 40rpx; color: #c4c8ce; line-height: 1; } .panic-row-top.data-v-b040b71e { display: flex; align-items: flex-start; justify-content: space-between; gap: 16rpx; } .panic-badge.data-v-b040b71e { flex-shrink: 0; font-size: 22rpx; color: #b45309; background: #fef3c7; padding: 6rpx 14rpx; border-radius: 8rpx; } .cell-link.data-v-b040b71e { display: block; margin-top: 12rpx; font-size: 24rpx; color: #2563eb; } .manage-placeholder.data-v-b040b71e { padding-top: 120rpx; } .bottom-tabs.data-v-b040b71e { position: fixed; left: 0; right: 0; bottom: 0; z-index: 998; display: flex; align-items: stretch; min-height: 100rpx; padding-bottom: env(safe-area-inset-bottom); background: #fff; border-top: 1rpx solid #e8eaed; box-shadow: 0 -4rpx 24rpx rgba(0, 0, 0, 0.04); box-sizing: border-box; } .bottom-tab.data-v-b040b71e { flex: 1; display: flex; align-items: center; justify-content: center; padding: 20rpx 8rpx; } .bottom-tab-text.data-v-b040b71e { font-size: 26rpx; color: #8b9199; text-align: center; line-height: 1.3; } .bottom-tab--active .bottom-tab-text.data-v-b040b71e { color: #0f0f0f; font-weight: 600; }