Нет описания

table1.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 14px;
  4. }
  5. ul li {
  6. list-style: none;
  7. float: left;
  8. }
  9. .fl {
  10. float: left;
  11. }
  12. .fr {
  13. float: right;
  14. }
  15. .tc {
  16. text-align: center;
  17. }
  18. button {
  19. outline: none;
  20. }
  21. /*标头*/
  22. .th-box {
  23. width: 100%;
  24. padding: 5px;
  25. border-bottom: 1px solid #e7eaec;
  26. /*margin-top: 10px;*/
  27. }
  28. .th-bar {
  29. height: 40px;
  30. }
  31. .sc_btn {
  32. color: rgb(255, 255, 255);
  33. font-size: 12px;
  34. margin-left: 15px;
  35. box-sizing: border-box;
  36. background: #00a1cb;
  37. padding: 6px 10px;
  38. line-height: 34px;
  39. outline: none;
  40. border-width: 0px;
  41. border-style: initial;
  42. border-color: initial;
  43. border-image: initial;
  44. border-radius: 3px;
  45. }
  46. .sc_btn:hover {
  47. color: #fff !important;
  48. }
  49. .Block {
  50. display: block;
  51. }
  52. .seach-box ul {
  53. overflow: hidden;
  54. }
  55. .seach-box ul li {
  56. margin-right: 5px;
  57. }
  58. .photo {
  59. background-color: #FFF;
  60. background-image: none;
  61. border: 1px solid #e5e6e7 !important;
  62. border-radius: 1px;
  63. color: inherit;
  64. padding: 6px 12px;
  65. height: 34px !important;
  66. }
  67. .select {
  68. background-color: #FFF;
  69. background-image: none;
  70. border: 1px solid #e5e6e7;
  71. border-radius: 1px;
  72. color: inherit;
  73. padding: 6px 12px;
  74. }
  75. .select:focus {
  76. outline: none;
  77. border-color: #00BFFF;
  78. }
  79. input:focus {
  80. outline: none;
  81. border-color: #00BFFF;
  82. }
  83. .spiner-example {
  84. position: absolute;
  85. top: 50%;
  86. left: 50%;
  87. z-index: 111;
  88. margin-left: -85px;
  89. margin-top: -100px;
  90. display: none;
  91. }
  92. .sk-spinner-three-bounce {
  93. width: 170px !important;
  94. }
  95. .sk-spinner p {
  96. display: inline-block;
  97. font-size: 18px;
  98. margin-left: 10px;
  99. }
  100. .laydate_body .laydate_bottom, .laydate_body .laydate_top {
  101. height: 31px !important;
  102. }
  103. .laydate_body .laydate_y .laydate_yms ul li {
  104. width: 59px !important;
  105. }
  106. .max-right {
  107. margin-right: 20px;
  108. }
  109. .add_time {
  110. margin-left: 30px;
  111. margin-top: 20px;
  112. }
  113. .add_time label {
  114. margin-right: 5px;
  115. width: 100px;
  116. text-align: right;
  117. text-align: -webkit-right;
  118. }
  119. #Pb {
  120. width: 50%;
  121. height: 80px;
  122. border: 1px solid #e5e6e7;
  123. resize: none;
  124. }
  125. .Pb_sm {
  126. line-height: 82px;
  127. display: -webkit-inline-box;
  128. vertical-align: top;
  129. resize: none;
  130. outline: none;
  131. }
  132. .gjsu ul {
  133. overflow: hidden;
  134. }
  135. .gjsu ul li {
  136. width: 50%;
  137. margin-bottom: 5px;
  138. padding-top: 10px;
  139. }
  140. .selects {
  141. width: 200px;
  142. }
  143. .tc {
  144. margin-top: 30px;
  145. text-align: center;
  146. }
  147. .t-shade {
  148. position: fixed;
  149. top: 0;
  150. left: 0;
  151. width: 100%;
  152. background: rgba(0, 0, 0, 0.48);
  153. z-index: 10004;
  154. display: none;
  155. }
  156. .shade_k {
  157. z-index: 10005;
  158. width: 40%;
  159. left: 30%;
  160. margin: 20% auto;
  161. position: absolute;
  162. background-color: #fff;
  163. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  164. border-radius: 5px;
  165. }
  166. .shade_title {
  167. padding: 0 80px 0 20px;
  168. height: 42px;
  169. line-height: 42px;
  170. border-bottom: 1px solid #eee;
  171. font-size: 16px;
  172. color: #FFFFFF;
  173. overflow: hidden;
  174. background-color: #00a1cb;
  175. border-radius: 2px 2px 0 0;
  176. position: relative;
  177. }
  178. .layui-layer-title {
  179. background-color: #00a1cb !important;
  180. border-top-left-radius: 5px !important;
  181. border-top-right-radius: 5px !important;
  182. }
  183. .layui-layer-page {
  184. border-radius: 5px !important;
  185. }
  186. .layui-layer-dialog {
  187. border-radius: 5px !important;
  188. }
  189. .layui-layer-setwin a {
  190. color: #fff !important;
  191. }
  192. .setwin {
  193. position: absolute;
  194. right: 15px;
  195. top: 5px;
  196. font-size: 20px;
  197. line-height: initial;
  198. }
  199. .setwin a {
  200. font-size: 20px;
  201. color: #fff;
  202. }
  203. .shade_content {
  204. overflow-y: auto;
  205. position: relative;
  206. padding-bottom: 50px;
  207. padding: 10px;
  208. }
  209. .wh_btn {
  210. width: 80%;
  211. text-align: center;
  212. padding-top: 20px;
  213. margin: 0 auto;
  214. margin-bottom: 20px;
  215. }
  216. .wh_btn input {
  217. padding: 7px 20px;
  218. color: #FFF;
  219. border-radius: 5px;
  220. margin-right: 30px;
  221. border: 1px solid #999;
  222. border-color: rgb(26, 179, 148);
  223. }
  224. .cx {
  225. display: block;
  226. }
  227. .imgs {
  228. cursor: pointer;
  229. }
  230. .usercode {
  231. background-color: #FFF;
  232. background-image: none;
  233. border: 1px solid #e5e6e7;
  234. border-radius: 1px;
  235. color: inherit;
  236. padding: 6px 12px;
  237. }
  238. .audiojs {
  239. width: 100%;
  240. }