Sin descripción

lookMsg.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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: 12%;
  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. .Qus_box #cli div{
  103. border-top: none;
  104. }
  105. #cli lable{
  106. width: 70px;
  107. display: inline-block;
  108. }
  109. #cli select{
  110. outline: none;
  111. border: none;
  112. padding: 0 5px;
  113. }
  114. #cli select::-webkit-input-placeholder{
  115. color: #ccc;
  116. }
  117. .title_ul {
  118. padding-left: 0;
  119. margin-bottom: 0;
  120. }
  121. .title_ul li {
  122. border: 1px solid #ccc;
  123. float: none;
  124. margin-top: -1px;
  125. overflow: hidden;
  126. }
  127. .title_ul li span {
  128. width: 90%;
  129. line-height: 30px;
  130. /*text-indent: 2em;*/
  131. border-left: 1px solid #ccc;
  132. display: block;
  133. float: left;
  134. padding: 0 10px;
  135. }
  136. .title_ul li label {
  137. line-height: 30px;
  138. margin-right: 0;
  139. text-align: center;
  140. width: 3%;
  141. display: inline-block;
  142. float: left;
  143. vertical-align: middle;
  144. }
  145. .checkbox input[type=checkbox] {
  146. margin-top: 0;
  147. margin-left: 0;
  148. position: relative;
  149. }
  150. .wrapper .radio {
  151. margin-top: 0;
  152. }
  153. .radio input[type=radio] {
  154. margin-top: -2px;
  155. margin-left: 10px;
  156. margin-right: 5px;
  157. position: relative;
  158. vertical-align: middle;
  159. }
  160. .wrapper {
  161. margin-top: 20px;
  162. margin-bottom: 20px;
  163. }
  164. .wrapper .Ul {
  165. float: left;
  166. padding-left: 0;
  167. border: none;
  168. margin-top: 0;
  169. }
  170. .Ul li {
  171. float: left;
  172. border: none;
  173. padding: 5px;
  174. }
  175. .checkbox,
  176. .radio {
  177. margin-bottom: 0;
  178. }
  179. .Wd {
  180. border-bottom: 1px solid #ccc;
  181. }
  182. .content_1 input.form-control {
  183. width: 50%;
  184. }
  185. textarea {
  186. resize: none;
  187. }
  188. #Tgetruset input[type="radio"] {
  189. margin-right: 6px;
  190. cursor: pointer;
  191. }
  192. #Tgetruset label {
  193. cursor: pointer;
  194. }
  195. .content_5 {
  196. margin-top: 20px;
  197. }
  198. .lookMsgs .Phone_Text li {
  199. line-height: 20px;
  200. }
  201. .lookMsgs input[type="radio"] {
  202. cursor: not-allowed !important;
  203. }
  204. .lookMsgs li span,
  205. .lookMsgs li img,
  206. .lookMsgs li label {
  207. cursor: default !important;
  208. }
  209. .content_2 {
  210. margin-top: 20px;
  211. }
  212. .wrapper ul {
  213. margin-top: 15px;
  214. margin-bottom: 0;
  215. }
  216. .audit_all {
  217. color: #19aad0;
  218. }
  219. .audit_wait {
  220. color: #febd23;
  221. }
  222. .audit_done {
  223. color: #5ccb91;
  224. }
  225. .audit_refuse {
  226. color: #fd7c78;
  227. }
  228. .audit_doned {
  229. color: #3cd6c9;
  230. }
  231. .audit_revoke {
  232. color: #fd72b9;
  233. }
  234. .audit_termination {
  235. color: #fc3d18;
  236. }
  237. .outBoundTask .Phone_Text li {
  238. width: 50%;
  239. line-height: 34px;
  240. }
  241. .cusDetails .cus_base {
  242. margin: 0;
  243. padding: 0;
  244. }
  245. .cusDetails .cus_base .cusListItem {
  246. background-color: #f6f6f6;
  247. padding: 10px;
  248. border-radius: 5px;
  249. margin-bottom: 10px;
  250. position: relative;
  251. }
  252. .cusDetails .cusListItem .aBtn {
  253. position: absolute;
  254. right: 60px;
  255. top: 10px;
  256. z-index: 10;
  257. }
  258. .cusDetails .cusListItem .aBtn1 {
  259. right: 20px;
  260. }
  261. .linebox{
  262. display: inline-block;
  263. width: 45%;
  264. }
  265. .btn-group{
  266. display: inline-block;
  267. }