management.css 5.1 KB

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