高新区管委会,以5.0标准版为基准,从双汇项目拷贝

table1.css 4.9KB

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