| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .applyDepart{
- .atStepsContent{
- padding-top: 10px;
- .content{
- padding-top: 20px;
- }
- }
- }
- .at-calendar__list.flex .flex__item--selected{
- color: white;
- border: 0 !important;
- border-radius: 0 !important;
- background: #6eb173;
- }
- .at-calendar__list.flex .flex__item--selected-head.flex__item--selected-tail {
- background-color: #6eb173;
- }
- .at-calendar__list.flex .flex__item{
- background: #6eb173;
- color: #FFFFFF;
- }
- .at-calendar__list.flex .flex__item--blur{
- background: #fff !important;
- color: #e1e4e7 !important;
- }
- .result{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- padding-top: 83px;
- height: 506px;
- .resultIcon{
- padding-bottom: 20px;
- }
- .resultTitle{
- padding: 0 30px 30px 30px;
- text-align: center;
- .resultError{
- font-size: 20px;
- color: #969696;
- padding-top: 15px;
- }
- }
- .resultOperation{
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- margin-top: auto;
- width: 100%;
- }
- }
|