12345市长热线标准版-前端

init.css 3.4KB

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