management.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. html,body,#app {
  2. margin: 0;
  3. padding: 0;
  4. height: 100%;
  5. color: #333;
  6. }
  7. ul {
  8. margin: 0;
  9. padding: 0;
  10. list-style-type: none;
  11. }
  12. a {
  13. text-decoration:none;
  14. }
  15. .clearfix:after {
  16. visibility: hidden;
  17. display: block;
  18. font-size: 0;
  19. content: ".";
  20. clear: both;
  21. height: 0;
  22. }
  23. .clearfix {
  24. zoom: 1;
  25. }
  26. .fl {
  27. float: left;
  28. }
  29. .fr {
  30. float: right;
  31. }
  32. #app>.ui-grid, #app>.ui-grid .ui-grid {
  33. height: 100%;
  34. }
  35. .ul-wrap {
  36. background-color:#f5f5fa;
  37. height: -moz-calc(100% - 100px);
  38. height: -webkit-calc(100% - 100px);
  39. height: calc(100% - 100px);
  40. overflow-y: auto;
  41. }
  42. .left-panel {
  43. width: 450px;
  44. border-right: 1px solid #d7dce6;
  45. }
  46. .title-name {
  47. height: 40px;
  48. line-height: 40px;
  49. border-bottom: 1px solid #d7dce6;
  50. box-sizing: border-box;
  51. }
  52. .title-name:before {
  53. content: '';
  54. display: inline-block;
  55. vertical-align: middle;
  56. background: #12b7f5;
  57. width: 4px;
  58. height: 20px;
  59. margin-right: 10px;
  60. }
  61. .inp-search {
  62. border: solid 1px #d7dce6;
  63. margin: 10px 0 auto;
  64. width: 100%;
  65. height: 30px;
  66. padding-left: 10px;
  67. box-sizing: border-box;
  68. }
  69. .search-warp {
  70. position: relative;
  71. }
  72. .search-warp::after {
  73. content: ' ';
  74. width: 20px;
  75. height: 20px;
  76. position: absolute;
  77. right: 8px;
  78. top: 14px;
  79. display: block;
  80. background: url(../../../images/sousuo_icon.png) center center / 15px 15px no-repeat;
  81. }
  82. .temp-item {
  83. height: 28px;
  84. line-height: 28px;
  85. background-color: #ffffff;
  86. border-radius: 5px;
  87. border: solid 1px #82dcfa;
  88. margin: 20px 0;
  89. cursor: pointer;
  90. }
  91. .temp-item.active {
  92. color: #fff;
  93. background-color: #12b7f5;
  94. }
  95. .temp-item.add {
  96. height: 28px;
  97. background-color: #ffffff;
  98. border-radius: 5px;
  99. border: solid 1px #82dcfa;
  100. }
  101. .wushuju {
  102. width: 260px;
  103. margin-top: 100px;
  104. }
  105. .new-temp-btn {
  106. width: 120px;
  107. height: 34px;
  108. background-color: #ffffff;
  109. border-radius: 17px;
  110. border: solid 1px #12b7f5;
  111. font-size: 14px;
  112. color: #12b7f5;
  113. padding: 5px 10px;
  114. cursor: pointer;
  115. }
  116. .temp-name-inpt {
  117. height: 28px;
  118. line-height: 28px;
  119. box-sizing: border-box;
  120. padding-left: 10px;
  121. }
  122. .save-temp-name-btn {
  123. height: 28px;
  124. line-height: 28px;
  125. background-color: #12b7f5;
  126. border-radius: 2px;
  127. color: #ffffff;
  128. width: 80px;
  129. display: inline-block;
  130. }
  131. .foot-btns {
  132. position: absolute;
  133. bottom: 20px;
  134. left: 50%;
  135. margin-left: -94px;
  136. }
  137. .delete-btn {
  138. width: 90px;
  139. height: 34px;
  140. background-color: #f96565;
  141. border-radius: 2px;
  142. padding: 5px 10px;
  143. color: #fff;
  144. font-size: 14px;
  145. cursor: pointer;
  146. }
  147. .save-btn {
  148. width: 90px;
  149. height: 34px;
  150. background-color: #12b7f5;
  151. border-radius: 2px;
  152. padding: 5px 10px;
  153. color: #fff;
  154. font-size: 14px;
  155. cursor: pointer;
  156. }
  157. .list-item {
  158. position: relative;
  159. cursor: pointer;
  160. }
  161. .list-item.arrow-r:before {
  162. height: 11px;
  163. width: 11px;
  164. content: '';
  165. display: inline-block;
  166. vertical-align: middle;
  167. background: url(../../../images/shouqi_jiantou_icon.png) no-repeat 100%;
  168. margin-right: 5px;
  169. }
  170. .list-item.arrow-d:before {
  171. height: 11px;
  172. width: 11px;
  173. content: '';
  174. display: inline-block;
  175. vertical-align: middle;
  176. background: url(../../../images/zhankai_jiantou_icon.png) no-repeat 100%;
  177. margin-right: 5px;
  178. }
  179. .list-item-name {
  180. width: 320px;
  181. height: 28px;
  182. line-height: 28px;
  183. background-color: #f5f5fa;
  184. border-radius: 5px;
  185. border: solid 1px #82dcfa;
  186. color: #666666;
  187. display: inline-block;
  188. vertical-align: middle;
  189. }
  190. .add-item-btn {
  191. width: 60px;
  192. height: 28px;
  193. background-color: #12b7f5;
  194. border-radius: 5px;
  195. color: #fff;
  196. display: inline-block;
  197. vertical-align: middle;
  198. text-align: center;
  199. line-height: 28px;
  200. }
  201. .add-item-btn.disabled {
  202. background-color: #d7dce6;
  203. pointer-events: none;
  204. }
  205. .item-card {
  206. position: relative;
  207. background-color: #ffffff;
  208. border-radius: 10px;
  209. border: solid 1px #d7dce6;
  210. }
  211. .item-card:before {
  212. content: '';
  213. width: 3px;
  214. height: 60px;
  215. background-color: #12b7f5;
  216. border-radius: 3px;
  217. position: absolute;
  218. left: 0;
  219. top: 50%;
  220. margin-top: -30px;
  221. }
  222. .item-delete-btn {
  223. position: absolute;
  224. right: 5px;
  225. top: 50%;
  226. margin-top: -10px;
  227. cursor: pointer;
  228. }
  229. .template-items {
  230. height: -moz-calc(100% - 100px);
  231. height: -webkit-calc(100% - 100px);
  232. height: calc(100% - 100px);
  233. overflow-y: auto;
  234. }
  235. .item-detail {
  236. border: solid 1px #d7dce6;
  237. box-sizing: border-box;
  238. }
  239. .item-detail-name {
  240. height: 40px;
  241. line-height: 40px;
  242. background-color: #f5f5fa;
  243. }
  244. .back-btn {
  245. display: inline-block;
  246. width: 120px;
  247. height: 34px;
  248. line-height: 34px;
  249. background-color: #12b7f5;
  250. border-radius: 2px;
  251. color: #fff;
  252. cursor: pointer;
  253. position: absolute;
  254. left: 50%;
  255. bottom: 10px;
  256. margin-left: -60px;
  257. }
  258. .item-detail-wrap {
  259. height: -moz-calc(100% - 20px);
  260. height: -webkit-calc(100% - 20px);
  261. height: calc(100% - 20px);
  262. }
  263. .item-detail-innerwrap {
  264. height: -moz-calc(100% - 50px);
  265. height: -webkit-calc(100% - 50px);
  266. height: calc(100% - 50px);
  267. overflow-y: auto;
  268. }