暫無描述

lookMsg.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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: 60px;
  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. }
  86. .title_ul li label {
  87. border-right: 1px solid #ccc;
  88. line-height: 30px;
  89. margin: 0;
  90. padding: 10px;
  91. width: 100px;
  92. }
  93. .checkbox input[type=checkbox] {
  94. margin-top: 0;
  95. margin-left: 0;
  96. position: relative;
  97. }
  98. .radio input[type=radio] {
  99. margin-top: 0;
  100. margin-left: 0;
  101. position: relative;
  102. }
  103. .wrapper {
  104. margin-bottom: 20px;
  105. }
  106. .Ul {
  107. float: left;
  108. padding-left: 0;
  109. border: none
  110. }
  111. .Ul li {
  112. float: left;
  113. border: none;
  114. padding: 5px;
  115. }
  116. .checkbox,
  117. .radio {
  118. margin-bottom: 0;
  119. }
  120. .Wd {
  121. border-bottom: 1px solid #ccc;
  122. }
  123. .content_1 input.form-control {
  124. width: 50%;
  125. }
  126. textarea {
  127. resize: none;
  128. }
  129. #Tgetruset input[type="radio"] {
  130. margin-right: 6px;
  131. cursor: pointer;
  132. }
  133. #Tgetruset label {
  134. cursor: pointer;
  135. }
  136. .content_5{
  137. margin-top: 20px;
  138. }
  139. .lookMsgs .Phone_Text li{
  140. height: 20px;
  141. line-height: 20px;
  142. }
  143. .lookMsgs input[type="radio"]{
  144. cursor: not-allowed!important;
  145. }
  146. .lookMsgs li span,
  147. .lookMsgs li img,
  148. .lookMsgs li label{
  149. cursor: default!important;
  150. }