Нет описания

table1.css 3.9KB

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