Nessuna descrizione

repositoryClass.css 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. body{
  2. background: #FFFFFF;
  3. }
  4. ol,ul,dl,a{
  5. margin: 0;
  6. padding: 0;
  7. }
  8. .reposiClass{
  9. width: 100%;
  10. border: 1px solid #e1e6eb;
  11. margin-top: 20px;
  12. }
  13. .treeDt{
  14. display: block;
  15. }
  16. .reposiClass ul{
  17. overflow: hidden;
  18. padding: 0;
  19. margin: 0;
  20. }
  21. .reposiClass ul li{
  22. list-style: none;
  23. float: left;
  24. width: 16.6666%;
  25. border-right: 1px solid #e1e6eb;
  26. /*height: 40px;*/
  27. line-height: 40px;
  28. /*text-align: center;*/
  29. height: 500px;
  30. position: relative;
  31. }
  32. .reposiClass ol li{
  33. text-align: center;
  34. float: none;
  35. list-style: none;
  36. width: 16.6666%;
  37. line-height: 40px;
  38. overflow: hidden;
  39. }
  40. /*.reposiClass ol li dl{
  41. float: left;
  42. width: 16.6666%;
  43. text-align: center;
  44. line-height: 40px;
  45. border-right: 1px solid #e1e6eb;
  46. }*/
  47. /*.reposiClass ol li dl dt{
  48. line-height: 40px;
  49. }*/
  50. .reposiClass ol li:last-child{
  51. border-right: none;
  52. }
  53. .reposiClass ul li:last-child{
  54. border-right: none;
  55. }
  56. .reposiClass ul li .title{
  57. width: 100%;
  58. height: 44px;
  59. line-height: 44px;
  60. text-align: center;
  61. border-bottom: 1px solid #e1e6eb;
  62. background: #f5f5f6;
  63. }
  64. .reposiClass ul li dl{
  65. margin-bottom: 0px;
  66. }
  67. .reposiClass ul li dl dt{
  68. width: 100%;
  69. height: 40px;
  70. line-height: 40px;
  71. padding-left: 15px;
  72. position: relative;
  73. cursor: pointer;
  74. }
  75. .dtColor{
  76. background: #eeeef1;
  77. }
  78. /*.reposiClass ul li dl dt:first-child{
  79. background: #eeeef1;
  80. }*/
  81. .reposiClass .after{
  82. width: 100%;
  83. height: 40px;
  84. position: absolute;
  85. top: 0;
  86. }
  87. .reposiClass .after .text{
  88. /*padding-left: 15px;*/
  89. }
  90. .reposiClass .after .icon_edit{
  91. position: absolute;
  92. right: 38px;
  93. top:12px;
  94. margin-right: 5px;
  95. display: none;
  96. z-index: 33;
  97. }
  98. .reposiClass .after .icon_del{
  99. position: absolute;
  100. right: 18px;
  101. top:12px;
  102. font-size: 14px;
  103. display: none;
  104. }
  105. .reposiClass .before{
  106. height: 40px;
  107. line-height: 40px;
  108. position: relative;
  109. color:#409eff;
  110. cursor: pointer;
  111. }
  112. .reposiClass .save{
  113. position: absolute;
  114. bottom: 0px;
  115. width: 100%;
  116. border-top: 1px solid #e1e6eb;
  117. height: 50px;
  118. }
  119. .reposiClass .save a{
  120. width: 90%;
  121. height: 40px;
  122. line-height: 40px;
  123. border: 1px solid #0e8fe6;
  124. border-color: ;
  125. border: 1px solid #b6ddf7;
  126. display: block;
  127. text-align: center;
  128. color: #0e8fe6;
  129. color: #b6ddf7;
  130. margin-top: 5px;
  131. margin-left: 5%;
  132. }
  133. .reposiClass .before .icon_font{
  134. position: absolute;
  135. left: 12px;
  136. top: 10px;
  137. font-size: 18px;
  138. }
  139. .reposiClass .before .text{
  140. padding-left:40px ;
  141. }
  142. .reposiClass .underway{
  143. width: 100%;
  144. position: relative;
  145. display: none;
  146. }
  147. .reposiClass .underway-text{
  148. width: 100%;
  149. position: relative;
  150. }
  151. .reposiClass .underway-text .icon_del{
  152. position: absolute;
  153. right: 5px;
  154. top:12px;
  155. font-size: 14px;
  156. display: none;
  157. }
  158. .reposiClass .underway-text .icon_edit{
  159. position: absolute;
  160. right: 23px;
  161. top:12px;
  162. font-size: 14px;
  163. display: none;
  164. }
  165. .reposiClass .underway input{
  166. width: 60%;
  167. height: 30px;
  168. margin-top: 5px;
  169. line-break: 30px;
  170. padding-left: 5px;
  171. margin-left: 0px;
  172. }
  173. .reposiClass .underway-text{
  174. padding-left: 15px;
  175. }
  176. .reposiClass .underway .icon_del{
  177. position: absolute;
  178. right: 5px;
  179. top:12px;
  180. font-size: 14px;
  181. }
  182. .reposiClass .underway .icon_save{
  183. position: absolute;
  184. right: 23px;
  185. top:12px;
  186. font-size: 14px;
  187. }
  188. .reposiClass .underway .icon_cancel{
  189. position: absolute;
  190. right: 5px;
  191. top:12px;
  192. font-size: 14px;
  193. }