@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 主要颜色 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-92bb8f34 { width: 100%; height: 100%; position: absolute; } .top-img.data-v-92bb8f34 { width: 100%; height: 335rpx; } .head.data-v-92bb8f34 { position: fixed; left: 0; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: calc(140px + 25px); z-index: 99999; background-color: rgba(255, 255, 255, 0); } .head .logo-title.data-v-92bb8f34 { width: 64%; color: #fff; padding-left: 25rpx; } .head .logo-title image.data-v-92bb8f34 { width: 100%; } .head .title image.data-v-92bb8f34 { width: 210rpx; height: 33rpx; } .head .setting-mess.data-v-92bb8f34 { width: 20%; display: flex; align-items: center; height: 100%; margin-right: 20rpx; } .head .setting-mess .setting.data-v-92bb8f34 { display: flex; justify-content: center; align-items: center; width: 80rpx; height: 100%; } .head .setting-mess .setting text.data-v-92bb8f34 { font-size: 38rpx; } .head .setting-mess .mess.data-v-92bb8f34 { display: flex; justify-content: center; align-items: center; width: 80rpx; height: 100%; } .head .setting-mess .mess text.data-v-92bb8f34 { font-size: 38rpx; } .main.data-v-92bb8f34 { position: relative; top: 100px; top: 180rpx; padding-bottom: 140rpx; margin: 0 25rpx; } .notice-content.data-v-92bb8f34 { display: flex; align-items: center; padding: 20rpx; border: 2rpx solid #F0F0F0; border-radius: 20rpx; } .notice-content .notice-left image.data-v-92bb8f34 { width: 80rpx; height: 80rpx; } .notice-content .notice-line.data-v-92bb8f34 { width: 2rpx; background-color: #e1e1e1; height: 50rpx; margin: 0 20rpx; } .notice-content .notice-right .notice-right-content.data-v-92bb8f34 { display: flex; align-items: center; margin-bottom: 10rpx; } .notice-content .notice-right .notice-right-content .notice-icon.data-v-92bb8f34 { border: 2rpx solid #0FBB59; color: #0FBB59; background-color: #EEFFF5; border-radius: 10rpx; font-size: 20rpx; margin-right: 20rpx; padding: 2rpx 6rpx; display: inline-block; } .notice-content .notice-right .notice-right-content .notice-text.data-v-92bb8f34 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 420rpx; } .realtime.data-v-92bb8f34 { background-color: #fff; border-radius: 20rpx; padding: 30rpx; margin: 25rpx 0; color: #6D7383; box-shadow: 0 150rpx 20rpx #f1f2f4; position: relative; } .realtime .realtime-img.data-v-92bb8f34 { position: absolute; right: -20rpx; z-index: 1; top: -10px; } .realtime .realtime-img image.data-v-92bb8f34 { width: 280rpx; height: 280rpx; } .realtime .realtime-title.data-v-92bb8f34 { font-family: "MyFont", sans-serif; color: #000; font-size: 30rpx; } .realtime .blue.data-v-92bb8f34 { color: #477EFF; } .realtime .realtime-text.data-v-92bb8f34 { margin-top: 20rpx; } .realtime .realtime-btn.data-v-92bb8f34 { position: relative; margin-top: 30rpx; height: 86rpx; } .realtime .realtime-btn .realtime-btn-img.data-v-92bb8f34 { position: absolute; z-index: 0; width: 100%; } .realtime .realtime-btn .realtime-btn-text.data-v-92bb8f34 { position: absolute; z-index: 1; text-align: center; color: #fff; font-size: 32rpx; width: 100%; line-height: 86rpx; } .contractdetail.data-v-92bb8f34 { display: flex; flex-wrap: wrap; text-align: center; justify-content: space-between; margin: 30rpx 0 24rpx 0; } .contractdetail .contractdetail-list.data-v-92bb8f34 { width: 48%; } .contractdetail .contractdetail-img.data-v-92bb8f34 { position: relative; margin-bottom: 26rpx; } .contractdetail .contractdetail-img .f1.data-v-92bb8f34 { position: absolute; top: 22rpx; left: 22rpx; z-index: 999; font-size: 30rpx; font-weight: 600; } .contractdetail .contractdetail-img .f2.data-v-92bb8f34 { position: absolute; top: 70rpx; left: 22rpx; z-index: 999; font-size: 22rpx; color: #9FABB5; } .contractdetail .contractdetail-img image.data-v-92bb8f34 { width: 100%; height: 238rpx; border-radius: 20rpx; box-shadow: 0 0 15rpx 10rpx #f5f6f7; } .article-data.data-v-92bb8f34 { width: 100%; margin-top: 50rpx; } .article-data .article-title.data-v-92bb8f34 { font-family: "MyFont"; font-size: 28rpx; } .article-data .article-list .list.data-v-92bb8f34 { display: flex; align-items: center; width: 100%; height: 180rpx; margin-top: 40rpx; border-bottom: 2rpx solid #eaeaea; padding-bottom: 40rpx; } .article-data .article-list .list .item.data-v-92bb8f34 { display: flex; flex-direction: column; justify-content: space-between; width: 70%; height: 100%; } .article-data .article-list .list .item .title.data-v-92bb8f34 { display: flex; } .article-data .article-list .list .item .title text.data-v-92bb8f34 { font-size: 26rpx; } .article-data .article-list .list .item .find-collect.data-v-92bb8f34 { display: flex; align-items: center; } .article-data .article-list .list .item .find-collect .find.data-v-92bb8f34 { display: flex; align-items: center; } .article-data .article-list .list .item .find-collect .find text.data-v-92bb8f34 { color: #9FABB5; } .article-data .article-list .list .thumb image.data-v-92bb8f34 { width: 240rpx; height: 180rpx; border-radius: 10rpx; }