231 lines
5.3 KiB
Plaintext
Raw Permalink Normal View History

2025-04-01 09:03:51 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 筛选组件 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.box.data-v-2f2853fe {
background: #F1F2F8;
min-height: 100vh;
}
.box .con-center.data-v-2f2853fe {
width: 690rpx;
}
.box .con-center .centerBack.data-v-2f2853fe {
position: fixed;
width: 100%;
height: 100%;
top: 25rpx;
left: 0;
z-index: -1;
}
.box .con-center .header.data-v-2f2853fe {
height: 50rpx;
margin-top: 37rpx;
}
.box .con-center .header .s-header.data-v-2f2853fe {
width: 104rpx;
height: 50rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #9E9E9E;
line-height: 26rpx;
}
.box .con-center .header .s-header.selected.data-v-2f2853fe {
width: 104rpx;
height: 50rpx;
background: #008CFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 800;
font-size: 28rpx;
color: #FFFFFF;
line-height: 26rpx;
}
.w-100.data-v-2f2853fe {
width: 100%;
}
.flex.data-v-2f2853fe {
display: flex;
}
.flex-start.data-v-2f2853fe {
align-items: flex-start;
}
.justify-center.data-v-2f2853fe {
justify-content: center;
}
.align-items.data-v-2f2853fe {
align-items: center;
}
.flex-column.data-v-2f2853fe {
flex-flow: column;
}
.justify-start.data-v-2f2853fe {
justify-content: start;
}
.line.data-v-2f2853fe {
margin-top: 12rpx;
width: 690rpx;
height: 1rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.search.data-v-2f2853fe {
margin-top: 24rpx;
width: 690rpx;
height: 64rpx;
background: #FFFFFF;
box-shadow: 2rpx 2rpx 0rpx 0rpx rgba(0, 0, 0, 0.4);
border-radius: 8rpx 8rpx 8rpx 8rpx;
border: 2rpx solid #008CFF;
}
.search .dashed image.data-v-2f2853fe {
width: 52rpx;
height: 52rpx;
}
.search .line-search.data-v-2f2853fe {
width: 2rpx;
height: 42rpx;
background: #008CFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.search .input.data-v-2f2853fe {
padding-left: 12rpx;
height: 100%;
width: 100%;
}
.search.data-v-2f2853fe .input-placeholder {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #C0C0C0;
line-height: 32rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
.search .searchBtn.data-v-2f2853fe {
width: 128rpx;
height: 64rpx;
background: #008CFF;
border-radius: 5rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}
.hui.data-v-2f2853fe {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #7A7A7A;
}
.white-space.data-v-2f2853fe {
overflow: hidden;
/* 确保超出容器的文本被隐藏 */
white-space: nowrap;
/* 确保文本在一行内显示 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
}
.centerBox.data-v-2f2853fe {
height: 70vh;
width: 690rpx;
background: #FFFFFF;
border-radius: 12px 12px 12px 12px;
margin-top: 24rpx;
overflow-y: auto;
/* 添加这一行 */
}
.text.data-v-2f2853fe {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #008CFF;
}
.line.data-v-2f2853fe {
width: 602rpx;
height: 1rpx;
background: #F1F2F8;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.item--list.data-v-2f2853fe {
padding-left: 25rpx;
}
.item--title.data-v-2f2853fe {
display: flex;
align-items: center;
font-size: 28rpx;
border-bottom: 1rpx solid #f7f7f7;
padding: 25rpx;
}
.open__and--close.data-v-2f2853fe {
margin-left: auto;
font-size: 24rpx;
}
.tree__hover-class.data-v-2f2853fe {
background-color: #f7f7f7;
}
.ellipsis-multiline.level-1.data-v-2f2853fe {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #343434;
}
.ellipsis-multiline.level-2.data-v-2f2853fe {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #343434;
}
.ellipsis-multiline.level-3.data-v-2f2853fe {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 24rpx;
color: #008CFF;
}
.ellipsis-multiline.data-v-2f2853fe {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.service.data-v-2f2853fe {
margin-top: 24rpx;
width: 690rpx;
height: 94rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 30rpx;
color: #008CFF;
}