management.css 5.4 KB

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