index.less 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .applyDepart{
  2. .atStepsContent{
  3. padding-top: 10px;
  4. .content{
  5. padding-top: 20px;
  6. }
  7. }
  8. }
  9. .at-calendar__list.flex .flex__item--selected{
  10. color: white;
  11. border: 0 !important;
  12. border-radius: 0 !important;
  13. background: #6eb173;
  14. }
  15. .at-calendar__list.flex .flex__item--selected-head.flex__item--selected-tail {
  16. background-color: #6eb173;
  17. }
  18. .at-calendar__list.flex .flex__item{
  19. background: #6eb173;
  20. color: #FFFFFF;
  21. }
  22. .at-calendar__list.flex .flex__item--blur{
  23. background: #fff !important;
  24. color: #e1e4e7 !important;
  25. }
  26. .result{
  27. display: flex;
  28. flex-flow: column nowrap;
  29. align-items: center;
  30. padding-top: 83px;
  31. height: 506px;
  32. .resultIcon{
  33. padding-bottom: 20px;
  34. }
  35. .resultTitle{
  36. padding: 0 30px 30px 30px;
  37. text-align: center;
  38. .resultError{
  39. font-size: 20px;
  40. color: #969696;
  41. padding-top: 15px;
  42. }
  43. }
  44. .resultOperation{
  45. display: flex;
  46. flex-flow: row nowrap;
  47. align-items: center;
  48. justify-content: space-between;
  49. margin-top: auto;
  50. width: 100%;
  51. }
  52. }