salary-management-front/pc4mobx/hrmSalary/pages/mySalaryMobile/index.less

118 lines
1.9 KiB
Plaintext

.salary-mobile-list-wrapper {
height: 100%;
overflow-y: auto;
background: #f6f6f6;
position: relative;
.salary-mobile-list-tab {
background: #fff;
position: fixed;
width: 100%;
}
.wea-tab {
display: flex;
justify-content: center;
}
.searchWrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 10px 0;
background: #fff;
height: 40px;
position: fixed;
top: 47px;
.to {
margin: 0 10px;
color: #999;
}
}
.ui-picker-address {
.date {
color: #333;
}
.ui-popup-title {
font-size: 12px !important;
}
.ui-popup-content {
display: flex;
.ui-picker-wrapper {
flex: 1;
.ui-picker-item {
font-size: 12px !important;
}
}
}
}
}
.payrollList-wrapper {
padding: 8px 0;
margin-top: 87px;
li.empty, li.more {
text-align: center;
color: #999;
}
li.item {
display: flex;
flex-direction: column;
border-radius: 5px;
background: #FFF;
margin: 0 8px 8px;
.salaryMonth {
display: flex;
padding: 10px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #e5e5e5;
& > span:first-child {
color: #2db7f5;
font-size: 14px;
}
& > span:last-child {
background: rgba(45, 183, 245, .1);
color: #2db7f5;
font-size: 12px;
display: inline-block;
padding: 4px;
transform: scale(.8);
}
}
.sendTime {
padding: 10px;
& > span:first-child {
color: #999;
margin-right: 80px;
}
& > span:last-child {
color: #333;
}
}
a {
color: #2db7f5;
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 10px;
}
}
}