Geen omschrijving

call.css 945B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .greetings {
  2. /* margin-top: 10px; */
  3. padding-top: 20px;
  4. }
  5. .greetings label.col-md-2,
  6. .greetings label.col-sm-2 {
  7. text-align: right;
  8. line-height: 34px;
  9. }
  10. .greetings ul {
  11. margin: 0;
  12. padding: 0;
  13. }
  14. .greetings li {
  15. list-style: none;
  16. }
  17. .text_require {
  18. color: red;
  19. vertical-align: middle;
  20. font-weight: 900;
  21. }
  22. .time-box {
  23. position: relative;
  24. }
  25. i.tub {
  26. position: absolute;
  27. right: 26px;
  28. top: 8px;
  29. font-size: 18px;
  30. color: #249fea;
  31. }
  32. .greetings .radio-inline input[type="radio"] {
  33. margin-top: 4px;
  34. }
  35. .greetings textarea {
  36. resize: none;
  37. }
  38. .greetings .form-horizontal .radio-inline {
  39. padding-top: 0;
  40. }
  41. .workTimeSetting .laydate-time-list>li:nth-of-type(1) {
  42. width: 50%;
  43. }
  44. .workTimeSetting .laydate-time-list>li:nth-of-type(2) {
  45. width: 50%;
  46. }
  47. .workTimeSetting .laydate-time-list>li:nth-of-type(3) {
  48. width: 0;
  49. display: none;
  50. }
  51. .workTimeSetting .laydate-time-list ol li{
  52. text-align: center;
  53. width: 100%;
  54. padding-left: 0;
  55. }