Brak opisu

init.css 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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 a {
  13. font-size: 14px;
  14. color: #999;
  15. }
  16. .dhLeft{
  17. font-size: 14px;
  18. color: #999;
  19. }
  20. .dhLeft a {
  21. font-size: 14px;
  22. color: #999;
  23. }
  24. /*导航样式结束*/
  25. /*公共样式*/
  26. .btns {
  27. background: #1ab394;
  28. color: #fff;
  29. padding: 6px 10px;
  30. outline: none;
  31. font-size: 12px;
  32. margin-left: 15px;
  33. border: 0;
  34. border-radius: 3px;
  35. box-sizing: border-box;
  36. }
  37. .export.btns {
  38. padding: 7px 10px;
  39. }
  40. .clearfix:after {
  41. content: "";
  42. display: block;
  43. clear: both;
  44. }
  45. .toolBar {
  46. padding: 15px 0;
  47. border-bottom: 1px solid #ccc;
  48. margin-bottom: 25px;
  49. padding-right: 45px;
  50. }
  51. .toolLeft {
  52. float: left;
  53. }
  54. .toolRight {
  55. float: right;
  56. }
  57. .toolBar input {
  58. width: 128px;
  59. padding: 2px 2PX 2PX 10PX;
  60. height: 27px;
  61. border: 1px solid #ebebeb;
  62. /*color: #1ab394;*/
  63. outline: none;
  64. vertical-align: middle;
  65. }
  66. .model {
  67. position: fixed;
  68. top: 0;
  69. right: 0;
  70. bottom: 0;
  71. left: 0;
  72. height: 100%;
  73. width: 100%;
  74. background: rgba(0, 0, 0, 0.48);
  75. z-index: 100;
  76. display: none;
  77. }
  78. .delModel .box {
  79. width: 23%;
  80. }
  81. .box {
  82. width: 55%;
  83. margin: 0 auto;
  84. margin-top: 5%;
  85. }
  86. .box .btop {
  87. height: 35px;
  88. background: #1ab394;
  89. color: #fff;
  90. line-height: 35px;
  91. padding: 0 15px;
  92. /*margin-bottom: 15px;*/
  93. }
  94. .box .btop p.btl {
  95. float: left;
  96. margin: 0;
  97. }
  98. .box .btop p.btr {
  99. float: right;
  100. cursor: pointer;
  101. margin: 0;
  102. font-size: 20px;
  103. }
  104. .box>input {
  105. display: block;
  106. height: 34px;
  107. padding: 6px 12px;
  108. font-size: 14px;
  109. line-height: 1.42857143;
  110. color: #555;
  111. background-color: #fff;
  112. background-image: none;
  113. border: 1px solid #ccc;
  114. border-radius: 4px;
  115. margin: 35px auto;
  116. }
  117. .boxCon {
  118. width: 100%;
  119. background: #fff;
  120. text-align: center;
  121. padding: 10px 15px;
  122. height: auto;
  123. overflow-y: auto;
  124. }
  125. .boxCon>div {
  126. padding: 15px 0;
  127. }
  128. .boxCon table {
  129. width: 100%;
  130. }
  131. .boxCon table th {
  132. padding: 5px 8px 5px 0;
  133. text-align: right;
  134. width: 32%;
  135. }
  136. .boxCon table td {
  137. padding: 6px 0 5px 10px;
  138. text-align: left;
  139. color: #717171;
  140. line-height: 200%;
  141. }
  142. .boxCon table td textarea {
  143. width: 70%;
  144. vertical-align: middle;
  145. resize: none;
  146. }
  147. .boxCon table td >input[type="text"]{
  148. height: 27px;
  149. }
  150. .kong {
  151. display: none;
  152. vertical-align: middle;
  153. margin-left: 3px;
  154. }
  155. a.xg{
  156. margin-right: 5px;
  157. }