ruoyi.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. @charset "UTF-8";
  2. /**
  3. * 通用css样式布局处理
  4. * Copyright (c) 2019 ruoyi
  5. */
  6. /** 基础通用 **/
  7. .pt5 {
  8. padding-top: 5px;
  9. }
  10. .pr5 {
  11. padding-right: 5px;
  12. }
  13. .pb5 {
  14. padding-bottom: 5px;
  15. }
  16. .mt5 {
  17. margin-top: 5px;
  18. }
  19. .mr5 {
  20. margin-right: 5px;
  21. }
  22. .mb5 {
  23. margin-bottom: 5px;
  24. }
  25. .mb8 {
  26. margin-bottom: 8px;
  27. }
  28. .ml5 {
  29. margin-left: 5px;
  30. }
  31. .mt10 {
  32. margin-top: 10px;
  33. }
  34. .mr10 {
  35. margin-right: 10px;
  36. }
  37. .mb10 {
  38. margin-bottom: 10px;
  39. }
  40. .ml10 {
  41. margin-left: 10px;
  42. }
  43. .mt20 {
  44. margin-top: 20px;
  45. }
  46. .mr20 {
  47. margin-right: 20px;
  48. }
  49. .mb20 {
  50. margin-bottom: 20px;
  51. }
  52. .ml20 {
  53. margin-left: 20px;
  54. }
  55. .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  56. font-family: inherit;
  57. font-weight: 500;
  58. line-height: 1.1;
  59. color: inherit;
  60. }
  61. .el-message-box__status + .el-message-box__message {
  62. word-break: break-word;
  63. }
  64. .el-dialog:not(.is-fullscreen) {
  65. margin-top: 6vh !important;
  66. }
  67. .el-dialog__wrapper.scrollbar .el-dialog .el-dialog__body {
  68. overflow: auto;
  69. overflow-x: hidden;
  70. max-height: 70vh;
  71. padding: 10px 20px 0;
  72. }
  73. .el-table .el-table__header-wrapper th, .el-table .el-table__fixed-header-wrapper th {
  74. word-break: break-word;
  75. background-color: #f8f8f9;
  76. color: #515a6e;
  77. height: 40px;
  78. font-size: 13px;
  79. }
  80. .el-table .el-table__body-wrapper .el-button [class*="el-icon-"] + span {
  81. margin-left: 1px;
  82. }
  83. /** 表单布局 **/
  84. .form-header {
  85. font-size: 15px;
  86. color: #6379bb;
  87. border-bottom: 1px solid #ddd;
  88. margin: 8px 10px 25px 10px;
  89. padding-bottom: 5px;
  90. }
  91. /** 表格布局 **/
  92. .pagination-container {
  93. position: relative;
  94. height: 25px;
  95. margin-bottom: 10px;
  96. margin-top: 15px;
  97. padding: 10px 20px !important;
  98. }
  99. /* tree border */
  100. .tree-border {
  101. margin-top: 5px;
  102. border: 1px solid #e5e6e7;
  103. background: #FFFFFF none;
  104. border-radius: 4px;
  105. }
  106. .pagination-container .el-pagination {
  107. right: 0;
  108. position: absolute;
  109. }
  110. @media (max-width: 768px) {
  111. .pagination-container .el-pagination > .el-pagination__jump {
  112. display: none !important;
  113. }
  114. .pagination-container .el-pagination > .el-pagination__sizes {
  115. display: none !important;
  116. }
  117. }
  118. .el-table .fixed-width .el-button--mini {
  119. padding-left: 0;
  120. padding-right: 0;
  121. width: inherit;
  122. }
  123. /** 表格更多操作下拉样式 */
  124. .el-table .el-dropdown-link, .el-table .el-dropdown-selfdefine {
  125. cursor: pointer;
  126. margin-left: 5px;
  127. }
  128. .el-table .el-dropdown, .el-icon-arrow-down {
  129. font-size: 12px;
  130. }
  131. .el-tree-node__content > .el-checkbox {
  132. margin-right: 8px;
  133. }
  134. .list-group-striped > .list-group-item {
  135. border-left: 0;
  136. border-right: 0;
  137. border-radius: 0;
  138. padding-left: 0;
  139. padding-right: 0;
  140. }
  141. .list-group {
  142. padding-left: 0px;
  143. list-style: none;
  144. }
  145. .list-group-item {
  146. border-bottom: 1px solid #e7eaec;
  147. border-top: 1px solid #e7eaec;
  148. margin-bottom: -1px;
  149. padding: 11px 0px;
  150. font-size: 13px;
  151. }
  152. .pull-right {
  153. float: right !important;
  154. }
  155. .el-card__header {
  156. padding: 0px 15px 0px;
  157. min-height: 40px;
  158. }
  159. .el-card__body {
  160. padding: 15px 20px 20px 20px;
  161. }
  162. .card-box {
  163. padding-right: 15px;
  164. padding-left: 15px;
  165. margin-bottom: 10px;
  166. }
  167. /* button color */
  168. .el-button--cyan.is-active,
  169. .el-button--cyan:active {
  170. background: #20B2AA;
  171. border-color: #20B2AA;
  172. color: #FFFFFF;
  173. }
  174. .el-button--cyan:focus,
  175. .el-button--cyan:hover {
  176. background: #48D1CC;
  177. border-color: #48D1CC;
  178. color: #FFFFFF;
  179. }
  180. .el-button--cyan {
  181. background-color: #20B2AA;
  182. border-color: #20B2AA;
  183. color: #FFFFFF;
  184. }
  185. /* text color */
  186. .text-navy {
  187. color: #1ab394;
  188. }
  189. .text-primary {
  190. color: inherit;
  191. }
  192. .text-success {
  193. color: #1c84c6;
  194. }
  195. .text-info {
  196. color: #23c6c8;
  197. }
  198. .text-warning {
  199. color: #f8ac59;
  200. }
  201. .text-danger {
  202. color: #ed5565;
  203. }
  204. .text-muted {
  205. color: #888888;
  206. }
  207. /* image */
  208. .img-circle {
  209. border-radius: 50%;
  210. }
  211. .img-lg {
  212. width: 120px;
  213. height: 120px;
  214. }
  215. .avatar-upload-preview {
  216. position: relative;
  217. top: 50%;
  218. left: 50%;
  219. -webkit-transform: translate(-50%, -50%);
  220. transform: translate(-50%, -50%);
  221. width: 200px;
  222. height: 200px;
  223. border-radius: 50%;
  224. -webkit-box-shadow: 0 0 4px #ccc;
  225. box-shadow: 0 0 4px #ccc;
  226. overflow: hidden;
  227. }
  228. /* 拖拽列样式 */
  229. .sortable-ghost {
  230. opacity: .8;
  231. color: #fff !important;
  232. background: #42b983 !important;
  233. }
  234. .top-right-btn {
  235. position: relative;
  236. float: right;
  237. }
  238. /*# sourceMappingURL=ruoyi.css.map */