hldy_xcx/unpackage/dist/dev/app-plus/pages/login/index.css

179 lines
4.3 KiB
CSS
Raw Normal View History

2025-07-23 17:37:27 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果您是插件开发者建议您使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果您是App开发者插件使用者您可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果您的项目同样使用了scss预处理您也可以直接在您的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.login-container[data-v-d08ef7d4] {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: #eff1fc;
position: relative;
}
.login-container .title-imge[data-v-d08ef7d4] {
width: 4.6875rem;
height: 6.5625rem;
margin: 0 auto;
margin-top: 15.625rem;
}
.login-container .photo-imge[data-v-d08ef7d4] {
position: absolute;
top: 6.25rem;
left: 0;
width: 100%;
height: 40.625rem;
}
.login-container .under-container[data-v-d08ef7d4] {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 20vh;
display: flex;
flex-direction: column;
align-items: center;
}
.login-container .under-container .radio-circle[data-v-d08ef7d4] {
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-d08ef7d4] {
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-d08ef7d4]::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0.9375rem;
height: 0.9375rem;
background-color: #0083FF;
border-radius: 50%;
}
.under-container-title[data-v-d08ef7d4] {
display: flex;
margin-bottom: 1.25rem;
align-items: center;
font-size: 0.71875rem;
font-weight: 500;
}
.under-container-title .radio-circle-blue[data-v-d08ef7d4] {
color: #0083FF;
margin-top: 0.09375rem;
}
.under-container-title .radio-circle-font[data-v-d08ef7d4] {
color: #5A607F;
margin-top: 0.09375rem;
}
.button-blue[data-v-d08ef7d4] {
width: 80%;
display: flex;
justify-content: center;
align-items: center;
height: 2.8125rem;
border-radius: 1.09375rem;
background: linear-gradient(to left, #00C9FF, #0076FF);
color: #fff;
font-size: 1.03125rem;
margin-bottom: 0.9375rem;
}
/* 遮罩 */
.overlay[data-v-d08ef7d4] {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 998;
}
/* 弹窗 */
.modal[data-v-d08ef7d4] {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 999;
border-top-left-radius: 1.5625rem;
border-top-right-radius: 1.5625rem;
width: 100%;
height: 15.625rem;
display: flex;
flex-direction: column;
align-items: center;
}
.modal .modal-title[data-v-d08ef7d4] {
font-size: 1rem;
font-weight: 700;
margin: 1.5625rem 0;
}
.modal .model-p[data-v-d08ef7d4] {
padding: 0 1.5625rem;
width: 100%;
font-size: 0.9375rem;
}
.modal .model-down[data-v-d08ef7d4] {
display: flex;
width: 80%;
justify-content: space-between;
margin-top: 1.25rem;
}
.modal .model-down .model-white[data-v-d08ef7d4] {
border-radius: 1.5625rem;
width: 9.375rem;
height: 2.96875rem;
border: 0.15625rem solid #008dff;
color: #008dff;
font-size: 1.09375rem;
display: flex;
justify-content: center;
align-items: center;
}
.modal .model-down .model-blue[data-v-d08ef7d4] {
border-radius: 1.09375rem;
width: 100%;
height: 2.96875rem;
background: linear-gradient(to left, #00C9FF, #0076FF);
color: #fff;
font-size: 1.03125rem;
display: flex;
justify-content: center;
align-items: center;
}
/* 动画:遮罩淡入淡出 */