ZZDianXin_UI - 郑州电信 演示

init.css 3.1KB

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