173 lines
4.1 KiB
Plaintext
173 lines
4.1 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 筛选组件 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.center-box.data-v-6362e18b {
|
|||
|
width: 750rpx;
|
|||
|
background: #F1F2F8;
|
|||
|
min-height: calc(100vh - 130rpx);
|
|||
|
}
|
|||
|
.box.data-v-6362e18b {
|
|||
|
width: 690rpx;
|
|||
|
padding: 0 30rpx 0rpx 30rpx;
|
|||
|
border-radius: 0px 0px 0px 0px;
|
|||
|
}
|
|||
|
.white-space.data-v-6362e18b {
|
|||
|
overflow: hidden;
|
|||
|
/* 确保超出容器的文本被隐藏 */
|
|||
|
white-space: nowrap;
|
|||
|
/* 确保文本在一行内显示 */
|
|||
|
text-overflow: ellipsis;
|
|||
|
/* 使用省略号表示被截断的文本 */
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.search.data-v-6362e18b {
|
|||
|
margin-top: 27rpx;
|
|||
|
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-6362e18b {
|
|||
|
width: 52rpx;
|
|||
|
height: 52rpx;
|
|||
|
}
|
|||
|
.search .line-search.data-v-6362e18b {
|
|||
|
width: 2rpx;
|
|||
|
height: 42rpx;
|
|||
|
background: #008CFF;
|
|||
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|||
|
}
|
|||
|
.search .input.data-v-6362e18b {
|
|||
|
padding-left: 12rpx;
|
|||
|
height: 100%;
|
|||
|
width: 78%;
|
|||
|
}
|
|||
|
.search.data-v-6362e18b .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-6362e18b {
|
|||
|
width: 128rpx;
|
|||
|
height: 64rpx;
|
|||
|
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;
|
|||
|
}
|
|||
|
.white-space.data-v-6362e18b {
|
|||
|
overflow: hidden;
|
|||
|
/* 确保超出容器的文本被隐藏 */
|
|||
|
white-space: nowrap;
|
|||
|
/* 确保文本在一行内显示 */
|
|||
|
text-overflow: ellipsis;
|
|||
|
/* 使用省略号表示被截断的文本 */
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.w-100.data-v-6362e18b {
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.flex.data-v-6362e18b {
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
.justify-center.data-v-6362e18b {
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
.align-items.data-v-6362e18b {
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.flex-column.data-v-6362e18b {
|
|||
|
flex-flow: column;
|
|||
|
}
|
|||
|
.justify-start.data-v-6362e18b {
|
|||
|
justify-content: start;
|
|||
|
}
|
|||
|
.listBox.data-v-6362e18b {
|
|||
|
width: 690rpx;
|
|||
|
margin-top: 10rpx;
|
|||
|
}
|
|||
|
.listBox .list.data-v-6362e18b {
|
|||
|
height: 456rpx;
|
|||
|
margin-top: 32rpx;
|
|||
|
position: relative;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 10rpx;
|
|||
|
}
|
|||
|
.listBox .list .title.data-v-6362e18b {
|
|||
|
width: 522rpx;
|
|||
|
font-family: Source Han Sans CN, Source Han Sans CN;
|
|||
|
font-weight: bold;
|
|||
|
font-size: 32rpx;
|
|||
|
color: #000000;
|
|||
|
}
|
|||
|
.listBox .list .icon.data-v-6362e18b {
|
|||
|
width: 580rpx;
|
|||
|
margin-top: 8rpx;
|
|||
|
margin-left: 32rpx;
|
|||
|
font-family: PingFang SC, PingFang SC;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 26rpx;
|
|||
|
color: #7A7A7A;
|
|||
|
}
|
|||
|
.listBox .list .Sign.data-v-6362e18b {
|
|||
|
width: 88rpx;
|
|||
|
height: 40rpx;
|
|||
|
border-radius: 4rpx 4rpx 4rpx 4rpx;
|
|||
|
font-family: Source Han Sans CN, Source Han Sans CN;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 24rpx;
|
|||
|
margin-right: 16rpx;
|
|||
|
}
|
|||
|
.icon-size.data-v-6362e18b {
|
|||
|
width: 32rpx;
|
|||
|
height: 32rpx;
|
|||
|
margin-right: 8rpx;
|
|||
|
}
|
|||
|
.footer.data-v-6362e18b {
|
|||
|
margin-bottom: 200rpx;
|
|||
|
}
|
|||
|
.slot-wrap.data-v-6362e18b {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
/* 如果您想让slot内容占满整个导航栏的宽度 */
|
|||
|
/* flex: 1; */
|
|||
|
/* 如果您想让slot内容与导航栏左右有空隙 */
|
|||
|
/* padding: 0 30rpx; */
|
|||
|
}
|
|||
|
|