No Description

addOrEditTel.css 919B

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