Bez popisu

init.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. /*导航样式开始*/
  2. .syIcon {
  3. display: inline-block;
  4. background: url(../img/syIcon.png) no-repeat;
  5. height: 20px;
  6. width: 20px;
  7. vertical-align: middle;
  8. }
  9. .daoHang {
  10. padding: 15px;
  11. background-color: #fefefe;
  12. border-bottom: 1px solid #dadada;
  13. }
  14. .daoHang .dhLeft {
  15. float: left;
  16. }
  17. .dhLeft a {
  18. font-size: 14px;
  19. color: #999;
  20. }
  21. a.now_position {
  22. color: #249fea;
  23. }
  24. .daoHang .dhRight {
  25. float: right;
  26. color: #249fea;
  27. font-size: 18px;
  28. cursor: pointer;
  29. }
  30. /*导航样式结束*/
  31. /*公共样式*/
  32. .btns {
  33. background: #249fea;
  34. color: #fff;
  35. padding: 6px 10px;
  36. outline: none;
  37. font-size: 12px;
  38. margin-left: 15px;
  39. border: 0;
  40. border-radius: 3px;
  41. box-sizing: border-box;
  42. }
  43. .export.btns {
  44. padding: 7px 10px;
  45. }
  46. .clearfix:after {
  47. content: "";
  48. display: block;
  49. clear: both;
  50. }
  51. .toolBar {
  52. padding: 15px 0;
  53. border-bottom: 1px solid #ccc;
  54. margin-bottom: 25px;
  55. padding-right: 45px;
  56. }
  57. .toolLeft {
  58. float: left;
  59. }
  60. .toolRight {
  61. float: right;
  62. }
  63. .toolBar input {
  64. width: 128px;
  65. padding: 2px 2PX 2PX 10PX;
  66. height: 27px;
  67. border: 1px solid #ebebeb;
  68. color: #249fea;
  69. outline: none;
  70. vertical-align: middle;
  71. }
  72. .model {
  73. position: fixed;
  74. top: 0;
  75. right: 0;
  76. bottom: 0;
  77. left: 0;
  78. height: 100%;
  79. width: 100%;
  80. background: rgba(0, 0, 0, 0.48);
  81. z-index: 100;
  82. display: none;
  83. }
  84. .delModel .box {
  85. width: 23%;
  86. }
  87. .box {
  88. width: 55%;
  89. margin: 0 auto;
  90. margin-top: 5%;
  91. }
  92. .box .btop {
  93. height: 35px;
  94. background: #249fea;
  95. color: #fff;
  96. line-height: 35px;
  97. padding: 0 15px;
  98. /*margin-bottom: 15px;*/
  99. }
  100. .box .btop p.btl {
  101. float: left;
  102. margin: 0;
  103. }
  104. .box .btop p.btr {
  105. float: right;
  106. cursor: pointer;
  107. margin: 0;
  108. font-size: 20px;
  109. }
  110. .box>input {
  111. display: block;
  112. height: 34px;
  113. padding: 6px 12px;
  114. font-size: 14px;
  115. line-height: 1.42857143;
  116. color: #555;
  117. background-color: #fff;
  118. background-image: none;
  119. border: 1px solid #ccc;
  120. border-radius: 4px;
  121. margin: 35px auto;
  122. }
  123. .boxCon {
  124. width: 100%;
  125. background: #fff;
  126. text-align: center;
  127. padding: 10px 15px;
  128. height: auto;
  129. overflow-y: auto;
  130. }
  131. .boxCon>div {
  132. padding: 15px 0;
  133. }
  134. .boxCon table {
  135. width: 100%;
  136. }
  137. .boxCon table th {
  138. padding: 5px 8px 5px 0;
  139. text-align: right;
  140. width: 32%;
  141. }
  142. .boxCon table td {
  143. padding: 6px 0 5px 10px;
  144. text-align: left;
  145. color: #717171;
  146. line-height: 200%;
  147. }
  148. .boxCon table td textarea {
  149. width: 70%;
  150. vertical-align: middle;
  151. resize: none;
  152. }
  153. .boxCon table td>input[type="text"],
  154. .boxCon table td>input[type="password"] {
  155. width: 80%;
  156. }
  157. .boxCon table td>input[type="text"]:focus,
  158. .boxCon table td>input[type="password"]:focus {
  159. border-color: #66afe9;
  160. outline: 0;
  161. }
  162. .kong {
  163. display: none;
  164. vertical-align: middle;
  165. margin-left: 3px;
  166. }
  167. .time-box {
  168. display: inline-block;
  169. position: relative;
  170. }
  171. i.tub {
  172. position: absolute;
  173. right: 8px;
  174. top: 8px;
  175. font-size: 18px;
  176. color: #249fea;
  177. }
  178. .tub+input {
  179. padding-right: 30px;
  180. }
  181. a.refresh,
  182. table a {
  183. color: #249fea;
  184. }
  185. .tool_downs {
  186. margin: 0;
  187. padding: 0;
  188. list-style: none;
  189. }
  190. .tool_downs li {
  191. display: inline-block;
  192. }
  193. .tool_downs li .aBtn {
  194. min-width: 35px;
  195. }
  196. .tf td {
  197. color: #249fea !important;
  198. font-size: 16px !important;
  199. font-weight: bold !important;
  200. }
  201. .broder_left {
  202. border-left: 1px solid #DDD !important;
  203. }
  204. .comprehensive_infos .th-box {
  205. display: none;
  206. }
  207. .outside_input {
  208. position: absolute;
  209. left: -150%;
  210. }