@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page.data-v-4246d39b { background: #EDF1F7; } .selectcz.data-v-4246d39b { width: 100%; background-color: #FFFFFF; position: fixed; bottom: 0rpx; left: 0; right: 0; z-index: 9; } .tabse.data-v-4246d39b { width: 50rpx; height: 10rpx; background-color: #FCD202; position: absolute; bottom: 0; left: 45%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .tabse1.data-v-4246d39b { width: 50rpx; height: 10rpx; background-color: #FCD202; position: absolute; bottom: 0; left: 70%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .tabse2.data-v-4246d39b { width: 50rpx; height: 10rpx; background-color: #FCD202; position: absolute; bottom: 0; left: 95%; -webkit-transform: translate(-100%, -100%); transform: translate(-100%, -100%); } .bg.data-v-4246d39b { background: #FFFFFF; } .boxs.data-v-4246d39b { height: 55rpx; border-radius: 28rpx; text-align: center; line-height: 55rpx; color: #999999; margin-right: 30rpx; display: inline-block; } .actives.data-v-4246d39b { height: 55rpx; border: 2rpx solid #FFCC00; border-radius: 28rpx; text-align: center; line-height: 55rpx; color: #000000; margin-right: 30rpx; } .btn.data-v-4246d39b { width: 120rpx; height: 64rpx; border: 2rpx solid #999999; border-radius: 8rpx; text-align: center; line-height: 64rpx; color: #000000; } .box.data-v-4246d39b { width: 131rpx; height: 45rpx; background: #FFEAF0; border-radius: 4rpx; text-align: center; line-height: 45rpx; font-size: 24rpx; font-weight: 500; color: #FE215B; } .page-box.data-v-4246d39b { position: relative; height: 100vh; z-index: 0; top: -20px; } .centre.data-v-4246d39b { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; height: 400rpx; text-align: center; font-size: 32rpx; } .centre image.data-v-4246d39b { width: 387rpx; height: 341rpx; margin: 0 auto 20rpx; } .centre .tips.data-v-4246d39b { font-size: 32rpx; color: #2F3044; margin-top: 20rpx; font-weight: 700; } .centre .btn.data-v-4246d39b { margin: 80rpx auto; width: 600rpx; border-radius: 32rpx; line-height: 90rpx; color: #ffffff; font-size: 34rpx; background: #5074FF; } .boxIndex.data-v-4246d39b { height: 78rpx; line-height: 78rpx; } .tans.data-v-4246d39b { background: #fff; } .addguige.data-v-4246d39b { width: 38%; color: #ffffff; text-align: center; height: 88rpx; line-height: 88rpx; } .addguigezz.data-v-4246d39b { border-radius: 16rpx 0 0 0; background-color: #999999; box-shadow: 0px 10rpx 20rpx 0px #999999; } .addguigezzs.data-v-4246d39b { border-radius: 0 16rpx 0 0; background: #FCD202; box-shadow: 0px 10rpx 20rpx 0px #FCD202; } .addguiges.data-v-4246d39b { width: 90%; margin: 0 auto; background: #FCD202; box-shadow: 0px 10rpx 20rpx 0px #FFD9B3; border-radius: 16rpx; text-align: center; height: 88rpx; line-height: 88rpx; /* position: fixed; bottom: 25upx; left: 0; right: 0; */ }