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

173 lines
4.1 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 */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.font-father[data-v-aaa5af2f] {
width: 100%;
min-height: 100vh;
padding: 0 0.9375rem;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
background-color: #efefef;
}
.font-father .white-father-spec[data-v-aaa5af2f] {
width: 100%;
background-color: #fff;
border-radius: 1.25rem;
margin-top: 17.1875rem;
position: relative;
}
.font-father .white-father-spec .white-imge-spec[data-v-aaa5af2f] {
width: 100%;
margin: 0 auto;
height: 6.25rem;
margin-top: 0.21875rem;
}
.font-father .white-father-spec .weight-font[data-v-aaa5af2f] {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 1.875rem;
font-size: 1.09375rem;
font-weight: 600;
}
.font-father .white-father-spec .gray-font[data-v-aaa5af2f] {
color: #999999;
margin-top: 0.9375rem;
}
.font-father .white-father[data-v-aaa5af2f] {
width: 100%;
background-color: #fff;
border-radius: 1.25rem;
margin-top: 0.9375rem;
padding: 0.9375rem 0.9375rem;
}
.font-father .white-father .white-imge[data-v-aaa5af2f] {
width: 19.84375rem;
margin: 0 auto;
height: 6.25rem;
}
.font-father .white-father .weight-font[data-v-aaa5af2f] {
font-size: 1.09375rem;
font-weight: 600;
margin-top: 0.9375rem;
}
.font-father .white-father .gray-font[data-v-aaa5af2f] {
color: #999999;
margin-top: 0.9375rem;
}
.font-father .font-title[data-v-aaa5af2f] {
margin-top: 6.25rem;
margin-bottom: 0;
font-weight: 600;
font-size: 1rem;
padding: 0 0.9375rem;
display: flex;
flex-direction: column;
width: 100%;
}
.font-father .bottom-button[data-v-aaa5af2f] {
margin-top: 0.9375rem;
margin-bottom: 0.625rem;
width: 7.8125rem;
margin-left: 0.9375rem;
height: 2.5rem;
border-radius: 1rem;
background: linear-gradient(to left, #00C9FF, #0076FF);
color: #fff;
font-size: 1rem;
display: flex;
justify-content: center;
align-items: center;
z-index: 3;
}
.white-card[data-v-aaa5af2f] {
width: 100%;
height: 7.1875rem;
background-color: #fff;
margin-top: 0.78125rem;
border-radius: 0.9375rem;
display: flex;
align-items: center;
}
.white-card .white-left[data-v-aaa5af2f] {
width: 80%;
padding-left: 8%;
}
.white-card .white-left .white-title[data-v-aaa5af2f] {
font-size: 0.9375rem;
font-weight: 600;
margin-bottom: 0.625rem;
}
.white-card .white-left .white-text[data-v-aaa5af2f] {
color: #999999;
flex-wrap: wrap;
}
.white-card .white-right[data-v-aaa5af2f] {
margin-left: 2%;
width: 2.65625rem;
height: 2.65625rem;
}
.title-img[data-v-aaa5af2f] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 18.75rem;
z-index: -1;
}
.big-font[data-v-aaa5af2f] {
font-size: 2.1875rem;
color: black;
margin: 0.3125rem 0;
}
.fixed[data-v-aaa5af2f] {
position: fixed;
top: 0;
left: 0;
background-color: #fff;
width: 100%;
z-index: 2;
}
.title-back[data-v-aaa5af2f] {
margin-top: 3.125rem;
width: 100%;
height: 3.125rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.title-back .left-father[data-v-aaa5af2f] {
display: flex;
align-items: center;
z-index: 999;
}
.title-back .left-father .back-img[data-v-aaa5af2f] {
width: 1.40625rem;
height: 1.25rem;
margin-left: 1.25rem;
margin-right: 0.46875rem;
}