@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red.data-v-64d2b7fe { color: #f60808; } .green.data-v-64d2b7fe { color: #15ab54; } .yellow.data-v-64d2b7fe { color: #f0ad4e; } .blue.data-v-64d2b7fe { color: #1f96f6; } .blank.data-v-64d2b7fe { color: #000; } .white.data-v-64d2b7fe { color: #fff; } .promain.data-v-64d2b7fe { color: #025b58; } .prosecond.data-v-64d2b7fe { color: #ed742f; } .textmain.data-v-64d2b7fe { color: #333; } .textgrey.data-v-64d2b7fe { color: #999; } .fuColor.data-v-64d2b7fe { color: #c6cadb; } .fontssm.data-v-64d2b7fe { font-size: 22rpx; } .fontsm.data-v-64d2b7fe { font-size: 24rpx; } .fontmid.data-v-64d2b7fe { font-size: 28rpx; } .fontbase.data-v-64d2b7fe { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder.data-v-64d2b7fe { color: #999999; } .navigator-hover.data-v-64d2b7fe { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn.data-v-64d2b7fe { background: transparent !important; } uni-toast.data-v-64d2b7fe { z-index: 99999; } button.data-v-64d2b7fe { background: transparent; } button.data-v-64d2b7fe::after { border: 0; } .indList.data-v-64d2b7fe { min-height: 100vh; padding: 96rpx 0 30rpx; } .indList .listBox.data-v-64d2b7fe { padding: 30rpx; background-color: #fff; } .indList .listBox text.data-v-64d2b7fe { margin-right: 30rpx; } .indList .listBox .sel.data-v-64d2b7fe { color: #fa436a; } .indList .navTit.data-v-64d2b7fe { position: fixed; width: 691rpx; height: 96rpx; top: 0; left: 30rpx; height: 68rpx; line-height: 68rpx; border: 2px solid #31c671; border-radius: 40rpx; } .indList .navTit .search.data-v-64d2b7fe { width: 146rpx; height: 62rpx; line-height: 62rpx; background: #31c671; color: #fff; border-radius: 37rpx; font-size: 26rpx; text-align: center; } .indList .hisPage.data-v-64d2b7fe { padding: 30rpx 31rpx 0; } .indList .hisPage .pagebox.data-v-64d2b7fe { margin-bottom: 37rpx; } .indList .hisPage .pagebox .title.data-v-64d2b7fe { font-size: 36rpx; margin-left: 26rpx; } .indList .hisPage .pagebox .con.data-v-64d2b7fe { flex-wrap: wrap; margin-top: 22rpx; } .indList .hisPage .pagebox .con .textcon.data-v-64d2b7fe { text-align: center; padding: 10rpx 30rpx; font-size: 24rpx; background-color: #f5f5f5; border-radius: 27rpx; margin-right: 13rpx; margin-bottom: 15rpx; } .indList .newsBox.data-v-64d2b7fe { margin-bottom: 30rpx; padding: 30rpx; background-color: #fff; } .indList .newsBox .box .center.data-v-64d2b7fe { padding-top: 30rpx; border-top: 1rpx solid #F5F5F5; }