/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /*自定义主题色 */ body[data-v-e4e4508d] { background-color: #ffffff; } .other-login-btn[data-v-e4e4508d] { display: flex; align-items: center; justify-content: center; width: 100%; height: 2.5rem; background: rgba(229, 138, 0, 0.08); border-radius: 1.25rem; font-size: 0.9375rem; font-family: PingFang SC; font-weight: 500; color: #FF5C03; border: 0.0625rem solid #FF5C03; margin-top: 0.9375rem; } .other-login-btn[data-v-e4e4508d]::after { border: none; } .content[data-v-e4e4508d] { display: flex; flex-direction: column; align-items: center; height: 100vh; width: 100%; position: relative; } .backImg[data-v-e4e4508d] { position: absolute; left: 0.9375rem; top: 40px; height: 0.9375rem; width: 0.9375rem; } .pageTop[data-v-e4e4508d] { display: flex; flex-direction: column; width: 100%; } .content .head[data-v-e4e4508d] { text-align: center; width: 100%; height: 3.125rem; background-size: cover; box-sizing: border-box; font-size: 1.125rem; font-weight: bold; color: #666; } .content .head uni-image[data-v-e4e4508d] { width: 4.6875rem; height: 4.6875rem; border-radius: 0.3125rem; box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.2); } .title[data-v-e4e4508d] { color: #141414; margin: 1.5625rem 0 0.9375rem 0; font-size: 1.1875rem; font-weight: 500; } .desc[data-v-e4e4508d] { color: #686866; padding: 0 0 0.9375rem 0; font-size: 0.875rem; } .loginBox[data-v-e4e4508d] { padding: 0 10px 0.9375rem; width: 100%; background: #FDFDFD; z-index: 10; position: relative; } .loginBox .login-item p[data-v-e4e4508d] { text-align: left; } .loginBox .line[data-v-e4e4508d] { height: 0.01563rem; background-color: #efefef; margin-top: 0.3125rem; } .loginBox .input-account[data-v-e4e4508d] { margin-top: 0.625rem; margin-bottom: 0; border-radius: 1.25rem; border: solid 0 #efefef; height: 2.5rem; width: 100%; background-size: 0.9375rem 0.9375rem; background-position: 0.9375rem; } .loginBox .input-pwd[data-v-e4e4508d] { margin-top: 1.25rem; margin-bottom: 0.625rem; border-radius: 1.25rem; border: solid 0 #efefef; height: 2.5rem; width: 100%; background-size: 0.9375rem 0.9375rem; background-position: 0.9375rem; } .loginBox uni-input[data-v-e4e4508d] { margin-left: 2.5rem; height: 2.5rem; line-height: 2.5rem; } .loginBox .reg-box[data-v-e4e4508d] { padding-bottom: 0.625rem; margin: 0 10px; } .loginBox .reg-box .reg-btn[data-v-e4e4508d] { font-size: 16px; color: #FF5C03; } .btns[data-v-e4e4508d] { margin: 1.875rem 0; } .login-btn[data-v-e4e4508d] { display: flex; align-items: center; justify-content: center; width: 100%; height: 2.5rem; background: linear-gradient(to right, #FF5C03 0%, #FF5C03 100%); background: -moz-linear-gradient(to right, #FF5C03 0%, #FF5C03 100%); box-shadow: 0px 0.21875rem 0.1875rem 0px rgba(229, 138, 0, 0.22); border-radius: 1.25rem; font-size: 0.9375rem; font-family: PingFang SC; font-weight: 500; color: white; } .pageBottom[data-v-e4e4508d] { height: 6.875rem; width: 75%; display: flex; flex-direction: column; position: absolute; bottom: 3.125rem; } .tips[data-v-e4e4508d] { color: #999; font-size: 1rem; } .menu[data-v-e4e4508d] { margin-top: 0.9375rem; } .menu uni-image[data-v-e4e4508d] { width: 3rem; height: 3rem; } .checkbox[data-v-e4e4508d] { margin: 0.625rem; margin-top: 1.125rem; display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 0.8125rem; color: #999999; line-height: 1.1875rem; text-align: left; } .checkbox uni-text[data-v-e4e4508d] { color: #FF5C03; } .checkbox-icon[data-v-e4e4508d] { flex-shrink: 0; margin-right: 0.375rem; } .checkbox-icon uni-image[data-v-e4e4508d] { height: 0.75rem; width: 0.75rem; }