2023-10-18 17:12:44 +08:00
|
|
|
.pbpc-content {
|
|
|
|
|
height: 100%;
|
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
|
|
.weapp-salary-sp {
|
2024-01-18 14:44:24 +08:00
|
|
|
background: #F3F9FF;
|
2023-12-08 13:39:55 +08:00
|
|
|
}
|
2023-10-18 17:12:44 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.weapp-salary-payroll-pc-preview {
|
|
|
|
|
padding: 32px 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.salary-preview-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
.edition-center {
|
|
|
|
|
max-width: 1000px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-bottom: 32px;
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
height: 48px;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #111;
|
|
|
|
|
|
|
|
|
|
.header-title {
|
|
|
|
|
height: 22px;
|
2024-01-17 10:00:19 +08:00
|
|
|
font-size: 25px;
|
2023-12-08 13:39:55 +08:00
|
|
|
color: #111;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: center;
|
2024-01-17 09:44:50 +08:00
|
|
|
font-weight: bolder;
|
2023-12-08 13:39:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-salary-date-time {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 14px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #999;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.body {
|
2023-10-18 17:12:44 +08:00
|
|
|
width: 100%;
|
2024-01-18 14:44:24 +08:00
|
|
|
background: #FFF;
|
2024-01-11 14:50:28 +08:00
|
|
|
//margin-top: 32px;
|
2023-10-18 17:12:44 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.comp-img {
|
|
|
|
|
text-align: center;
|
2023-10-19 09:42:46 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
img {
|
|
|
|
|
width: 100%;
|
2023-10-19 09:42:46 +08:00
|
|
|
}
|
2023-12-08 13:39:55 +08:00
|
|
|
}
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.corporate-culture-text {
|
2024-01-17 09:44:50 +08:00
|
|
|
text-align: left;
|
2023-12-08 13:39:55 +08:00
|
|
|
color: #111;
|
2024-01-18 14:44:24 +08:00
|
|
|
margin: 16px 30px 20px 30px;
|
2023-12-08 13:39:55 +08:00
|
|
|
white-space: pre-wrap;
|
|
|
|
|
word-break: break-all;
|
2024-01-18 14:44:24 +08:00
|
|
|
padding: 10px 14px;
|
|
|
|
|
background: #FAFAFA;
|
|
|
|
|
border: 1px solid rgba(238, 238, 238, 1);
|
|
|
|
|
border-radius: 4px;
|
2023-12-08 13:39:55 +08:00
|
|
|
}
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.data-detail {
|
|
|
|
|
.salary-group {
|
2024-01-11 14:50:28 +08:00
|
|
|
background: #FFF;
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.group-title {
|
|
|
|
|
font-size: 14px;
|
2024-01-18 14:44:24 +08:00
|
|
|
padding: 16px 0 0 30px;
|
2024-01-17 09:44:50 +08:00
|
|
|
font-weight: bolder;
|
2024-01-18 14:44:24 +08:00
|
|
|
color: #333333;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2023-10-19 11:51:41 +08:00
|
|
|
}
|
|
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.group-list {
|
2023-10-19 11:51:41 +08:00
|
|
|
margin-top: 16px;
|
2023-12-08 13:39:55 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2024-01-18 14:44:24 +08:00
|
|
|
padding: 0 30px;
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.even {
|
|
|
|
|
border-left: 1px solid #e5e5e5;
|
|
|
|
|
}
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.zero, .first {
|
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
|
}
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.list-item {
|
|
|
|
|
width: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: left;
|
|
|
|
|
min-height: 40px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
|
|
|
|
|
|
.item-name {
|
2024-01-11 14:50:28 +08:00
|
|
|
//flex-basis: 170px;
|
|
|
|
|
//width: 170px;
|
|
|
|
|
flex: 1;
|
2023-12-08 13:39:55 +08:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #fbfbfb;
|
|
|
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
|
font-size: 12px;
|
2024-01-18 14:44:24 +08:00
|
|
|
color: #5F5F5F;
|
2023-10-19 11:51:41 +08:00
|
|
|
display: flex;
|
2024-01-18 14:44:24 +08:00
|
|
|
justify-content: flex-start;
|
2023-12-08 13:39:55 +08:00
|
|
|
align-items: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2023-10-19 11:51:41 +08:00
|
|
|
}
|
2023-12-08 13:39:55 +08:00
|
|
|
}
|
2023-10-19 11:51:41 +08:00
|
|
|
|
2023-12-08 13:39:55 +08:00
|
|
|
.item-count {
|
2024-01-11 14:50:28 +08:00
|
|
|
//flex-basis: 328px;
|
|
|
|
|
flex: 1;
|
2023-12-08 13:39:55 +08:00
|
|
|
padding-left: 16px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
font-size: 12px;
|
2024-01-18 14:44:24 +08:00
|
|
|
color: #5F5F5F;
|
2023-12-08 13:39:55 +08:00
|
|
|
word-break: break-all;
|
2023-10-19 11:51:41 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-18 17:12:44 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-18 14:44:24 +08:00
|
|
|
|
|
|
|
|
.space {
|
|
|
|
|
margin: 20px 0 40px 0 !important;
|
|
|
|
|
|
|
|
|
|
button:last-child {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-18 17:12:44 +08:00
|
|
|
}
|