@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red { color: #f60808; } .green { color: #15ab54; } .yellow { color: #f0ad4e; } .blue { color: #1f96f6; } .blank { color: #000; } .white { color: #fff; } .promain { color: #025b58; } .prosecond { color: #ed742f; } .textmain { color: #333; } .textgrey { color: #999; } .fuColor { color: #c6cadb; } .fontssm { font-size: 22rpx; } .fontsm { font-size: 24rpx; } .fontmid { font-size: 28rpx; } .fontbase { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder { color: #999999; } .navigator-hover { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn { background: transparent !important; } uni-toast { z-index: 99999; } button { background: transparent; } button::after { border: 0; } page { background-color: #fff; } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red.data-v-5c862c5e { color: #f60808; } .green.data-v-5c862c5e { color: #15ab54; } .yellow.data-v-5c862c5e { color: #f0ad4e; } .blue.data-v-5c862c5e { color: #1f96f6; } .blank.data-v-5c862c5e { color: #000; } .white.data-v-5c862c5e { color: #fff; } .promain.data-v-5c862c5e { color: #025b58; } .prosecond.data-v-5c862c5e { color: #ed742f; } .textmain.data-v-5c862c5e { color: #333; } .textgrey.data-v-5c862c5e { color: #999; } .fuColor.data-v-5c862c5e { color: #c6cadb; } .fontssm.data-v-5c862c5e { font-size: 22rpx; } .fontsm.data-v-5c862c5e { font-size: 24rpx; } .fontmid.data-v-5c862c5e { font-size: 28rpx; } .fontbase.data-v-5c862c5e { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder.data-v-5c862c5e { color: #999999; } .navigator-hover.data-v-5c862c5e { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn.data-v-5c862c5e { background: transparent !important; } uni-toast.data-v-5c862c5e { z-index: 99999; } button.data-v-5c862c5e { background: transparent; } button.data-v-5c862c5e::after { border: 0; } page.data-v-5c862c5e { background-color: #f7f7f7; } .custom-style.data-v-5c862c5e { background: #ed742e; width: 690rpx; margintop: 600rpx; color: #fff; margin-top: 40rpx; } .container.data-v-5c862c5e { background-color: #f7f7f7; padding: 20rpx 30rpx; } .header.data-v-5c862c5e { height: auto; background-color: #ffffff; padding: 30rpx 30rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between; border-radius: 16rpx; } .header image.data-v-5c862c5e { width: 72rpx; height: 72rpx; margin-right: 30rpx; } .header .header-info.data-v-5c862c5e { margin: 0 80rpx; flex: 1; display: flex; flex-direction: column; } .header .header-info .type.data-v-5c862c5e { font-size: 32rpx; color: #333333; } .header .header-info .acount.data-v-5c862c5e { margin-top: 10rpx; font-size: 28rpx; color: #999999; } .header .header-info .mui-icon-arrowright.data-v-5c862c5e { color: #999999; } .header .icon-you.data-v-5c862c5e { color: #999999; } .centers.data-v-5c862c5e { height: auto; background-color: #ffffff; padding: 30rpx; margin-top: 20rpx; border-radius: 16rpx; } .centers .center-title.data-v-5c862c5e { font-size: 28rpx; } .centers .center-input.data-v-5c862c5e { width: 100%; height: auto; display: flex; flex-direction: row; align-items: center; margin: 20rpx 0; } .centers .center-input .center-icon.data-v-5c862c5e { font-size: 68rpx; font-weight: 600; margin-right: 10rpx; } .centers .center-input input.data-v-5c862c5e { font-size: 64rpx; font-weight: 600; flex: 1; } .centers .tips.data-v-5c862c5e { font-size: 28rpx; color: #9d9d9d; margin-top: 20rpx; } .code-item.data-v-5c862c5e { width: 100%; height: auto; background-color: #ffffff; padding: 30rpx; margin-top: 20rpx; display: flex; flex-direction: row; align-items: center; } .code-item input.data-v-5c862c5e { font-size: 32rpx; flex: 1; } .code-item .code-btn.data-v-5c862c5e { font-size: 28rpx; color: #c82226; } .code-item .left.data-v-5c862c5e { font-size: 28rpx; color: #333333; flex: 1; } .code-item .right.data-v-5c862c5e { font-size: 28rpx; color: #333333; }