/* stylelint-disable comment-empty-line-before */ /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .data-v-d0629fab .uni-input-input { font-family: OPPOSANS !important; } .wallet-num-box.data-v-d0629fab { padding: 0 40rpx 80rpx; background: var(--ui-BG-Main) var(--8fb7b444) center/750rpx 100% no-repeat; border-radius: 0 0 5% 5%; } .wallet-num-box .num-title.data-v-d0629fab { margin-bottom: 20rpx; font-size: 26rpx; font-weight: 500; color: #ffffff; } .wallet-num-box .wallet-num.data-v-d0629fab { font-family: OPPOSANS; font-size: 60rpx; font-weight: 500; color: #ffffff; } .wallet-num-box .log-btn.data-v-d0629fab { width: 170rpx; height: 60rpx; padding: 0; font-size: 26rpx; font-weight: 500; line-height: 60rpx; color: #ffffff; border: 1rpx solid #ffffff; border-radius: 30rpx; } .draw-card.data-v-d0629fab { position: relative; z-index: 3; box-sizing: border-box; width: 690rpx; min-height: 560rpx; padding: 30rpx; margin: -60rpx 30rpx 30rpx 30rpx; background-color: #ffffff; border-radius: 20rpx; } .draw-card .card-title.data-v-d0629fab { margin-bottom: 30rpx; font-size: 30rpx; font-weight: 500; } .draw-card .bank-box .name.data-v-d0629fab { font-size: 28rpx; font-weight: 500; } .draw-card .bank-box .bank-list .empty-text.data-v-d0629fab { font-size: 28rpx; font-weight: 400; color: #999999; } .draw-card .bank-box .bank-list .cicon-forward.data-v-d0629fab { color: #999999; } .draw-card .bank-box .input-box.data-v-d0629fab { width: 624rpx; height: 100rpx; margin-bottom: 40rpx; } .draw-card .bank-box .input-box .unit.data-v-d0629fab { font-size: 48rpx; font-weight: 500; color: #333; } .draw-card .bank-box .input-box .uni-easyinput__placeholder-class.data-v-d0629fab { height: 36rpx; font-size: 30rpx; } .draw-card .bank-box .input-box.data-v-d0629fab .uni-easyinput__content-input { font-size: 48rpx; } .draw-card .bank-box .save-btn.data-v-d0629fab { width: 616rpx; height: 86rpx; margin-top: 80rpx; line-height: 86rpx; border-radius: 40rpx; } .draw-card .bind-box .placeholder-text.data-v-d0629fab { font-size: 26rpx; color: #999999; } .draw-card .bind-box .add-btn.data-v-d0629fab { width: 100rpx; height: 50rpx; font-size: 22rpx; line-height: 50rpx; color: var(--ui-BG-Main); background-color: var(--ui-BG-Main-light); border-radius: 25rpx; } .draw-card .input-box.data-v-d0629fab { width: 624rpx; height: 100rpx; margin-bottom: 40rpx; } .draw-card .input-box .unit.data-v-d0629fab { font-size: 48rpx; font-weight: 500; color: #333; } .draw-card .input-box .uni-easyinput__placeholder-class.data-v-d0629fab { font-size: 30rpx; } .draw-card .input-box.data-v-d0629fab .uni-easyinput__content-input { font-size: 48rpx; } .draw-card .save-btn.data-v-d0629fab { width: 616rpx; height: 86rpx; margin-top: 80rpx; line-height: 86rpx; border-radius: 40rpx; } .draw-notice.data-v-d0629fab { box-sizing: border-box; width: 684rpx; padding: 30rpx; margin: 20rpx 32rpx 0 32rpx; background: #ffffff; border: 2rpx solid #fffaee; border-radius: 20rpx; } .draw-notice .title.data-v-d0629fab { font-size: 30rpx; font-weight: 500; color: #333333; } .draw-notice .draw-list.data-v-d0629fab { font-size: 24rpx; line-height: 46rpx; color: #999999; }