ry-ui.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /*!
  2. * ruoyi.css
  3. * Author: Ruoyi
  4. */
  5. /** 用户管理 样式布局 */
  6. .box {
  7. position: relative;
  8. border-radius: 3px;
  9. background: #ffffff;
  10. border-top: 3px solid #d2d6de;
  11. margin-bottom: 20px;
  12. width: 100%;
  13. box-shadow: 0 1px 1px rgba(0,0,0,0.1)
  14. }
  15. .box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after {
  16. content: " ";
  17. display: table
  18. }
  19. .box-header:after,.box-body:after,.box-footer:after {
  20. clear: both
  21. }
  22. .btn-box-tool {
  23. padding: 5px;
  24. font-size: 12px;
  25. background: transparent;
  26. color: #97a0b3;
  27. }
  28. .open .btn-box-tool,
  29. .btn-box-tool:hover {
  30. color: #606c84;
  31. }
  32. .box-main {
  33. margin: 0;
  34. border: 0;
  35. padding-top: 2px;
  36. border-radius: 0;
  37. box-shadow: none
  38. }
  39. .box-main>.box-header {
  40. border-bottom: 1px solid #eee;
  41. padding: 12px 10px 2px 15px
  42. }
  43. .box-header .box-title {
  44. display: inline-block;
  45. font-size: 18px;
  46. margin: 0;
  47. line-height: 1;
  48. }
  49. .box-main>.box-header .box-title {
  50. font-size: 16px;
  51. margin-bottom: 13px;
  52. float: left
  53. }
  54. .box-main>.box-header .box-title .fa {
  55. font-size: 14px;
  56. padding-right: 3px;
  57. margin-top: -2px
  58. }
  59. .box-main>.box-header .box-tools {
  60. position: relative;
  61. top: -5px;
  62. right: 0
  63. }
  64. .box-main>.box-header .box-tools .btn {
  65. padding: 3px 10px 5px 10px;
  66. font-size: 14px;
  67. margin-bottom: 2px
  68. }
  69. .box-main>.box-header .box-tools .btn-box-tool {
  70. padding: 4px 2px
  71. }
  72. .box-main form>.box-footer,.nav-main form>.box-footer {
  73. background: #fafafa
  74. }
  75. .box-main form>.box-footer .row,.nav-main form>.box-footer .row {
  76. margin: 5px 0 5px -25px
  77. }
  78. /** select2 样式修改 */
  79. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  80. background-color: #1AB394;
  81. border-color: #1AB394;
  82. padding: 1px 10px;
  83. color: #fff
  84. }
  85. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  86. margin-right: 5px;
  87. color: rgba(255,255,255,0.7)
  88. }
  89. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  90. color: #fff
  91. }
  92. .select2-container .select2-selection--single .select2-selection__rendered {
  93. padding-right: 10px
  94. }
  95. /** 表单验证 样式布局 */
  96. label.error {
  97. position: absolute;
  98. right: 18px;
  99. top: 5px;
  100. color: #ef392b;
  101. font-size: 12px
  102. }
  103. .Validform_error,input.error,select.error {
  104. background-color: #fbe2e2;
  105. border-color: #c66161;
  106. color: #c00
  107. }
  108. .Validform_wrong,.Validform_right,.Validform_warning {
  109. display: inline-block;
  110. height: 20px;
  111. font-size: 12px;
  112. vertical-align: middle;
  113. padding-left: 25px
  114. }
  115. /** 遮罩层 */
  116. .loaderbox {
  117. display: inline-block;
  118. min-width: 125px;
  119. padding: 10px;
  120. margin: 0 auto;
  121. color: #000 !important;
  122. font-size: 13px;
  123. font-weight: 400;
  124. text-align: center;
  125. vertical-align: middle;
  126. border: 1px solid #ddd;
  127. background-color: #eee;
  128. -webkit-border-radius: 2px;
  129. -moz-border-radius: 2px;
  130. -ms-border-radius: 2px;
  131. -o-border-radius: 2px;
  132. border-radius: 2px;
  133. -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  134. -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  135. box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  136. }
  137. .loaderbox .loading-activity {
  138. float: left;
  139. width: 18px;
  140. height: 18px;
  141. border: solid 2px transparent;
  142. border-top-color: #000;
  143. border-left-color: #000;
  144. border-radius: 10px;
  145. -webkit-animation: pace-spinner 400ms linear infinite;
  146. -moz-animation: pace-spinner 400ms linear infinite;
  147. -ms-animation: pace-spinner 400ms linear infinite;
  148. -o-animation: pace-spinner 400ms linear infinite;
  149. animation: pace-spinner 400ms linear infinite;
  150. }
  151. @media (max-width: 767px) {
  152. .loading-activity {
  153. width: 18px;
  154. height: 18px;
  155. }
  156. }
  157. @-ms-keyframes pace-spinner {
  158. 0% {
  159. -ms-transform: rotate(0deg);
  160. transform: rotate(0deg);
  161. }
  162. 100% {
  163. -ms-transform: rotate(360deg);
  164. transform: rotate(360deg);
  165. }
  166. }
  167. @keyframes pace-spinner {
  168. 0% {
  169. transform: rotate(0deg);
  170. }
  171. 100% {
  172. transform: rotate(360deg);
  173. }
  174. }
  175. /** 表单查询条件 */
  176. ul {
  177. margin: 0;
  178. padding: 0;
  179. -webkit-tap-highlight-color: rgba(0,0,0,0);
  180. }
  181. li {
  182. list-style: none;
  183. }
  184. .time-input {
  185. display: block;
  186. width: 100%;
  187. padding-left: 10px;
  188. }
  189. label{
  190. font-weight: normal;
  191. }
  192. .container-div{
  193. padding:10px 35px;
  194. height:100%;
  195. }
  196. .container-div .row{
  197. height: 100%;
  198. }
  199. .select-info{
  200. width:100%;
  201. background: #fff;
  202. border-radius: 6px;
  203. margin-top:10px;
  204. padding-bottom: 13px;
  205. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  206. }
  207. .select-info{
  208. position: relative;
  209. }
  210. .select-info .save-btn,.select-info .close-btn{
  211. width: 20px;
  212. position: absolute;
  213. right: 20px;
  214. top: 15px;
  215. cursor: pointer;
  216. }
  217. .select-info .save-btn{
  218. right: 50px;
  219. }
  220. .select-info .col-sm-6 .control-label{
  221. color:#333;
  222. }
  223. .select-list li{
  224. float:left;
  225. color:#333;
  226. margin: 5px 15px 5px 0px;
  227. }
  228. .select-list li input{
  229. border:1px solid #ddd;
  230. border-radius: 4px;
  231. background: transparent;
  232. outline: none;
  233. height: 30px;
  234. width:280px;
  235. }
  236. .select-list li .submit-btn{
  237. border:0px;
  238. border-radius: 4px;
  239. background: transparent;
  240. outline: none;
  241. width: 40px;
  242. height: 23px;
  243. }
  244. .select-list li select{
  245. border:1px solid #ddd;
  246. border-radius: 4px;
  247. background: transparent;
  248. outline: none;
  249. height: 30px;
  250. width:280px;
  251. }
  252. .select-list .time input{
  253. width:133px;
  254. }
  255. .time label,.time span,.time input{
  256. float:left;
  257. }
  258. .time label{
  259. margin-top: 5px;
  260. }
  261. .time span{
  262. display: block;
  263. margin: 5px 5px;
  264. }
  265. .search-btn{
  266. background-color: #1ab394;
  267. border-color: #1ab394;
  268. color: #FFF;
  269. margin-bottom: 5px;
  270. display: inline-block;
  271. padding: 6px 12px;
  272. margin-bottom: 0;
  273. font-size: 14px;
  274. font-weight: 400;
  275. line-height: 1.42857143;
  276. text-align: center;
  277. white-space: nowrap;
  278. border-radius: 3px;
  279. vertical-align: middle;
  280. cursor: pointer;
  281. }
  282. /** 表格查询数据 */
  283. .table-striped{
  284. min-height:75%;
  285. }
  286. .table-striped .bootstrap-table{
  287. border:0px!important;
  288. }
  289. .table-striped .table, .fixed-table-container, .table-striped .table, .table-striped .table, .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th, .table-striped .table>tfoot>tr>th, .table-striped .table>thead>tr>td, .table-striped .table>tbody>tr>td, .table-striped .table>tfoot>tr>td{
  290. background-color: transparent!important;
  291. border: 0px;
  292. }
  293. .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th{
  294. border-bottom: 1px solid #ccc!important;
  295. border-top: 0px!important;
  296. }
  297. .table-striped .table>thead:first-child>tr:first-child>th{
  298. color:#333;
  299. }
  300. .table-bordered td,.table-bordered th {
  301. border: 1px solid #ddd!important
  302. }