PingAnYeXianSZCG_Web 前端代码

QutboundComm.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. }
  53. /*增加试题分类*/
  54. .Content {
  55. text-align: center;
  56. padding: 10px;
  57. }
  58. .btn {
  59. background: #1ab394;
  60. }
  61. .Btn_box {
  62. margin-top: 20px;
  63. color: #fff;
  64. }
  65. .Content_ {
  66. padding-bottom: 10px;
  67. }
  68. .form_table {
  69. width: 100%;
  70. }
  71. .form_table th {
  72. padding: 5px 8px 5px 0;
  73. color: #333;
  74. font-weight: 700;
  75. text-align: right;
  76. background: #f9f9f9;
  77. }
  78. .form_table td {
  79. padding: 6px 0 5px 10px;
  80. text-align: left;
  81. color: #717171;
  82. line-height: 200%;
  83. margin-bottom: 20px;
  84. }
  85. .txtInput {
  86. width: 50%;
  87. margin-right: 5px;
  88. padding: 0 3px 0 3px;
  89. height: 22px;
  90. line-height: 22px;
  91. background: #FAFAFA;
  92. border: 1px solid #D7D7D7;
  93. vertical-align: middle;
  94. font-size: 12px;
  95. }
  96. #Search {
  97. color: #1ab394;
  98. }
  99. .Table_box {
  100. display: none;
  101. }
  102. .Btn_box {
  103. margin-top: 10px;
  104. text-align: center;
  105. }
  106. /*外呼计划*/
  107. .tbleft{
  108. float: left;
  109. width: 38%;
  110. }
  111. .tblert{
  112. float: right;
  113. width: 60%;
  114. }