@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bg { width: 100%; height: 100vh; position: absolute; top: 0; left: 0; } .bg .bgimg { width: 100%; height: 100%; } .apptitle { font-size: 52rpx; color: #fff; width: 80%; margin: 600rpx auto 40rpx; } .logo { width: 100%; height: 340rpx; text-align: center; display: flex; align-items: center; padding-top: 240rpx; } .logo image { width: 280rpx; margin: 0 auto; height: 120rpx; } .set { position: absolute; right: 50rpx; top: 150rpx; } .bg { width: 100%; position: fixed; bottom: 0; left: 0; z-index: -1; } .bg image { width: 100%; } .u-input__right-icon { line-height: 35px !important; } .uni-form-item { width: 100%; } .uni-form-item .username { width: 80%; margin: 0 auto; display: flex; margin-bottom: 40rpx; padding-bottom: 10rpx; border-bottom: 2rpx solid rgba(249, 249, 249, 0.4); } .uni-form-item .username .u-icon__icon { margin-top: 17rpx; } .uni-form-item .username .uni-input { width: 100%; color: #fff; } .uni-form-item .username .u-input__input { color: #fff !important; } .uni-form-item .passwold { width: 80%; margin: 0 auto; display: flex; margin-bottom: 40rpx; padding-bottom: 10rpx; border-bottom: 2rpx solid rgba(249, 249, 249, 0.4); } .uni-form-item .passwold .u-icon__icon { margin-top: 17rpx; } .uni-form-item .passwold .u-input__input { color: #fff; } .uni-form-item .passwold .uni-input { width: 100%; color: #fff; } .uni-form-item .passwold .uicon-eye { color: #fff !important; } .uni-form-item .aboutpass { width: 80%; margin: 0 auto; display: flex; justify-content: flex-end; } .uni-form-item .aboutpass ._p { color: #fff; font-size: 28rpx; } .uni-form-item .aboutpass .uicon-checkbox-mark { border-color: #FF0000; } .uni-form-item .aboutpass .u-checkbox__label { font-size: 28rpx; color: #fff; margin-right: 0; } .uni-form-item .uni-btn-v { width: 80%; margin: 112rpx auto 0; position: relative; z-index: 100; } .uni-form-item .uni-btn-v button { width: 100%; height: 90rpx; line-height: 90rpx; color: #FFFFFF; font-size: 36rpx; background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0.6), rgba(249, 249, 249, 0.1)); color: #5DC18B; } .setbg { width: 100%; height: 100vh; position: absolute; top: 0; z-index: 99999; } .setbg .mengban { width: 100%; height: 100vh; position: absolute; top: 0; background-color: rgba(0, 0, 0, 0.5); } .setbg .set_http { position: absolute; width: 90%; left: 5%; top: 30%; } .setbg .set_http .set_http_top { display: flex; justify-content: space-around; background-color: #5DC18B; height: 60px; line-height: 60px; color: #FFFFFF; border-top-right-radius: 20px; border-top-left-radius: 20px; font-size: 32rpx; } .setbg .set_http .set_http_bot { height: 150px; background-color: #FFFFFF; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; padding: 30px; } .setbg .set_http .set_http_bot .set_http_bot_input { margin-top: 20rpx; border: 2rpx solid #bdb6a6; border-radius: 20rpx; padding: 10rpx 40rpx 0 20rpx; font-size: 32rpx; height: 30px; display: flex; justify-content: space-between; } .setbg .set_http .set_http_bot .set_http_bot_input input { width: 90%; } .setbg .set_http .scroll-Y { border: 2rpx solid #d0d0d0; border-radius: 20rpx; } .setbg .set_http .scroll-Y .scroll-view-item { padding-left: 20rpx; height: 70rpx; font-size: 28rpx; line-height: 70rpx; border-bottom: 2rpx solid #d0d0d0; } .upgradeBox { padding: 15rpx; }