<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
.flex-jus[data-v-118f3c10] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.flex[data-v-118f3c10] {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.textoverflow[data-v-118f3c10] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
a[data-v-118f3c10] {
    text-decoration: none;
}
.theme1 .kf-box[data-v-118f3c10] {
    position: relative;
}
.theme1 .kf-box .txt div[data-v-118f3c10]:nth-of-type(1) {
    color: #fff;
}
.theme1 .kf-box .txt div[data-v-118f3c10]:nth-of-type(2) {
    color: #fff;
}
.theme1 .kf-box .right[data-v-118f3c10] {
    background: #ffb321;
    color: #111;
}
.theme2 .kf-box[data-v-118f3c10] {
    position: relative;
    background: #fff;
    z-index: 2;
}
.theme2 .kf-box .txt div[data-v-118f3c10]:nth-of-type(1) {
    color: #1a1a1a;
}
.theme2 .kf-box .txt div[data-v-118f3c10]:nth-of-type(2) {
    color: #999;
}
.theme2 .kf-box .right[data-v-118f3c10] {
    color: #fff;
    background: #4172f4;
}
.theme3 .kf-box[data-v-118f3c10] {
    position: relative;
    background: #2c365b;
    z-index: 2;
}
.theme3 .kf-box .txt div[data-v-118f3c10]:nth-of-type(1) {
    color: #fff;
}
.theme3 .kf-box .txt div[data-v-118f3c10]:nth-of-type(2) {
    color: #fff;
}
.theme3 .kf-box .right[data-v-118f3c10] {
    color: #202845;
    background: #ffb320;
}
.main[data-v-118f3c10] {
    height: calc(100vh - 45px);
}
.main .top-banner[data-v-118f3c10] {
    position: relative;
    width: 100%;
    height: 237px;
}
.main .top-banner div[data-v-118f3c10] {
    width: 100%;
    height: 237px;
}
.main .kf-box[data-v-118f3c10] {
    width: 380px;
    height: 115px;
    margin: auto;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    opacity: 1;
    border-radius: 13px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .kf-box .left[data-v-118f3c10] {
    display: flex;
    align-items: center;
}
.main .kf-box .left .avatar[data-v-118f3c10] {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: 1px solid #efc67f;
    overflow: hidden;
    margin-right: 19px;
}
.main .kf-box .left .avatar div[data-v-118f3c10] {
    width: 100%;
    height: 100%;
}
.main .kf-box .left .txt[data-v-118f3c10] {
    display: flex;
    flex-direction: column;
}
.main .kf-box .left .txt div[data-v-118f3c10]:nth-of-type(1) {
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
}
.main .kf-box .left .txt div[data-v-118f3c10]:nth-of-type(2) {
    font-size: 13px;
    opacity: 0.5;
    line-height: 18px;
}
.main .kf-box .right[data-v-118f3c10] {
    padding: 0 8px;
    height: 29px;
    line-height: 29px;
    border-radius: 25px;
    font-size: 15px;
    text-align: center;
}
</pre></body></html>