@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { overflow-x: hidden; background-color: #F3F3F3; } .page { padding-top: 130rpx; width: 750rpx; } .page .tip_box { position: fixed; left: 72rpx; top: 628rpx; width: 610rpx; background: #FFFFFF; border-radius: 30rpx 30rpx 30rpx 30rpx; z-index: 110; padding-bottom: 100rpx; } .page .tip_box .top { padding: 52rpx 38rpx 42rpx 36rpx; } .page .tip_box .top .ipt_box { margin-top: 22rpx; display: flex; flex-wrap: nowrap; align-items: center; } .page .tip_box .top .ipt_box .text { width: 350rpx; font-weight: 400; font-size: 32rpx; color: #3D3D3D; } .page .tip_box .top .ipt_box .ipt { padding: 10rpx 18rpx; display: flex; align-items: center; justify-content: space-between; margin-left: 26rpx; width: 420rpx; height: 64rpx; border-radius: 0rpx 0rpx 0rpx 0rpx; border: 2rpx solid #979797; } .page .tip_box .top .ipt_box .ipt .input { width: 80%; } .page .tip_box .top .tip { width: 100%; text-align: center; font-weight: 700; font-size: 32rpx; color: #3D3D3D; } .page .tip_box .top .txt { margin-top: 32rpx; width: 100%; text-align: center; font-weight: 500; font-size: 32rpx; color: #3D3D3D; } .page .tip_box .bots { position: absolute; width: 610rpx; display: flex; flex-wrap: nowrap; bottom: -20rpx; } .page .tip_box .bots .bot_left { border-radius: 0rpx 0rpx 0rpx 30rpx; width: 50%; height: 86rpx; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 32rpx; color: #3D3D3D; background: #EEEEEE; } .page .tip_box .bots .bot_right { border-radius: 0rpx 0rpx 30rpx 0rpx; width: 50%; height: 86rpx; background: #000; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-weight: 500; font-size: 32rpx; } .page .imgs { margin-top: 50rpx; width: 100%; display: flex; justify-content: center; } .page .imgs image { width: 400rpx; height: 400rpx; } .page .btn { margin: 160rpx auto; margin-top: 30rpx; display: flex; align-items: center; justify-content: center; width: 658rpx; height: 88rpx; background: #000; border-radius: 20rpx 20rpx 20rpx 20rpx; font-weight: 500; font-size: 32rpx; color: #FFFFFF; } .page .tips { margin: 28rpx auto 0; width: 658rpx; } .page .iptbox { display: flex; align-items: center; flex-wrap: nowrap; padding: 22rpx; margin: 28rpx auto 0; width: 658rpx; height: 88rpx; background: #FFFFFF; box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0, 0, 0, 0.15); border-radius: 20rpx 20rpx 20rpx 20rpx; } .page .iptbox .qrcode { padding-right: 20rpx; border-right: 2rpx solid #D8D8D8; } .page .iptbox .qrcode image { width: 54rpx; height: 54rpx; } .page .iptbox .ips { width: 630rpx; } .page .iptbox image { width: 18rpx; height: 32rpx; } .page .iptbox .my-placeholder { font-weight: 400; font-size: 32rpx; color: #808080; } .page .bot_btn { position: fixed; bottom: 0; display: flex; flex-wrap: wrap; padding: 40rpx 18rpx; width: 750rpx; background: #fff; box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08); border-radius: 0rpx 0rpx 0rpx 0rpx; } .page .bot_btn .btn:nth-child(4n) { margin-right: 0; } .page .bot_btn .btn1 { margin-top: 10rpx; margin-right: 12rpx; display: flex; align-items: center; justify-content: center; width: 164rpx; height: 66rpx; background: #000; border-radius: 0rpx 0rpx 0rpx 0rpx; border: 2rpx solid #000; font-weight: 400; font-size: 28rpx; color: #fff; border-radius: 10rpx; }