@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page .uni-input-placeholder { width: 500rpx !important; } .page .uni-radio-input-checked { background-color: #FF4444 !important; border-color: #FF4444 !important; height: 35rpx; width: 35rpx; } .page .uni-input-wrapper { width: 400rpx !important; } .page uni-button { line-height: 2; } .sahco { padding: 10rpx; border-radius: 15rpx; } .cklius { padding: 30rpx; width: 75vw; border-radius: 15rpx; position: relative; } .container .header-bg { width: 100%; height: 360rpx; background-size: 100% 360rpx; background-repeat: no-repeat; } .container .rich-part { padding: 0 44rpx; } .container .rich-part .parse-rich { position: relative; padding: 48rpx 0; background-color: #ffffff; border-radius: 20rpx; z-index: 2; } .container .rich-part .parse-richs { position: relative; padding: 10rpx 0; background-color: #ffffff; border-radius: 20rpx; z-index: 2; } .container .rich-part .box-btm-shade { position: relative; border-radius: 20rpx; background-color: #d10000; height: 40rpx; margin-top: -30rpx; z-index: 1; } .container .withdraw-msg .withdrawTop-style { height: 30rpx; background-color: #d10000; margin: 0 30rpx; border-radius: 16rpx; position: relative; padding: 0 10rpx; } .container .withdraw-msg .withdrawTop-style .withdrawTop-style-with { position: absolute; background-color: #ab0000; width: 96%; height: 10rpx; border-radius: 6rpx; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .container .withdraw-msg .withdraw-part { padding: 0 50rpx 200rpx 50rpx; } .container .withdraw-msg .withdraw-part .withdraw-content { padding: 50rpx 30rpx 30rpx; position: relative; background-color: #ffffff; margin-top: -12rpx; border-radius: 0 0 10rpx 10rpx; } .container .withdraw-msg .withdraw-part .withdraw-content .scroll-view { padding: 20rpx; height: 400rpx; background-color: #f6f6f6; border-radius: 10rpx; } .container .withdraw-msg .withdraw-part .withdraw-content .scroll-view .withdraw-list { margin: 0 30rpx; } .container .withdraw-msg .withdraw-part .withdraw-content .scroll-view .withdraw-list .withdraw-item { padding: 26rpx 0; } .container .title-content .title-iconStyle { width: 64rpx; height: 44rpx; background-size: 64rpx 44rpx; background-repeat: no-repeat; } .container .confirmApply .isapply-style { color: #999999 !important; background-color: #f6f6f6 !important; } .container .confirmApply .Apply-button { position: relative; background-color: #ffd74b; padding: 25rpx 0; border-radius: 60rpx; z-index: 2; } .container .confirmApply .Apply-button button { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; } .container .confirmApply .Apply-buttom-shade { position: relative; z-index: 1; height: 80rpx; background-color: #ffae00; border-radius: 44rpx; margin-top: -70rpx; }