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