Aucune description

lookMsg.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. table td {
  2. word-break: break-all;
  3. word-wrap: break-word;
  4. }
  5. table th {
  6. min-width: 120px;
  7. }
  8. .size-14 {
  9. font-size: 14px !important;
  10. }
  11. .shark_content_title {
  12. font-size: 16px;
  13. color: #333;
  14. font-weight: bold;
  15. height: 30px;
  16. line-height: 30px;
  17. border-bottom: 1px dashed #1ab394;
  18. margin-bottom: 10px;
  19. margin-top: 5px;
  20. }
  21. .wrapper .content_1,
  22. .wrapper .content_2,
  23. .wrapper .content_4 {
  24. background-color: #fff;
  25. width: 100%;
  26. margin: 0 auto;
  27. margin-bottom: 20px;
  28. padding: 10px 20px 20px 20px;
  29. border-radius: 10px;
  30. }
  31. .QuesTitle {
  32. margin-bottom: 5px;
  33. }
  34. .content_2 li {
  35. width: 24%;
  36. margin-bottom: 10px;
  37. }
  38. .content_3 li {
  39. width: 24%;
  40. margin-bottom: 10px;
  41. }
  42. #tbr {
  43. border: 1px solid #ccc;
  44. }
  45. #tbr td {
  46. padding: 10px;
  47. padding: 6px 0 5px 10px;
  48. color: #717171;
  49. line-height: 200%;
  50. border-top: 1px dotted #cccccc;
  51. }
  52. #tbr th {
  53. border-right: 1px dotted #cccccc;
  54. border-top: 1px dotted #cccccc;
  55. background: #f9f9f9;
  56. text-align: right;
  57. }
  58. .Back {
  59. background-color: #F8F8F8;
  60. }
  61. label {
  62. margin-right: 10px;
  63. }
  64. .Phone_Text ul {
  65. padding-left: 0;
  66. }
  67. .Phone_Text li {
  68. width: 25%;
  69. margin-bottom: 5px;
  70. line-height: 20px;
  71. }
  72. .Phone_Text .visit_detail {
  73. width: 100%;
  74. }
  75. .Phone_Text .visit_detail span {
  76. display: inline-block;
  77. text-indent: 2em;
  78. word-break: break-all;
  79. word-wrap: break-word;
  80. }
  81. .Phone_Text label {
  82. width: 90px;
  83. }
  84. .Qus_box li {
  85. list-style: none;
  86. border: 1px solid #ccc;
  87. border-bottom: none;
  88. float: none;
  89. border-top: none;
  90. margin-top: -1px;
  91. }
  92. .wrapper .Qus_box {
  93. padding-left: 0 !important;
  94. margin-bottom: 0 !important;
  95. margin-top: 0;
  96. border-bottom: 1px solid #ccc;
  97. }
  98. .Qus_box div {
  99. padding: 10px;
  100. border-top: 1px solid #ccc;
  101. }
  102. .title_ul {
  103. padding-left: 0;
  104. margin-bottom: 0;
  105. }
  106. .title_ul li {
  107. border: 1px solid #ccc;
  108. float: none;
  109. margin-top: -1px;
  110. overflow: hidden;
  111. }
  112. .title_ul li span {
  113. width: 90%;
  114. line-height: 30px;
  115. /*text-indent: 2em;*/
  116. border-left: 1px solid #ccc;
  117. display: block;
  118. float: left;
  119. padding: 0 10px;
  120. }
  121. .title_ul li label {
  122. line-height: 30px;
  123. margin: 0;
  124. text-align: center;
  125. width: 10%;
  126. display: block;
  127. float: left;
  128. }
  129. .checkbox input[type=checkbox] {
  130. margin-top: 0;
  131. margin-left: 0;
  132. position: relative;
  133. }
  134. .wrapper .radio {
  135. margin-top: 0;
  136. }
  137. .radio input[type=radio] {
  138. margin-top: -2px;
  139. margin-left: 10px;
  140. margin-right: 5px;
  141. position: relative;
  142. vertical-align: middle;
  143. }
  144. .wrapper {
  145. margin-top: 20px;
  146. margin-bottom: 20px;
  147. }
  148. .wrapper .Ul {
  149. float: left;
  150. padding-left: 0;
  151. border: none;
  152. margin-top: 0;
  153. }
  154. .Ul li {
  155. float: left;
  156. border: none;
  157. padding: 5px;
  158. }
  159. .checkbox,
  160. .radio {
  161. margin-bottom: 0;
  162. }
  163. .Wd {
  164. border-bottom: 1px solid #ccc;
  165. }
  166. .content_1 input.form-control {
  167. width: 50%;
  168. }
  169. textarea {
  170. resize: none;
  171. }
  172. #Tgetruset input[type="radio"] {
  173. margin-right: 6px;
  174. cursor: pointer;
  175. }
  176. #Tgetruset label {
  177. cursor: pointer;
  178. }
  179. .content_5 {
  180. margin-top: 20px;
  181. }
  182. .lookMsgs .Phone_Text li {
  183. line-height: 20px;
  184. }
  185. .lookMsgs input[type="radio"] {
  186. cursor: not-allowed !important;
  187. }
  188. .lookMsgs li span,
  189. .lookMsgs li img,
  190. .lookMsgs li label {
  191. cursor: default !important;
  192. }
  193. .content_2 {
  194. margin-top: 20px;
  195. }
  196. .wrapper ul {
  197. margin-top: 15px;
  198. margin-bottom: 0;
  199. }
  200. .audit_all {
  201. color: #19aad0;
  202. }
  203. .audit_wait {
  204. color: #febd23;
  205. }
  206. .audit_done {
  207. color: #5ccb91;
  208. }
  209. .audit_refuse {
  210. color: #fd7c78;
  211. }
  212. .audit_doned {
  213. color: #3cd6c9;
  214. }
  215. .audit_revoke {
  216. color: #fd72b9;
  217. }
  218. .audit_termination {
  219. color: #fc3d18;
  220. }
  221. .outBoundTask .Phone_Text li {
  222. width: 50%;
  223. line-height: 34px;
  224. }
  225. .cusDetails .cus_base {
  226. margin: 0;
  227. padding: 0;
  228. }
  229. .cusDetails .cus_base .cusListItem {
  230. background-color: #f6f6f6;
  231. padding: 10px;
  232. border-radius: 5px;
  233. margin-bottom: 10px;
  234. position: relative;
  235. }
  236. .cusDetails .cusListItem .aBtn {
  237. position: absolute;
  238. right: 60px;
  239. top: 10px;
  240. z-index: 10;
  241. }
  242. .cusDetails .cusListItem .aBtn1 {
  243. right: 20px;
  244. }