@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ view.data-v-7728f3c6, cover-view.data-v-7728f3c6, scroll-view.data-v-7728f3c6, text.data-v-7728f3c6 { box-sizing: border-box; } button.data-v-7728f3c6::after, button.data-v-7728f3c6::before { border: none; height: 0; } .disinblock.data-v-7728f3c6 { display: inline-block; } .flex.data-v-7728f3c6 { display: flex; align-items: center; } .flex-bewteen.data-v-7728f3c6 { display: flex; align-items: center; justify-content: space-between; } .flexWrap.data-v-7728f3c6 { display: flex; flex-wrap: wrap; } .text-center.data-v-7728f3c6 { text-align: center; } .pad36.data-v-7728f3c6 { padding: 36rpx; } .tMar5.data-v-7728f3c6 { margin-top: 5rpx; } .tMar10.data-v-7728f3c6 { margin-top: 10rpx; } .tMar14.data-v-7728f3c6 { margin-top: 14rpx; } .tMar20.data-v-7728f3c6 { margin-top: 20rpx; } .tMar30.data-v-7728f3c6 { margin-top: 30rpx; } .tMar40.data-v-7728f3c6 { margin-top: 40rpx; } .lMarauto.data-v-7728f3c6 { margin-left: auto; } .lMar8.data-v-7728f3c6 { margin-left: 8rpx; } .lMar20.data-v-7728f3c6 { margin-left: 20rpx; } .rMar10.data-v-7728f3c6 { margin-right: 10rpx; } .rMar24.data-v-7728f3c6 { margin-right: 24rpx; } .rMar32.data-v-7728f3c6 { margin-right: 32rpx; } .fWeight600.data-v-7728f3c6 { font-weight: 600 !important; } .f13.data-v-7728f3c6 { font-size: 13rpx; } .f14.data-v-7728f3c6 { font-size: 14rpx; } .f18.data-v-7728f3c6 { font-size: 18rpx; } .f20.data-v-7728f3c6 { font-size: 20rpx; } .f24.data-v-7728f3c6 { font-size: 24rpx; } .f26.data-v-7728f3c6 { font-size: 26rpx; } .f28.data-v-7728f3c6 { font-size: 28rpx; } .f30.data-v-7728f3c6 { font-size: 30rpx; } .f32.data-v-7728f3c6 { font-size: 32rpx; } .f40.data-v-7728f3c6 { font-size: 40rpx; } .f42.data-v-7728f3c6 { font-size: 42rpx; } .f44.data-v-7728f3c6 { font-size: 44rpx; } .f50.data-v-7728f3c6 { font-size: 50rpx; } .f60.data-v-7728f3c6 { font-size: 60rpx; } .c-B8B8B8.data-v-7728f3c6 { color: #B8B8B8; } .c-589C54.data-v-7728f3c6 { color: #589C54; } .c-F39F2F.data-v-7728f3c6 { color: #F39F2F !important; } .c-BCBCBC.data-v-7728f3c6 { color: #BCBCBC; } .c-446EF6.data-v-7728f3c6 { color: #446EF6 !important; } .bcg-EC7266.data-v-7728f3c6 { background-color: #EC7266; } .bcg-2DA36E.data-v-7728f3c6 { background-color: #2DA36E; } .loadinfo.data-v-7728f3c6 { margin: 30rpx 0 50rpx; } .c-999.data-v-7728f3c6 { color: #999; } .c-000.data-v-7728f3c6 { color: #000; } .con.data-v-7728f3c6 { padding: 68rpx 40rpx; font-size: 32rpx; } .con .lineItem.data-v-7728f3c6 { display: flex; align-items: center; margin-top: 40rpx; } .con .lineItem .uni-input.data-v-7728f3c6 { background: #1c222e; height: 80rpx; border-radius: 40rpx; width: 100%; line-height: 80rpx; color: #fff; padding: 0 40rpx; overflow: hidden; } .con .lineItem input.data-v-7728f3c6 { background: #1c222e; height: 80rpx; border-radius: 40rpx; width: 76%; line-height: 80rpx; color: #fff; padding: 0 40rpx; } .con .lineItem .txt.data-v-7728f3c6 { display: inline-block; width: 24%; } .con .save.data-v-7728f3c6 { margin: 40rpx auto; background-color: #5b80f4; width: 20%; border-radius: 40rpx; height: 72rpx; line-height: 72rpx; text-align: center; }