@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { height: 100%; background: #FFF; } .footers { padding-left: 140rpx; margin-top: 32rpx; font-size: 24rpx; color: #666666; text-align: center; display: flex; } .confirm-btn-weixin { width: 200px; height: 42px; line-height: 42px; border-radius: 30px; margin-top: 40rpx; background: linear-gradient(to left, #f15b6c 0, #e10a07 100%); color: #fff; font-size: 32rpx; } .confirm-btn-weixin:after { border-radius: 60px; } .confirm-btn { width: 200px; height: 42px; line-height: 42px; border-radius: 30px; margin-top: 300rpx; background: linear-gradient(to left, #f15b6c 0, #e10a07 100%); color: #fff; font-size: 32rpx; } .confirm-btn:after { border-radius: 60px; } .headers { text-align: center; } .headers > image { width: 400rpx; height: 400rpx; } .footer { padding-left: 60rpx; margin-top: 48rpx; font-size: 24rpx; color: #666666; text-align: center; display: flex; } page { background: #fff; } .send-msg { border-radius: 30px; color: black; background: white; height: 30px; font-size: 14px; line-height: 30px; } .container { top: 0; padding-top: 32rpx; position: relative; width: 100%; height: 100%; overflow: hidden; } .container .mp_wxBox .headers { margin: 35% auto 50rpx; text-align: center; border-radius: 60rpx; width: 650rpx; height: 300rpx; line-height: 450rpx; } .container .mp_wxBox .headers image { width: 300rpx; height: 300rpx; } .container .mp_wxBox .content { text-align: center; } .container .mp_wxBox text { display: block; color: #9d9d9d; margin-top: 40rpx; } .container .mp_wxBox .bottom { line-height: 80rpx; border-radius: 80rpx; margin: 70rpx 50rpx; height: 80rpx; font-size: 35rpx; } .wrapper { position: relative; z-index: 90; background: #fff; padding-bottom: 20px; } .input-content { padding: 0 20px; } .confirm-btn { width: 300px; height: 42px; line-height: 42px; border-radius: 30px; margin-top: 40px; background: linear-gradient(to left, #3f5ecb 0, #5074FF 100%); color: #fff; } .confirm-btn:after { border-radius: 60px; }