虞城12345_前端

table1.css 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. height: 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. margin: 10% auto;
  160. background-color: #fff;
  161. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  162. border-radius: 5px;
  163. }
  164. .shade_title {
  165. padding: 0 80px 0 20px;
  166. height: 42px;
  167. line-height: 42px;
  168. border-bottom: 1px solid #eee;
  169. font-size: 16px;
  170. color: #FFFFFF;
  171. overflow: hidden;
  172. background-color: #00a1cb;
  173. border-radius: 2px 2px 0 0;
  174. position: relative;
  175. }
  176. .layui-layer-title{
  177. background-color: #00a1cb!important;
  178. border-top-left-radius: 5px!important;
  179. border-top-right-radius: 5px!important;
  180. }
  181. .layui-layer-page{
  182. border-radius: 5px!important;
  183. }
  184. .layui-layer-dialog{
  185. border-radius: 5px!important;
  186. }
  187. .layui-layer-setwin a{
  188. color:#fff!important;
  189. }
  190. .setwin {
  191. position: absolute;
  192. right: 15px;
  193. top: 5px;
  194. font-size: 20px;
  195. line-height: initial;
  196. }
  197. .setwin a{
  198. font-size: 20px;
  199. color: #fff;
  200. }
  201. .shade_content {
  202. overflow-y: auto;
  203. position: relative;
  204. padding-bottom: 50px;
  205. padding: 10px;
  206. }
  207. .wh_btn {
  208. width: 80%;
  209. text-align: center;
  210. padding-top: 20px;
  211. margin: 0 auto;
  212. margin-bottom: 20px;
  213. }
  214. .wh_btn input {
  215. padding: 7px 20px;
  216. color: #FFF;
  217. border-radius: 5px;
  218. margin-right: 30px;
  219. border: 1px solid #999;
  220. border-color: rgb(26, 179, 148);
  221. }
  222. .cx {
  223. display: block;
  224. }
  225. .imgs {
  226. cursor: pointer;
  227. }
  228. .usercode {
  229. background-color: #FFF;
  230. background-image: none;
  231. border: 1px solid #e5e6e7;
  232. border-radius: 1px;
  233. color: inherit;
  234. padding: 6px 12px;
  235. }
  236. .audiojs {
  237. width: 100%;
  238. }