hldy_xcx/unpackage/dist/dev/mp-weixin/pages/yuangongindex/workjoin.wxss

263 lines
5.6 KiB
Plaintext
Raw Normal View History

2025-09-09 17:45:04 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果您是插件开发者建议您使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果您是App开发者插件使用者您可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果您的项目同样使用了scss预处理您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.login-container.data-v-9f30267b {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: #eff1fc;
position: relative;
}
.under-scroll.data-v-9f30267b {
width: 100%;
height: calc(100% - 460rpx);
padding-top: 30rpx;
}
.under-scroll .white-small.data-v-9f30267b {
width: 94%;
margin-left: 3%;
background-color: #fff;
border-radius: 30rpx;
2025-09-15 17:23:33 +08:00
padding: 0rpx 40rpx;
2025-09-09 17:45:04 +08:00
font-size: 25rpx;
position: relative;
2025-10-20 11:05:46 +08:00
padding-bottom: 25rpx;
2025-09-09 17:45:04 +08:00
}
.button-heng.data-v-9f30267b {
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 30rpx;
right: 0;
}
.bgc-card.data-v-9f30267b {
margin-top: 450rpx;
background-color: #F7F7F7;
width: 98%;
margin-left: 1%;
border-top-left-radius: 30rpx;
border-top-right-radius: 30rpx;
min-height: calc(100vh - 650rpx);
z-index: 1;
}
.index-up.data-v-9f30267b {
position: absolute;
top: 0rpx;
left: 0;
width: 100%;
}
.index-up .index-up-img.data-v-9f30267b {
width: 100%;
height: 20rpx;
}
.title-card.data-v-9f30267b {
margin: 30rpx;
background-color: #fff;
width: 93%;
height: 250rpx;
border-radius: 30rpx;
padding: 0 45rpx;
margin-top: 40rpx;
padding-top: 40rpx;
}
.title-card .big-weight.data-v-9f30267b {
font-size: 30rpx;
color: #333333;
font-weight: 600;
margin-bottom: 30rpx;
}
.title-card .title-other.data-v-9f30267b {
color: #666666;
font-size: 25rpx;
}
.title-back.data-v-9f30267b {
2025-10-20 09:29:15 +08:00
background-color: #F7F7F7;
2025-09-09 17:45:04 +08:00
width: 100%;
2025-10-13 14:58:45 +08:00
height: 70rpx;
2025-09-09 17:45:04 +08:00
display: flex;
justify-content: space-between;
2025-10-13 14:58:45 +08:00
align-items: flex-end;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #cbd1d2;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
2025-09-09 17:45:04 +08:00
}
.left-father.data-v-9f30267b {
display: flex;
align-items: center;
z-index: 1;
}
.left-father .back-img.data-v-9f30267b {
width: 45rpx;
height: 40rpx;
margin-left: 40rpx;
margin-right: 15rpx;
}
.enter-img.data-v-9f30267b {
width: 25rpx;
height: 25rpx;
position: absolute;
right: 30rpx;
top: 35rpx;
}
.bottom-father.data-v-9f30267b {
display: flex;
justify-content: space-between;
2025-09-10 17:23:15 +08:00
margin-bottom: 20rpx;
2025-09-09 17:45:04 +08:00
}
.bottom-img.data-v-9f30267b {
2025-09-10 17:23:15 +08:00
position: absolute;
right: 30rpx;
top: 60rpx;
2025-09-09 17:45:04 +08:00
width: 160rpx;
height: 140rpx;
}
.blue-button.data-v-9f30267b {
2025-09-15 17:23:33 +08:00
margin: 0 30rpx;
margin-top: 30rpx;
2025-09-09 17:45:04 +08:00
width: 200rpx;
height: 60rpx;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
border: 2rpx solid #9AD1FF;
color: #007CFF;
2025-09-09 17:45:04 +08:00
border-radius: 25rpx;
font-size: 30rpx;
z-index: 999;
2025-09-10 17:23:15 +08:00
}
2025-09-15 17:23:33 +08:00
.white-button.data-v-9f30267b {
margin: 0 30rpx;
margin-top: 30rpx;
width: 200rpx;
height: 60rpx;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
border-radius: 25rpx;
font-size: 30rpx;
z-index: 999;
}
2025-09-10 17:23:15 +08:00
.card-font.data-v-9f30267b {
2025-09-15 17:23:33 +08:00
margin-left: 10rpx;
font-size: 32rpx;
margin-top: 30rpx;
padding-top: 25rpx;
word-wrap: break-word;
width: 450rpx;
font-weight: 600;
2025-09-10 17:23:15 +08:00
}
.gray-font.data-v-9f30267b {
font-size: 32rpx;
2025-09-15 17:23:33 +08:00
margin-top: 20rpx;
2025-09-10 17:23:15 +08:00
color: #B1B1B1;
width: 100%;
}
.gray-bgc.data-v-9f30267b {
2025-09-15 17:23:33 +08:00
margin-top: 20rpx;
width: 100%;
2025-09-10 17:23:15 +08:00
height: 75rpx;
border-radius: 10rpx;
display: flex;
align-items: center;
position: relative;
font-size: 28rpx;
}
.gray-bgc .gray-img.data-v-9f30267b {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
2025-09-15 17:23:33 +08:00
}
.applying.data-v-9f30267b {
position: absolute;
right: 20rpx;
top: 0rpx;
background-color: #FFE8D3;
color: #FF7900;
width: 130rpx;
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
border-radius: 10rpx;
margin-left: 35rpx;
margin-top: 25rpx;
}
.applysuccess.data-v-9f30267b {
position: absolute;
right: 20rpx;
top: 0rpx;
background-color: #DEF1FF;
color: #0093FF;
width: 130rpx;
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
border-radius: 10rpx;
margin-left: 35rpx;
margin-top: 25rpx;
}
.applyfail.data-v-9f30267b {
position: absolute;
right: 20rpx;
top: 0rpx;
background-color: #fff4f7;
color: #FC3D7F;
width: 130rpx;
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
border-radius: 10rpx;
margin-left: 35rpx;
margin-top: 20rpx;
}
.applywhy.data-v-9f30267b {
position: absolute;
right: 20rpx;
top: 60rpx;
background-color: #F1F1F1;
color: #373737;
width: 130rpx;
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
border-radius: 10rpx;
margin-left: 35rpx;
margin-top: 20rpx;
2025-09-09 17:45:04 +08:00
}