Nessuna descrizione

QutboundComm.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .fr {
  2. float: right;
  3. }
  4. .fr li {
  5. float: left;
  6. }
  7. .size-14 {
  8. font-size: 14px!important;
  9. }
  10. .size-16 {
  11. font-size: 16px;
  12. }
  13. .anniu i {
  14. margin-right: 5px;
  15. }
  16. .x-color {
  17. width: 100px;
  18. background-color: #FFF;
  19. background-image: none;
  20. border: 1px solid #e5e6e7;
  21. border-radius: 1px;
  22. color: inherit;
  23. }
  24. .inputs {
  25. border: 1px solid #e5e6e7;
  26. width: 150px;
  27. padding: 6px 12px;
  28. }
  29. .d {
  30. color: forestgreen;
  31. }
  32. .du {
  33. color: #0064B6;
  34. }
  35. .w {
  36. color: #e43926;
  37. }
  38. .Title_box {
  39. line-height: 20px;
  40. border-bottom: 1px solid #ccc;
  41. padding-bottom: 10px;
  42. }
  43. .btns:hover {
  44. background-color: #06caa2;
  45. }
  46. /*外呼计划*/
  47. .anniu {
  48. margin-bottom: 10px;
  49. }
  50. .operation a {
  51. margin-right: 5px;
  52. display: inline-block;
  53. }
  54. /*增加试题分类*/
  55. .Content {
  56. text-align: center;
  57. padding: 10px;
  58. }
  59. .btn {
  60. background: #1ab394;
  61. }
  62. .Btn_box {
  63. margin-top: 20px;
  64. color: #fff;
  65. }
  66. .Content_ {
  67. padding-bottom: 10px;
  68. }
  69. .form_table {
  70. width: 100%;
  71. }
  72. .form_table th {
  73. padding: 5px 8px 5px 0;
  74. color: #333;
  75. font-weight: 700;
  76. text-align: right;
  77. background: #f9f9f9;
  78. }
  79. .form_table td {
  80. padding: 6px 0 5px 10px;
  81. text-align: left;
  82. color: #717171;
  83. line-height: 200%;
  84. margin-bottom: 20px;
  85. }
  86. .txtInput {
  87. width: 50%;
  88. margin-right: 5px;
  89. padding: 0 3px 0 3px;
  90. height: 22px;
  91. line-height: 22px;
  92. background: #FAFAFA;
  93. border: 1px solid #D7D7D7;
  94. vertical-align: middle;
  95. font-size: 12px;
  96. }
  97. #Search {
  98. color: #1ab394;
  99. }
  100. .Table_box {
  101. display: none;
  102. }
  103. .Btn_box {
  104. margin-top: 10px;
  105. text-align: center;
  106. }
  107. /*外呼计划*/
  108. .tbleft {
  109. float: left;
  110. width: 38%;
  111. }
  112. .tblert {
  113. float: right;
  114. width: 60%;
  115. }
  116. #tb2 {
  117. display: none;
  118. }