management.css 4.7 KB

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