/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .captcha-container[data-v-2ca77e4c] { -webkit-user-select: none; user-select: none; background-color: #fff; width: 18.75rem; height: 21.875rem; margin: 0 auto; border-radius: 0.9375rem; overflow: hidden; padding: 0 0.9375rem; } .captcha-image[data-v-2ca77e4c] { position: relative; overflow: hidden; } .bg-image[data-v-2ca77e4c] { position: relative; z-index: 1; display: block; width: 100%; height: 100%; } .overlay[data-v-2ca77e4c] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; pointer-events: none; } .hole[data-v-2ca77e4c], .piece[data-v-2ca77e4c] { position: absolute; z-index: 101; box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.4); } .hole[data-v-2ca77e4c] { background-color: rgba(0, 0, 0, 0.3); } .piece[data-v-2ca77e4c] { background-repeat: no-repeat; background-size: cover; cursor: grab; } .slider-bar[data-v-2ca77e4c] { position: relative; height: 3.125rem; margin-top: 0; background: #f5f6fc; width: 16.875rem; display: flex; justify-content: center; align-items: center; } .slider-bar .slider-bar-font[data-v-2ca77e4c] { color: #a9a9ab; font-size: 0.875rem; } .slider-button[data-v-2ca77e4c] { position: absolute; top: 0; left: 0; width: 3.125rem; height: 3.125rem; background: #fff; box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2); -webkit-user-select: none; user-select: none; border-radius: 0.3125rem; border: 0.09375rem solid #8bdaca; display: flex; justify-content: center; align-items: center; } .font-title[data-v-2ca77e4c] { width: 100%; display: flex; justify-content: center; align-items: center; height: 3.125rem; font-size: 1.09375rem; font-weight: 700; } /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .login-container[data-v-94511ff7] { display: flex; flex-direction: column; min-height: 100vh; width: 100%; background-color: #eff1fc; position: relative; } .login-container .title-imge[data-v-94511ff7] { width: 4.6875rem; height: 6.5625rem; margin: 0 auto; margin-top: 15.625rem; } .login-container .photo-imge[data-v-94511ff7] { position: absolute; top: 6.25rem; left: 0; width: 100%; height: 40.625rem; } .login-container .under-container[data-v-94511ff7] { position: fixed; left: 0; bottom: 0; width: 100%; height: 27vh; display: flex; flex-direction: column; align-items: center; } .login-container .under-container .radio-circle[data-v-94511ff7] { position: relative; margin-top: 0.0625rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; border: 0.0625rem solid #C0C5D9; background-color: transparent; } .login-container .under-container .radio-circle-target[data-v-94511ff7] { position: relative; margin-top: 0.0625rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; border: 0.0625rem solid #C0C5D9; background-color: transparent; } .login-container .under-container .radio-circle-target[data-v-94511ff7]::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 0.9375rem; height: 0.9375rem; background-color: #00C9FF; border-radius: 50%; } .under-container-title[data-v-94511ff7] { display: flex; margin-top: 1.875rem; margin-bottom: 1.71875rem; align-items: center; justify-content: center; font-size: 0.78125rem; font-weight: 500; width: 100%; } .under-container-title .radio-circle-blue[data-v-94511ff7] { color: #0083FF; margin-top: 0.09375rem; } .under-container-title .radio-circle-font[data-v-94511ff7] { color: #5A607F; margin-left: 0.5625rem; margin-top: 0.09375rem; } .under-container-title .under-container-input[data-v-94511ff7] { width: 80%; display: flex; align-items: center; height: 2.8125rem; border-radius: 1.34375rem; color: #5A607F; font-size: 1.03125rem; border: 0.0625rem solid #C0C5D9; } .under-container-title .under-container-input .input-left[data-v-94511ff7] { margin: 0 0.9375rem; } .button-gray[data-v-94511ff7] { width: 80%; display: flex; justify-content: center; align-items: center; height: 2.8125rem; border-radius: 1.09375rem; background: linear-gradient(to right, #00C9FF, #0076FF); opacity: 0.4; color: #fff; font-size: 1.03125rem; margin-bottom: 1.5625rem; } .button-blue[data-v-94511ff7] { width: 80%; display: flex; justify-content: center; align-items: center; height: 2.8125rem; border-radius: 1.09375rem; background: linear-gradient(to right, #00C9FF, #0076FF); color: #fff; font-size: 1.03125rem; margin-bottom: 1.5625rem; } .bg-mask[data-v-94511ff7] { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.3); -webkit-backdrop-filter: blur(0.15625rem); backdrop-filter: blur(0.15625rem); z-index: 998; display: flex; justify-content: center; align-items: center; } .back-imge[data-v-94511ff7] { position: absolute; top: 3.125rem; left: 0.9375rem; width: 1.5625rem; height: 1.5625rem; }