@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .loadingBox.data-v-6ca52d46 { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: red; } .addNewsBtn.data-v-6ca52d46 { position: fixed; width: 56px; height: 56px; right: 15px; border-radius: 50%; background-color: #3466EB; color: #FFFFFF; display: flex; flex-direction: column; align-items: center; bottom: 150px; z-index: 150; } .addNewsBtn .addIcon.data-v-6ca52d46 { font-size: 30px; line-height: 30px; } .addNewsBtn .addText.data-v-6ca52d46 { font-size: 12px; } .searchModal.data-v-6ca52d46 { position: absolute; top: 44px; right: 0; bottom: 0; left: 0; z-index: 200; background-color: #fff; box-sizing: border-box; padding: 0 15px; } .searchModal .textTips.data-v-6ca52d46 { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; } .searchModal .textTips .del.data-v-6ca52d46 { width: 32rpx; height: 32rpx; } .searchModal .serachBox.data-v-6ca52d46 { display: flex; flex-wrap: wrap; } .searchModal .serachBox .serachItem.data-v-6ca52d46 { margin-top: 20px; padding: 8rpx 16rpx; max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .header.data-v-6ca52d46 { width: 100%; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 15px; height: 44px; position: -webkit-sticky; position: sticky; z-index: 100; background-color: #FFFFFF; top: 0; } .header .closeModalBox.data-v-6ca52d46 { position: absolute; right: 15px; width: 150rpx; background-color: #fff; height: 44px; line-height: 44px; text-align: right; } .header .input.data-v-6ca52d46 { width: 526rpx; } .banner-view.data-v-6ca52d46 { background-color: #007aff; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; } .paging-content.data-v-6ca52d46 { flex: 1; display: flex; flex-direction: column; } .swiper.data-v-6ca52d46 { height: 1000px; }