ry-ui.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  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. .i-checks label.error, .check-box label.error, .radio-box label.error {
  116. right:auto;
  117. width:150px;
  118. left:210px;
  119. top:-1px;
  120. max-width: none;
  121. }
  122. /** 内联复选框&单选框 */
  123. .check-box,.radio-box {
  124. display:inline-block;
  125. box-sizing:border-box;
  126. cursor:pointer;
  127. position:relative;
  128. padding-right:20px
  129. }
  130. /** 遮罩层 */
  131. .loaderbox {
  132. display: inline-block;
  133. min-width: 125px;
  134. padding: 10px;
  135. margin: 0 auto;
  136. color: #000 !important;
  137. font-size: 13px;
  138. font-weight: 400;
  139. text-align: center;
  140. vertical-align: middle;
  141. border: 1px solid #ddd;
  142. background-color: #eee;
  143. -webkit-border-radius: 2px;
  144. -moz-border-radius: 2px;
  145. -ms-border-radius: 2px;
  146. -o-border-radius: 2px;
  147. border-radius: 2px;
  148. -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  149. -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  150. box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  151. }
  152. .loaderbox .loading-activity {
  153. float: left;
  154. width: 18px;
  155. height: 18px;
  156. border: solid 2px transparent;
  157. border-top-color: #000;
  158. border-left-color: #000;
  159. border-radius: 10px;
  160. -webkit-animation: pace-spinner 400ms linear infinite;
  161. -moz-animation: pace-spinner 400ms linear infinite;
  162. -ms-animation: pace-spinner 400ms linear infinite;
  163. -o-animation: pace-spinner 400ms linear infinite;
  164. animation: pace-spinner 400ms linear infinite;
  165. }
  166. @media (max-width: 767px) {
  167. .loading-activity {
  168. width: 18px;
  169. height: 18px;
  170. }
  171. }
  172. @-ms-keyframes pace-spinner {
  173. 0% {
  174. -ms-transform: rotate(0deg);
  175. transform: rotate(0deg);
  176. }
  177. 100% {
  178. -ms-transform: rotate(360deg);
  179. transform: rotate(360deg);
  180. }
  181. }
  182. @keyframes pace-spinner {
  183. 0% {
  184. transform: rotate(0deg);
  185. }
  186. 100% {
  187. transform: rotate(360deg);
  188. }
  189. }
  190. /** 表单查询条件 */
  191. ul {
  192. margin: 0;
  193. padding: 0;
  194. -webkit-tap-highlight-color: rgba(0,0,0,0);
  195. }
  196. li {
  197. list-style: none;
  198. }
  199. .time-input {
  200. display: block;
  201. width: 100%;
  202. padding-left: 10px;
  203. }
  204. label {
  205. font-weight: normal;
  206. }
  207. .container-div {
  208. padding:10px 35px;
  209. height:100%;
  210. }
  211. .container-div .row {
  212. height: 100%;
  213. }
  214. .select-info {
  215. width:100%;
  216. background: #fff;
  217. border-radius: 6px;
  218. margin-top:10px;
  219. padding-bottom: 13px;
  220. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  221. }
  222. .select-table {
  223. width:100%;
  224. background: #fff;
  225. border-radius: 6px;
  226. margin-top:10px;
  227. padding-bottom: 13px;
  228. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  229. }
  230. .select-info {
  231. position: relative;
  232. }
  233. .select-info .col-sm-6 .control-label {
  234. color:#333;
  235. }
  236. @media ( max-width : 768px) {
  237. .select-info {
  238. display: none;
  239. }
  240. }
  241. .select-list li{
  242. float:left;
  243. color:#333;
  244. margin: 5px 15px 5px 0px;
  245. }
  246. .select-list li input{
  247. border:1px solid #ddd;
  248. border-radius: 4px;
  249. background: transparent;
  250. outline: none;
  251. height: 30px;
  252. width:280px;
  253. }
  254. .select-list li .submit-btn{
  255. border:0px;
  256. border-radius: 4px;
  257. background: transparent;
  258. outline: none;
  259. width: 40px;
  260. height: 23px;
  261. }
  262. .select-list li select{
  263. border:1px solid #ddd;
  264. border-radius: 4px;
  265. background: transparent;
  266. outline: none;
  267. height: 30px;
  268. width:280px;
  269. }
  270. .select-list .select-time input{
  271. width:133px;
  272. }
  273. .select-time label,.select-time span,.select-time input{
  274. float:left;
  275. }
  276. .select-time label{
  277. margin-top: 5px;
  278. }
  279. .select-time span{
  280. display: block;
  281. margin: 5px 5px;
  282. }
  283. .search-btn{
  284. background-color: #1ab394;
  285. border-color: #1ab394;
  286. color: #FFF;
  287. margin-bottom: 5px;
  288. display: inline-block;
  289. padding: 6px 12px;
  290. margin-bottom: 0;
  291. font-size: 14px;
  292. font-weight: 400;
  293. line-height: 1.42857143;
  294. text-align: center;
  295. white-space: nowrap;
  296. border-radius: 3px;
  297. vertical-align: middle;
  298. cursor: pointer;
  299. }
  300. /** 表格查询数据 */
  301. .table-striped{
  302. min-height:75%;
  303. }
  304. .table-striped .bootstrap-table{
  305. border:0px!important;
  306. }
  307. .table-striped .table, .fixed-table-container, table, .table-striped .table, .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  308. border-bottom: 1px solid #ccc!important;
  309. background-color: transparent!important;
  310. border: 0px;
  311. }
  312. .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th{
  313. border-bottom: 1px solid #ccc!important;
  314. border-top: 0px!important;
  315. }
  316. .table-striped .table>thead:first-child>tr:first-child>th{
  317. color:#333;
  318. }
  319. .table-bordered td,.table-bordered th {
  320. border: 1px solid #ddd!important
  321. }