Нет описания

lookMsg.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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: 14px;
  13. height: 30px;
  14. line-height: 20px;
  15. border-bottom: 1px solid #CCCCCC;
  16. margin-bottom: 5px;
  17. margin-top: 5px;
  18. }
  19. .content_2 li {
  20. width: 24%;
  21. margin-bottom: 10px;
  22. }
  23. .content_3 li {
  24. width: 24%;
  25. margin-bottom: 10px;
  26. }
  27. #tbr {
  28. border: 1px solid #ccc;
  29. }
  30. #tbr td {
  31. padding: 10px;
  32. padding: 6px 0 5px 10px;
  33. color: #717171;
  34. line-height: 200%;
  35. border-top: 1px dotted #cccccc;
  36. }
  37. #tbr th {
  38. border-right: 1px dotted #cccccc;
  39. border-top: 1px dotted #cccccc;
  40. background: #f9f9f9;
  41. text-align: right;
  42. }
  43. .Back {
  44. background-color: #f5f5f5;
  45. }
  46. label {
  47. margin-right: 10px;
  48. }
  49. .Phone_Text ul {
  50. padding-left: 0;
  51. }
  52. .Phone_Text li {
  53. width: 50%;
  54. margin-bottom: 5px;
  55. height: 34px;
  56. line-height: 34px;
  57. }
  58. .Phone_Text label {
  59. width: 80px;
  60. }
  61. .Qus_box li {
  62. list-style: none;
  63. border: 1px solid #ccc;
  64. border-bottom: none;
  65. float: none;
  66. border-top: none;
  67. margin-top: -1px;
  68. }
  69. .Qus_box {
  70. padding-left: 0!important;
  71. margin-bottom: 0!important;
  72. }
  73. .Qus_box div {
  74. padding: 10px;
  75. border-top: 1px solid #ccc;
  76. }
  77. .title_ul {
  78. padding-left: 0;
  79. margin-bottom: 0;
  80. }
  81. .title_ul li {
  82. border: 1px solid #ccc;
  83. float: none;
  84. margin-top: -1px;
  85. overflow: hidden;
  86. }
  87. .title_ul li span{
  88. width: 90%;
  89. line-height: 30px;
  90. /*text-indent: 2em;*/
  91. border-left: 1px solid #ccc;
  92. display: block;
  93. float: left;
  94. padding: 0 10px;
  95. }
  96. .title_ul li label {
  97. line-height: 30px;
  98. margin: 0;
  99. text-align: center;
  100. width: 10%;
  101. display: block;
  102. float: left;
  103. }
  104. .checkbox input[type=checkbox] {
  105. margin-top: 0;
  106. margin-left: 0;
  107. position: relative;
  108. }
  109. .radio input[type=radio] {
  110. margin-top: 0;
  111. margin-left: 0;
  112. position: relative;
  113. }
  114. .wrapper {
  115. margin-bottom: 20px;
  116. }
  117. .Ul {
  118. float: left;
  119. padding-left: 0;
  120. border: none
  121. }
  122. .Ul li {
  123. float: left;
  124. border: none;
  125. padding: 5px;
  126. }
  127. .checkbox,
  128. .radio {
  129. margin-bottom: 0;
  130. }
  131. .Wd {
  132. border-bottom: 1px solid #ccc;
  133. }
  134. .content_1 input.form-control {
  135. width: 50%;
  136. }
  137. textarea {
  138. resize: none;
  139. }
  140. #Tgetruset input[type="radio"] {
  141. margin-right: 6px;
  142. cursor: pointer;
  143. }
  144. #Tgetruset label {
  145. cursor: pointer;
  146. }
  147. .content_5{
  148. margin-top: 20px;
  149. }
  150. .lookMsgs .Phone_Text li{
  151. height: 20px;
  152. line-height: 20px;
  153. }
  154. .lookMsgs input[type="radio"]{
  155. cursor: not-allowed!important;
  156. }
  157. .lookMsgs li span,
  158. .lookMsgs li img,
  159. .lookMsgs li label{
  160. cursor: default!important;
  161. }
  162. .content_2{
  163. border: 1px solid #ddd;
  164. margin-top: 20px;
  165. }