panel.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. .sub_title {
  2. width: 96%;
  3. overflow: hidden;
  4. display: block;
  5. margin: 0 auto;
  6. margin-top: 10px;
  7. text-align: left;
  8. }
  9. .sub_title em {
  10. text-decoration: none;
  11. font-style: normal;
  12. }
  13. .container {
  14. width: 100%;
  15. overflow: hidden;
  16. overflow-y: scroll;
  17. display: block;
  18. margin: 0 auto;
  19. }
  20. .panel {
  21. width: 100%;
  22. overflow: hidden;
  23. display: block;
  24. margin: 0 auto;
  25. /*margin-bottom: 20px;*/
  26. background: #ccc;
  27. padding: 5px;
  28. }
  29. .panel /deep/ h5 {
  30. margin: 0;
  31. text-align: left;
  32. font-size: 18px;
  33. font-weight: normal;
  34. padding-bottom: 10px;
  35. border-bottom: 1px solid #F0F2F5;
  36. margin-bottom: 10px;
  37. }
  38. .panel /deep/ .el-col em {
  39. float: left;
  40. text-align: left;
  41. line-height: 35px;
  42. margin-right: 10px;
  43. font-style: normal;
  44. }
  45. .panel /deep/ .el-input {
  46. width: 150px;
  47. float: left;
  48. }
  49. .panel /deep/ .el-select {
  50. width: 150px;
  51. float: left;
  52. }
  53. .panel /deep/ .el-input__inner {
  54. width: 140px;
  55. height: 30px;
  56. line-height: 30px;
  57. margin-top: 5px;
  58. border-radius: 0;
  59. float: left;
  60. padding-right: 22px;
  61. }
  62. .panel /deep/ .el-date-editor--daterange {
  63. width: 280px;
  64. }
  65. .panel /deep/ .el-date-editor .el-range-separator {
  66. width: 30px;
  67. }
  68. .panel {
  69. width: 100%;
  70. overflow: hidden;
  71. display: block;
  72. margin: 0 auto;
  73. background-color: #fff;
  74. margin-top: 0px;
  75. margin-bottom: 10px;
  76. padding: 0 !important;
  77. }
  78. .panel /deep/ .el-input {
  79. width: 140px;
  80. }
  81. .panel .panel_control em {
  82. width: 70px;
  83. float: left;
  84. text-align: right;
  85. }
  86. .table_container {
  87. width: 100%;
  88. overflow: hidden;
  89. margin-top: 5px;
  90. margin-bottom: 10px;
  91. background-color: #fff;
  92. float: left;
  93. padding: 10px;
  94. }
  95. .table_container /deep/ .el-input .el-input__inner {
  96. height: 30px;
  97. line-height: 30px;
  98. width: 100px;
  99. padding-right: 22px;
  100. }
  101. .table_container /deep/ .el-select .el-input__inner {
  102. height: 30px;
  103. line-height: 30px;
  104. width: 70px;
  105. padding-right: 22px;
  106. }
  107. .dataTables_length {
  108. width: 380px;
  109. float: left;
  110. margin-bottom: 10px;
  111. margin-right: 10px;
  112. text-align: left;
  113. font-size: 14px;
  114. }
  115. .dataTables_length /deep/ .el-input {
  116. width: 100px;
  117. }
  118. .modal {
  119. display: block !important;
  120. }
  121. .modal ul, .modal li {
  122. margin: 0;
  123. padding: 0;
  124. list-style: none;
  125. }
  126. .modal li {
  127. width: 100%;
  128. overflow: hidden;
  129. display: block;
  130. margin: 0 auto;
  131. height: 24px;
  132. line-height: 24px;
  133. text-align: left;
  134. }
  135. /deep/ .form-horizontal .col-sm-5 .el-select {
  136. width: 100%;
  137. }
  138. /deep/ .form-horizontal .col-sm-5 .el-input {
  139. width: 100%;
  140. }
  141. /deep/ .el-input-number {
  142. width: 100%;
  143. }
  144. .large {
  145. width: 100%;
  146. overflow: hidden;
  147. display: block;
  148. margin: 0 auto;
  149. }
  150. #pages {
  151. position: absolute;
  152. top: 0;
  153. bottom: 0;
  154. left: 0;
  155. right: 0;
  156. width: 100%;
  157. height: 100%;
  158. overflow: hidden;
  159. overflow-y: scroll;
  160. display: block;
  161. margin: 0 auto;
  162. background-color: #F2F2F2;
  163. padding-bottom: 30px;
  164. }
  165. /*eldialog*/
  166. .el-dialog__body .form-group {
  167. width: 100%;
  168. overflow: hidden;
  169. display: block;
  170. margin: 0 auto;
  171. margin-bottom: 10px;
  172. }
  173. /deep/ .el-dialog__body em {
  174. width: 90px;
  175. height: 40px;
  176. line-height: 40px;
  177. text-align: right;
  178. float: left;
  179. font-style: normal;
  180. }
  181. /deep/ .el-dialog__body .el-input {
  182. width: 70%;
  183. float: left;
  184. }
  185. /deep/ .el-dialog__body .panel_select {
  186. width: 70%;
  187. float: left;
  188. }
  189. /deep/ .el-dialog__body .panel_select .el-input--suffix {
  190. width: 100%;
  191. float: left;
  192. }
  193. /deep/ .el-dialog__body .el-textarea {
  194. width: 70%;
  195. float: left;
  196. }
  197. .table_container .pull-right {
  198. margin-left: 10px;
  199. }
  200. /deep/ .el-table td, .el-table th {
  201. padding: 5px;
  202. }
  203. .mid_time {
  204. float: left;
  205. margin-left: 5px;
  206. margin-right: 5px;
  207. line-height: 35px;
  208. }
  209. .red {
  210. color: red;
  211. }
  212. .green {
  213. color: #67c23a;
  214. }
  215. .yellow {
  216. color: yellow;
  217. }
  218. .red_icon {
  219. background: red;
  220. }
  221. .red_green {
  222. background: #67c23a;
  223. }
  224. .el-dialog__body em {
  225. width: 70px;
  226. float: left;
  227. margin-left: 10px;
  228. text-align: right;
  229. margin-right: 10px;
  230. }
  231. .el-dialog__body .el-col {
  232. width: 100%;
  233. overflow: hidden;
  234. display: block;
  235. margin: 0 auto;
  236. margin-bottom: 10px;
  237. }
  238. /deep/ .el-select .el-input .el-select__caret {
  239. line-height: 20px !important;
  240. }
  241. .el-table--border th, .el-table__fixed-right-patch {
  242. background-color: #F0F2F5 !important;
  243. }
  244. .panel /deep/ .el-col-4 {
  245. padding-left: 3px !important;
  246. padding-right: 3px !important;
  247. }
  248. .panel /deep/ .el-input__icon {
  249. line-height: 20px;
  250. }
  251. .el-transfer__buttons {
  252. /*width: 66px;*/
  253. }
  254. .el-transfer .el-button + .el-button {
  255. /*margin-left: 0;*/
  256. }
  257. /deep/ .el-checkbox {
  258. margin-right: 0;
  259. }
  260. .el-transfer-panel__item.el-checkbox .el-checkbox__label {
  261. text-align: left;
  262. float: left;
  263. text-indent: 20px;
  264. }
  265. .el-transfer__buttons button {
  266. /*float: right;*/
  267. }
  268. .el-dialog__body {
  269. padding-top: 4px;
  270. }
  271. /*颜色选择器*/
  272. .el-color-picker__trigger {
  273. border-radius: 250px;
  274. }
  275. .el-color-picker__color-inner {
  276. border-radius: 250px;
  277. }
  278. .el-color-picker__color {
  279. border-radius: 250px;
  280. }
  281. .el-tabs__item.is-active {
  282. color: #fff;
  283. background: #409EFF;
  284. }
  285. /*隐藏调色盘*/
  286. .el-color-dropdown__main-wrapper {
  287. display: none !important;
  288. }
  289. /deep/ .el-color-dropdown__main-wrapper {
  290. display: none !important;
  291. }
  292. /* 处理input type = number的上下箭头*/
  293. input::-webkit-outer-spin-button,
  294. input::-webkit-inner-spin-button {
  295. -webkit-appearance: none;
  296. }
  297. input[type="number"] {
  298. -moz-appearance: textfield;
  299. }
  300. /*ipad only*/
  301. @media only screen and (max-width: 1366px) {
  302. .panel .panel_control em {
  303. font-size: 12px;
  304. width: 60px;
  305. }
  306. .panel /deep/ .el-input__inner {
  307. /*width: 130px;*/
  308. }
  309. .panel /deep/ .el-date-editor--daterange {
  310. width: 100%;
  311. }
  312. .panel /deep/ .el-date-editor .el-range-separator {
  313. width: 20px;
  314. padding: 0;
  315. }
  316. .panel /deep/ .el-input__inner {
  317. padding-right:3px
  318. }
  319. .panel .el-date-editor .el-range-input {
  320. width: 44%;
  321. }
  322. }