安图前端代码

init.css 2.8KB

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