@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red.data-v-12493878 { color: #f60808; } .green.data-v-12493878 { color: #15ab54; } .yellow.data-v-12493878 { color: #f0ad4e; } .blue.data-v-12493878 { color: #1f96f6; } .blank.data-v-12493878 { color: #000; } .white.data-v-12493878 { color: #fff; } .promain.data-v-12493878 { color: #025b58; } .prosecond.data-v-12493878 { color: #ed742f; } .textmain.data-v-12493878 { color: #333; } .textgrey.data-v-12493878 { color: #999; } .fuColor.data-v-12493878 { color: #c6cadb; } .fontssm.data-v-12493878 { font-size: 22rpx; } .fontsm.data-v-12493878 { font-size: 24rpx; } .fontmid.data-v-12493878 { font-size: 28rpx; } .fontbase.data-v-12493878 { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder.data-v-12493878 { color: #999999; } .navigator-hover.data-v-12493878 { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn.data-v-12493878 { background: transparent !important; } uni-toast.data-v-12493878 { z-index: 99999; } button.data-v-12493878 { background: transparent; } button.data-v-12493878::after { border: 0; } .content.data-v-12493878 { background-color: #fff; border-radius: 16rpx 16rpx 0 0; overflow: hidden; } .list.data-v-12493878 { padding: 0 30rpx; } .cell.data-v-12493878 { min-height: 88rpx; font-size: 32rpx; color: #333; position: relative; width: 100%; } .cell.data-v-12493878:after { position: absolute; z-index: 3; left: 0; top: auto; bottom: 0; right: 0; height: 0; content: ''; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .cell.data-v-12493878:last-child { color: #fff; width: 750rpx; height: 100rpx; background: linear-gradient(90deg, #ffac4c 0%, #ff8a00 100%); line-height: 100rpx; border-top: 12rpx solid #f7f7f7; } .cell.title.data-v-12493878 { height: 100rpx; line-height: 100rpx; font-size: 36rpx; } .cell .icon.data-v-12493878 { width: 36rpx; height: 36rpx; }