/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .job-detail-container.data-v-2bde8e2a { padding: 20rpx; position: relative; background-color: #f5f5f5; min-height: 100vh; } .job-header.data-v-2bde8e2a { padding: 20rpx 0; } .job-title.data-v-2bde8e2a { font-size: 36rpx; font-weight: bold; color: #333; margin-bottom: 10rpx; } .job-salary.data-v-2bde8e2a { font-size: 32rpx; color: #ff6b00; margin-bottom: 10rpx; } .job-department.data-v-2bde8e2a { font-size: 28rpx; color: #666; margin-bottom: 20rpx; } .job-requirements.data-v-2bde8e2a { display: flex; align-items: center; margin-bottom: 20rpx; } .requirement-item.data-v-2bde8e2a { display: flex; align-items: center; margin-right: 30rpx; font-size: 26rpx; color: #666; } .dot.data-v-2bde8e2a { width: 16rpx; height: 16rpx; border-radius: 50%; background-color: #0052d9; margin-right: 10rpx; } .time-icon.data-v-2bde8e2a { width: 26rpx; height: 26rpx; background-color: #999; border-radius: 50%; margin-right: 10rpx; display: flex; justify-content: center; align-items: center; font-size: 18rpx; color: #fff; } .section.data-v-2bde8e2a { margin-bottom: 30rpx; background-color: #fff; border-radius: 16rpx; padding: 20rpx; } .section-title.data-v-2bde8e2a { font-size: 32rpx; font-weight: bold; color: #333; margin-bottom: 20rpx; } .map-container.data-v-2bde8e2a { position: relative; border-radius: 16rpx; overflow: hidden; } .map-image.data-v-2bde8e2a { width: 100%; height: 300rpx; border-radius: 16rpx; } .map-time.data-v-2bde8e2a { position: absolute; left: 20rpx; bottom: 20rpx; background-color: rgba(0, 0, 0, 0.6); color: #fff; font-size: 24rpx; padding: 6rpx 12rpx; border-radius: 6rpx; } .refresh-icon.data-v-2bde8e2a { position: absolute; right: 20rpx; bottom: 20rpx; width: 60rpx; height: 60rpx; background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .benefits-list.data-v-2bde8e2a { display: flex; flex-wrap: wrap; } .benefit-tag.data-v-2bde8e2a { background-color: #f5f5f5; color: #666; font-size: 26rpx; padding: 10rpx 20rpx; border-radius: 6rpx; margin-right: 20rpx; margin-bottom: 20rpx; } .description-subtitle.data-v-2bde8e2a { font-size: 28rpx; font-weight: bold; color: #333; margin-bottom: 20rpx; } .description-content.data-v-2bde8e2a { padding-left: 10rpx; } .description-item.data-v-2bde8e2a { display: flex; margin-bottom: 20rpx; } .blue-dot.data-v-2bde8e2a { min-width: 16rpx; height: 16rpx; border-radius: 50%; background-color: #0052d9; margin-right: 10rpx; margin-top: 12rpx; } .description-item text.data-v-2bde8e2a { font-size: 26rpx; color: #666; line-height: 1.6; } .interview-button.data-v-2bde8e2a { position: fixed; right: 0; top: 50%; transform: translateY(-50%); background-color: #0052d9; color: #fff; -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr; padding: 30rpx 20rpx; font-size: 32rpx; border-top-left-radius: 16rpx; border-bottom-left-radius: 16rpx; }