|
|
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .withdraw-container.data-v-c6e30f7c {
- min-height: 100vh;
- background: #f8f8f8;
- padding-bottom: calc(160rpx + env(safe-area-inset-bottom));
- }
- .nav-bar.data-v-c6e30f7c {
- display: flex;
- align-items: center;
- background: #fff;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 999;
- box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.02);
- }
- .back.data-v-c6e30f7c {
- padding: 20rpx;
- margin-left: -20rpx;
- }
- .title.data-v-c6e30f7c {
- flex: 1;
- text-align: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #222;
- }
- .main-card.data-v-c6e30f7c {
- background: #fff;
- border-radius: 32rpx;
- box-shadow: 0 8rpx 32rpx rgba(60, 167, 250, 0.06);
- padding: 48rpx 36rpx 32rpx 36rpx;
- position: relative;
- }
- .section-title.data-v-c6e30f7c {
- font-size: 34rpx;
- font-weight: bold;
- color: #222;
- margin-bottom: 40rpx;
- }
- .form-group.data-v-c6e30f7c {
- margin-bottom: 0;
- }
- .form-label.data-v-c6e30f7c {
- font-size: 28rpx;
- color: #222;
- font-weight: 500;
- margin-bottom: 16rpx;
- }
- .form-input.data-v-c6e30f7c {
- width: 100%;
- font-size: 28rpx;
- color: #222;
- background: none;
- border: none;
- outline: none;
- padding: 16rpx 0 22rpx 0;
- }
- .input-placeholder.data-v-c6e30f7c {
- color: #ccc;
- font-size: 28rpx;
- }
- .divider.data-v-c6e30f7c {
- border-bottom: 1rpx solid #eee;
- margin: 0 0 24rpx 0;
- }
- .desc-area.data-v-c6e30f7c {
- margin: 36rpx 40rpx 0 40rpx;
- font-size: 24rpx;
- color: #bbb;
- line-height: 1.7;
- text-align: left;
- }
- .desc-link.data-v-c6e30f7c {
- color: #FFA800;
- margin-left: 4rpx;
- white-space: nowrap;
- }
- .footer-btn-area.data-v-c6e30f7c {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 10;
- background: #fff;
- padding: 24rpx 0 env(safe-area-inset-bottom);
- display: flex;
- justify-content: center;
- }
- .main-btn.data-v-c6e30f7c {
- width: 92%;
- height: 100rpx;
- background: linear-gradient(90deg, #FFD36D 0%, #FFA800 100%);
- color: #fff;
- font-size: 36rpx;
- border-radius: 50rpx;
- font-weight: bold;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 4rpx 16rpx rgba(255, 168, 0, 0.08);
- border: none;
- }
- .main-btn.promotion.data-v-c6e30f7c {
- background: linear-gradient(90deg, #c2fdab 0%, #08eae0 100%);
- color: #222;
- }
- .notice-popup.data-v-c6e30f7c {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 2000;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .popup-mask.data-v-c6e30f7c {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.55);
- }
- .popup-content.data-v-c6e30f7c {
- position: relative;
- width: 86vw;
- max-width: 650rpx;
- background: #fff;
- border-radius: 40rpx;
- overflow: hidden;
- box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.1);
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .popup-title.data-v-c6e30f7c {
- text-align: center;
- font-size: 38rpx;
- font-weight: bold;
- color: #222;
- margin: 48rpx 0 32rpx 0;
- }
- .popup-body.data-v-c6e30f7c {
- max-height: 600rpx;
- padding: 0 40rpx 0 40rpx !important;
- font-size: 28rpx;
- color: #888;
- line-height: 1.9;
- margin-bottom: 24rpx;
- box-sizing: border-box;
- width: 100%;
- }
- .section-title.data-v-c6e30f7c {
- font-size: 28rpx;
- color: #888;
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
- display: block;
- }
- .section-content.data-v-c6e30f7c {
- font-size: 28rpx;
- color: #888;
- margin-bottom: 8rpx;
- display: block;
- word-break: break-all;
- }
- .popup-footer.data-v-c6e30f7c {
- border-top: 1rpx solid #f2f2f2;
- width: 100%;
- padding: 24rpx 0 32rpx 0;
- display: flex;
- justify-content: center;
- }
- .confirm-btn.data-v-c6e30f7c {
- color: #FFA800;
- font-size: 34rpx;
- font-weight: bold;
- text-align: center;
- }
|