Nenhuma Descrição

visitlistresult.css 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .clearfix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. ul li {
  7. list-style: none;
  8. float: left;
  9. }
  10. .toolBar {
  11. padding: 15px 0;
  12. }
  13. .toolRight {
  14. float: right;
  15. }
  16. .fr {
  17. float: right;
  18. }
  19. #tbResult tr td {
  20. padding: 8px;
  21. }
  22. .imgs {
  23. width: 100px;
  24. cursor: pointer;
  25. }
  26. .btns {
  27. color: rgb(255, 255, 255);
  28. font-size: 12px;
  29. margin-left: 15px;
  30. box-sizing: border-box;
  31. background: rgb(26, 179, 148);
  32. padding: 6px 10px;
  33. outline: none;
  34. border-width: 0px;
  35. border-style: initial;
  36. border-color: initial;
  37. border-image: initial;
  38. border-radius: 3px;
  39. }
  40. .btns:hover{
  41. color: #fff;
  42. }
  43. .toolBar input {
  44. width: 120px;
  45. padding: 3px;
  46. height: 24px!important;
  47. line-height: 24px;
  48. border: 1px solid #ccc;
  49. color: #000;
  50. }
  51. .laydate-icon {
  52. height: 25px!important;
  53. line-height: 25px;
  54. }
  55. .srar_box li {
  56. margin-right: 3px;
  57. }
  58. .shark {
  59. position: fixed;
  60. top: 0;
  61. left: 0;
  62. width: 100%;
  63. height: 100%;
  64. background: rgba(0, 0, 0, 0.48);
  65. z-index: 10004;
  66. display: none;
  67. }
  68. .shade_title {
  69. padding: 0 80px 0 20px;
  70. height: 42px;
  71. line-height: 42px;
  72. border-bottom: 1px solid #eee;
  73. font-size: 16px;
  74. color: #FFFFFF;
  75. overflow: hidden;
  76. background-color: rgb(26, 179, 148);
  77. border-radius: 2px 2px 0 0;
  78. position: relative;
  79. }
  80. .shade_k {
  81. z-index: 10005;
  82. width: 80%;
  83. margin: 10% auto;
  84. background-color: #fff;
  85. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  86. border-radius: 5px;
  87. }
  88. .setwin {
  89. position: absolute;
  90. right: 15px;
  91. top: 5px;
  92. font-size: 20px;
  93. line-height: initial;
  94. font-size: 25px;
  95. cursor: pointer;
  96. }
  97. .shark_content {
  98. overflow-y: auto;
  99. position: relative;
  100. padding-bottom: 50px;
  101. padding: 10px;
  102. margin-bottom: 30px;
  103. height: 500px;
  104. }
  105. .x-color {
  106. width: 100px;
  107. background-color: #FFF;
  108. background-image: none;
  109. border: 1px solid #e5e6e7;
  110. border-radius: 1px;
  111. color: inherit;
  112. padding: 6px 12px;
  113. }
  114. .form_table {
  115. width: 100%;
  116. border: 1px solid #EDECFF;
  117. }
  118. .form_table td {
  119. padding: 6px 0 5px 10px;
  120. text-align: left;
  121. color: #717171;
  122. line-height: 200%;
  123. border-top: 1px dotted #cccccc;
  124. width: 30%;
  125. }
  126. .form_table th {
  127. padding: 5px 8px 5px 0;
  128. color: #333;
  129. font-weight: 700;
  130. text-align: right;
  131. background: #f9f9f9;
  132. border-right: 1px dotted #cccccc;
  133. border-top: 1px dotted #cccccc;
  134. width: 15%;
  135. }
  136. .shark_content_title {
  137. font-size: 14px;
  138. height: 30px;
  139. line-height: 20px;
  140. border-bottom: 1px solid #CCCCCC;
  141. margin-bottom: 5px;
  142. margin-top: 5px;
  143. }
  144. .content_2 input {
  145. width: 15px;
  146. vertical-align: bottom;
  147. margin-right: 5px;
  148. }
  149. .content_2 label {
  150. vertical-align: bottom;
  151. }
  152. .content_2 li {
  153. width: 24%;
  154. margin-bottom: 10px;
  155. }
  156. textarea {
  157. border: 1px dotted #cccccc;
  158. width: 80%;
  159. }
  160. #tbResult a {
  161. color: #676a6c;
  162. }
  163. .looks {
  164. color: #009F95;
  165. cursor: pointer;
  166. }
  167. .vice {
  168. background: url(../img/vice.png) no-repeat;
  169. }
  170. .shade_ks {
  171. position: absolute;
  172. z-index: 10010;
  173. width: 68%;
  174. left: 30%;
  175. margin: -55% auto;
  176. background-color: #fff;
  177. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  178. border: 1px solid #23c6c8;
  179. border-radius: 5px;
  180. }
  181. .wh_btn {
  182. width: 80%;
  183. text-align: center;
  184. padding-top: 20px;
  185. margin: 0 auto;
  186. margin-bottom: 20px;
  187. }
  188. .shade_content {
  189. padding: 10px;
  190. }
  191. .wh_btn input {
  192. padding: 7px 20px;
  193. color: #FFF;
  194. border-radius: 5px;
  195. margin-right: 30px;
  196. border: 1px solid #999;
  197. border-color: #23c6c8;
  198. }
  199. .yc {
  200. display: none;
  201. }
  202. .setwins {
  203. position: absolute;
  204. right: 15px;
  205. top: 5px;
  206. font-size: 20px;
  207. line-height: initial;
  208. font-size: 25px;
  209. cursor: pointer;
  210. color: #FFFFFF;
  211. }
  212. .audiojs{
  213. width: 100%!important;
  214. }
  215. .fixed-table-body thead th .th-inner{
  216. width: 150px;
  217. }