28 lines
455 B
Plaintext
28 lines
455 B
Plaintext
.salary-calculate-do-calc {
|
|
min-width: 1000px;
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #f6f6f6;
|
|
|
|
.icon-jinggao {
|
|
color: red;
|
|
font-size: 20px;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.wea-new-top-req {
|
|
z-index: 0 !important;
|
|
}
|
|
|
|
.wea-new-top-req-wapper .wea-new-top-req-title > div:last-child {
|
|
right: 16px;
|
|
}
|
|
|
|
.salary-calculate-do-calc-content {
|
|
padding: 8px 16px;
|
|
height: 100%;
|
|
}
|
|
}
|