@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: #f5f5f5; } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red.data-v-50fd3826 { color: #f60808; } .green.data-v-50fd3826 { color: #15ab54; } .yellow.data-v-50fd3826 { color: #f0ad4e; } .blue.data-v-50fd3826 { color: #1f96f6; } .blank.data-v-50fd3826 { color: #000; } .white.data-v-50fd3826 { color: #fff; } .promain.data-v-50fd3826 { color: #025b58; } .prosecond.data-v-50fd3826 { color: #ed742f; } .textmain.data-v-50fd3826 { color: #333; } .textgrey.data-v-50fd3826 { color: #999; } .fuColor.data-v-50fd3826 { color: #c6cadb; } .fontssm.data-v-50fd3826 { font-size: 22rpx; } .fontsm.data-v-50fd3826 { font-size: 24rpx; } .fontmid.data-v-50fd3826 { font-size: 28rpx; } .fontbase.data-v-50fd3826 { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder.data-v-50fd3826 { color: #999999; } .navigator-hover.data-v-50fd3826 { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn.data-v-50fd3826 { background: transparent !important; } uni-toast.data-v-50fd3826 { z-index: 99999; } button.data-v-50fd3826 { background: transparent; } button.data-v-50fd3826::after { border: 0; } .container.data-v-50fd3826 { padding: 45rpx 30rpx; background-color: #fff; } .container .button_money.data-v-50fd3826 { display: flex; flex-direction: column; align-items: center; justify-content: center; } .container .box.data-v-50fd3826 { font-size: 36rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; } .container .custom-style.data-v-50fd3826 { background: #ed742e; width: 690rpx; margintop: 600rpx; color: #fff; margin-top: 40rpx; } .container .list.data-v-50fd3826 { padding: 40rpx 0rpx 120rpx; flex-wrap: wrap; } .container .list.data-v-50fd3826:nth-of-type(3) { margin-right: 0; } .container .list .li.data-v-50fd3826 { width: 218rpx; height: 110rpx; background: #ffffff; border-radius: 9rpx; color: #0bb291; font-size: 38rpx; font-family: PingFang SC; font-weight: bold; margin-right: 18rpx; margin-bottom: 22rpx; border: 1px solid #0bb291; } .container .list .li.data-v-50fd3826:nth-of-type(3n) { margin-right: 0; } .container .list .sel.data-v-50fd3826 { background: rgba(11, 178, 145, 0.1); border: 1px solid #0bb291; } .container .list input.data-v-50fd3826 { margin-top: 42rpx; width: 690rpx; height: 86rpx; line-height: 86rpx; padding: 0 30rpx; border: 1px solid #dfdfdf; } .container .cen.data-v-50fd3826 { margin-bottom: 40rpx; } .container .cen .pay-item.data-v-50fd3826 { background: #ffffff; width: 100%; margin-top: 20rpx; padding: 30rpx 0; } .container .cen .pay-item .left-icon.data-v-50fd3826 { width: 68rpx; height: 68rpx; } .container .cen .pay-item .pay-til.data-v-50fd3826 { font-size: 32rpx; color: #333333; margin-left: 18rpx; flex: 1; } .container .cen .pay-item .right-icon.data-v-50fd3826 { width: 36rpx; height: 36rpx; } .container .tips.data-v-50fd3826 { width: 100%; padding: 26rpx 30rpx; text-align: left; }