hldy_xcx/unpackage/dist/dev/app-plus/pages/addstaff/successpush.css

100 lines
2.4 KiB
CSS
Raw Normal View History

2025-08-22 17:13:41 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果您是插件开发者建议您使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果您是App开发者插件使用者您可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果您的项目同样使用了scss预处理您也可以直接在您的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.font-father[data-v-4d0b1daa] {
width: 100%;
min-height: 100vh;
padding: 0 0.9375rem;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
background-color: #efefef;
}
.font-father .font-title[data-v-4d0b1daa] {
margin-top: 0;
margin-bottom: 0.9375rem;
font-weight: 600;
font-size: 0.9375rem;
display: flex;
flex-direction: column;
font-size: 2.5rem;
}
.font-father .bottom-button[data-v-4d0b1daa] {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
margin-top: 2.5rem;
margin-bottom: 2.8125rem;
width: 80%;
height: 2.8125rem;
border-radius: 1.09375rem;
background: linear-gradient(to left, #00C9FF, #0076FF);
color: #fff;
font-size: 1.03125rem;
display: flex;
justify-content: center;
align-items: center;
z-index: 3;
}
.title-img[data-v-4d0b1daa] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
}
.fixed[data-v-4d0b1daa] {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 2;
padding: 0 2.1875rem;
display: flex;
flex-direction: column;
align-items: center;
}
.small-title[data-v-4d0b1daa] {
margin-bottom: 0.3125rem;
font-size: 0.875rem;
}
.normal[data-v-4d0b1daa] {
padding: 0 2.1875rem;
font-size: 0.875rem;
margin-bottom: 0.625rem;
display: flex;
align-items: center;
line-height: 1.5625rem;
text-align: center;
}
.title-photo[data-v-4d0b1daa] {
margin-top: 9.375rem;
width: 3.75rem;
height: 3.75rem;
z-index: 1;
}