商丘12345 前端

table1.css 4.3KB

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