40 lines
696 B
Plaintext
40 lines
696 B
Plaintext
.waterMarkWrapper {
|
|
.wea-form-cell-wrapper {
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.wea-form-item {
|
|
padding: 5px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
.waterMarkTitle {
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
color: #2db7f5;
|
|
position: absolute;
|
|
display: inline-block;
|
|
width: 48px;
|
|
top: 50%;
|
|
margin-top: -10px;
|
|
}
|
|
}
|
|
|
|
.agingBox {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 5px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
.wea-select {
|
|
width: 120px !important;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.wea-input-number {
|
|
width: 80px !important;
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
}
|