newstyle.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. #cmdbright-sidebar {
  2. bottom: 0;
  3. position: fixed;
  4. right: -400px;
  5. top: 0;
  6. -moz-transition: all 0.3s !important 0s;
  7. -o-transition: all 0.3s !important 0s;
  8. -webkit-transition: all 0.3s !important;
  9. -webkit-transition-delay: 0s;
  10. transition: all 0.3s !important 0s;
  11. width: 400px;
  12. z-index: 1091;
  13. background: #ffffff;
  14. border-left: 1px solid #c8c7cc;
  15. border-top: 1px solid #c8c7cc;
  16. overflow: hidden;
  17. }
  18. #cmdbright-sidebar.app-offsidebar-open {
  19. right: 0;
  20. }
  21. #cmdbright-sidebar .tab-content {
  22. position: absolute;
  23. bottom: 0;
  24. left: 0;
  25. right: 0;
  26. top: 45px;
  27. }
  28. @media (max-width: 991px) {
  29. #cmdbright-sidebar {
  30. position: fixed;
  31. top: 0;
  32. right: 0;
  33. z-index: 0;
  34. -webkit-transform: translate3d(260px, 0, 0);
  35. transform: translate3d(260px, 0, 0);
  36. -moz-transition: -moz-transform 300ms ease 0s;
  37. -o-transition: -o-transform 300ms ease 0s;
  38. -webkit-transition: -webkit-transform 300ms ease;
  39. -webkit-transition-delay: 0s;
  40. transition: transform 300ms ease 0s;
  41. }
  42. }
  43. @media (max-width: 991px) {
  44. .app-offsidebar-open #cmdbright-sidebar {
  45. -webkit-transform: translate3d(0, 0, 0);
  46. transform: translate3d(0, 0, 0);
  47. -moz-transition: -moz-transform 300ms ease 0s;
  48. -o-transition: -o-transform 300ms ease 0s;
  49. -webkit-transition: -webkit-transform 300ms ease;
  50. -webkit-transition-delay: 0s;
  51. transition: transform 300ms ease 0s;
  52. }
  53. }
  54. @media (min-width: 992px) {
  55. .app-offsidebar-open #cmdbright-sidebar {
  56. right: 0;
  57. }
  58. }
  59. @media (max-width: 768px) {
  60. #cmdbright-sidebar {
  61. position: fixed;
  62. top: 0;
  63. right: 0;
  64. z-index: 0;
  65. -webkit-transform: translate3d(260px, 0, 0);
  66. transform: translate3d(260px, 0, 0);
  67. -moz-transition: -moz-transform 300ms ease 0s;
  68. -o-transition: -o-transform 300ms ease 0s;
  69. -webkit-transition: -webkit-transform 300ms ease;
  70. -webkit-transition-delay: 0s;
  71. transition: transform 300ms ease 0s;
  72. }
  73. }
  74. @media (max-width: 768px) {
  75. .app-offsidebar-open #cmdbright-sidebar {
  76. -webkit-transform: translate3d(0, 0, 0);
  77. transform: translate3d(0, 0, 0);
  78. -moz-transition: -moz-transform 300ms ease 0s;
  79. -o-transition: -o-transform 300ms ease 0s;
  80. -webkit-transition: -webkit-transform 300ms ease;
  81. -webkit-transition-delay: 0s;
  82. transition: transform 300ms ease 0s;
  83. }
  84. }
  85. @media (min-width: 769px) {
  86. .app-offsidebar-open #cmdbright-sidebar {
  87. right: 0;
  88. }
  89. }
  90. @media (max-width: 600px) {
  91. #cmdbright-sidebar {
  92. position: fixed;
  93. top: 0;
  94. right: 0;
  95. z-index: 0;
  96. -webkit-transform: translate3d(260px, 0, 0);
  97. transform: translate3d(260px, 0, 0);
  98. -moz-transition: -moz-transform 300ms ease 0s;
  99. -o-transition: -o-transform 300ms ease 0s;
  100. -webkit-transition: -webkit-transform 300ms ease;
  101. -webkit-transition-delay: 0s;
  102. transition: transform 300ms ease 0s;
  103. }
  104. }
  105. @media (max-width: 600px) {
  106. .app-offsidebar-open #cmdbright-sidebar {
  107. -webkit-transform: translate3d(0, 0, 0);
  108. transform: translate3d(0, 0, 0);
  109. -moz-transition: -moz-transform 300ms ease 0s;
  110. -o-transition: -o-transform 300ms ease 0s;
  111. -webkit-transition: -webkit-transform 300ms ease;
  112. -webkit-transition-delay: 0s;
  113. transition: transform 300ms ease 0s;
  114. }
  115. }
  116. @media (min-width: 601px) {
  117. .app-offsidebar-open #cmdbright-sidebar {
  118. right: 0;
  119. }
  120. }
  121. #cmdbright-sidebar .tab-pane {
  122. height: 100%;
  123. padding: 0;
  124. }
  125. #cmdbright-sidebar div[perfect-scrollbar] {
  126. overflow: hidden !important;
  127. }
  128. .app-mobile #cmdbright-sidebar div[perfect-scrollbar] {
  129. overflow-x: hidden !important;
  130. overflow-y: auto !important;
  131. }
  132. #cmdbright-sidebar .nav-tabs.nav-justified>li {
  133. display: table-cell;
  134. width: 1%;
  135. }
  136. #cmdbright-sidebar .nav-tabs.nav-justified>li.active>a,
  137. #cmdbright-sidebar .nav-tabs.nav-justified>li.active>a:hover,
  138. #cmdbright-sidebar .nav-tabs.nav-justified>li.active>a:focus {
  139. border-bottom-color: #fff;
  140. }
  141. #cmdbright-sidebar .nav-tabs.nav-justified>li>a {
  142. border-bottom: 1px solid #c8c7cc;
  143. border-right: 1px solid #c8c7cc;
  144. border-left: none;
  145. border-radius: 0;
  146. border-top: none;
  147. }
  148. #cmdbright-sidebar .nav-tabs.nav-justified>li>a i {
  149. font-size: 17px;
  150. }
  151. #cmdbright-sidebar .nav-tabs.nav-justified>li.active>a,
  152. #cmdbright-sidebar .nav-tabs.nav-justified>li.active>a:hover,
  153. #cmdbright-sidebar .nav-tabs.nav-justified>li.active>a:focus {
  154. color: #aeacb4;
  155. }
  156. #cmdbright-sidebar .nav-tabs.nav-justified>li:first-child>a {
  157. border-left: none !important;
  158. }
  159. #cmdbright-sidebar .nav-tabs.nav-justified>li:last-child>a {
  160. border-right: none !important;
  161. }
  162. #cmdbright-sidebar .save-options {
  163. padding: 10px;
  164. }
  165. #cmdbright-sidebar .sidebar-wrapper {
  166. position: relative;
  167. min-height: 100%;
  168. }
  169. #cmdbright-sidebar #users {
  170. position: relative;
  171. right: 0;
  172. top: 0;
  173. height: 100%;
  174. }
  175. .app-offsidebar-open #cmdbright-sidebar #users {
  176. -moz-transition: right 0.3s ease 0s;
  177. -o-transition: right 0.3s ease 0s;
  178. -webkit-transition: right 0.3s ease;
  179. -webkit-transition-delay: 0s;
  180. transition: right 0.3s ease 0s;
  181. }
  182. .app-slide-off #cmdbright-sidebar #users {
  183. right: 0 !important;
  184. }
  185. #cmdbright-sidebar #users.chat-open {
  186. right: 260px;
  187. }
  188. #cmdbright-sidebar #users .user-chat {
  189. position: relative;
  190. left: 260px;
  191. top: 0;
  192. height: 100%;
  193. }
  194. #cmdbright-sidebar #users .chat-content {
  195. position: absolute;
  196. left: 0;
  197. right: 0;
  198. top: 40px;
  199. bottom: 50px;
  200. }
  201. #cmdbright-sidebar .users-list {
  202. position: absolute;
  203. right: 0;
  204. left: 0;
  205. top: 0;
  206. height: 100%;
  207. }
  208. #cmdbright-sidebar .media-list .media {
  209. border-bottom: 1px solid #c8c7cc;
  210. margin: 0;
  211. }
  212. #cmdbright-sidebar .media-list .media a {
  213. padding: 10px;
  214. display: block;
  215. }
  216. #cmdbright-sidebar .media-list .media a:hover {
  217. background: #efeff0;
  218. text-decoration: none;
  219. }
  220. #cmdbright-sidebar .sidebar-title {
  221. color: #aeacb4;
  222. font-size: 11px;
  223. margin: 15px 10px 10px 10px;
  224. text-transform: uppercase;
  225. }
  226. #cmdbright-sidebar .sidebar-back {
  227. position: absolute;
  228. text-decoration: none;
  229. padding: 10px;
  230. top: -40px;
  231. }
  232. #cmdbright-sidebar .sidebar-back i {
  233. display: inline-block;
  234. font-size: 17px;
  235. margin-right: -2px;
  236. margin-top: 2px;
  237. font-weight: 600;
  238. vertical-align: top;
  239. }
  240. #cmdbright-sidebar .sidebar-back span {
  241. font-size: 15px;
  242. position: relative;
  243. }
  244. #cmdbright-sidebar .media-list .media .media-object {
  245. border-radius: 50% !important;
  246. float: left;
  247. margin-right: 10px;
  248. opacity: 0.8;
  249. width: 40px;
  250. }
  251. #cmdbright-sidebar .media-list .media .user-label {
  252. display: inline-block;
  253. margin-top: 10px;
  254. position: absolute;
  255. right: 25px;
  256. }
  257. #cmdbright-sidebar .media-list .media .status-online {
  258. line-height: 40px;
  259. font-size: 6px;
  260. position: absolute;
  261. right: 10px;
  262. display: inline-block;
  263. color: #1FBBA6;
  264. }
  265. #cmdbright-sidebar .media-list .media .media-heading {
  266. color: #8e8e93 !important;
  267. display: block;
  268. font-size: 13px;
  269. margin-bottom: 4px;
  270. }
  271. #cmdbright-sidebar .media-list .media .media-body span {
  272. color: #c8c7cc;
  273. display: block;
  274. font-size: 12px;
  275. }
  276. #cmdbright-sidebar .sidebar-content {
  277. height: 100%;
  278. position: relative;
  279. }
  280. #cmdbright-sidebar .discussion .avatar img {
  281. border-radius: 50% !important;
  282. width: 40px;
  283. }
  284. #cmdbright-sidebar .discussion .messages {
  285. margin-top: 10px;
  286. }
  287. #cmdbright-sidebar .discussion .messages p {
  288. font-size: 12px;
  289. }
  290. #cmdbright-sidebar .message-bar {
  291. position: absolute;
  292. bottom: 0;
  293. }
  294. /* 资产关系列表*/
  295. .table.table-noline {
  296. border: 0px;
  297. }
  298. .table>tbody>tr>td,
  299. .table>thead>tr>th {
  300. /* min-height: 35px;
  301. border: 1px solid #eaeaea; */
  302. border-bottom: 0px;
  303. padding-left: 0px;
  304. padding-right: 0px;
  305. }
  306. .table.table-aline {
  307. border: 0px;
  308. }
  309. .table>tbody>tr>td.th-aline {
  310. min-height: 35px;
  311. border-bottom: 0px solid #eaeaea;
  312. border-top: 0px solid #eaeaea;
  313. border-left: 1px solid #eaeaea;
  314. border-right: 1px solid #eaeaea;
  315. padding-left: 10px;
  316. padding-right: 10px;
  317. border: 1px solid #eaeaea;
  318. /* border-bottom: 0px;
  319. padding-left: 0px;
  320. padding-right: 0px; */
  321. }
  322. .table>thead>tr>th.th-aline {
  323. /* min-height: 35px;
  324. border: 1px solid #eaeaea;
  325. text-align: center; */
  326. border: 1px solid #eaeaea;
  327. border-top: 1px solid #eaeaea !important;
  328. text-align: center;
  329. /* border-bottom: 0px; */
  330. padding-left: 0px;
  331. padding-right: 0px;
  332. }
  333. /**
  334. *删除字体颜色
  335. */
  336. .table>tbody>tr>td.removecolor {
  337. color: #005395 !important;
  338. }
  339. .table>tbody>tr>td.removecolor.active,
  340. .table>tbody>tr>td.removecolor:focus,
  341. .table>tbody>tr>td.removecolor:hover {
  342. color: #be2636 !important;
  343. }
  344. .table-heading-background {
  345. background-color: #f3f3f3;
  346. }
  347. .cmdbtext-head {
  348. color: #333 !important;
  349. font-size: 14px !important;
  350. }
  351. .iconfontsmall {
  352. font-family: iconfont!important;
  353. font-size: 14px;
  354. color: #005395;
  355. z-index: 1;
  356. -webkit-font-smoothing: antialiased;
  357. -webkit-text-stroke-width: .2px;
  358. }
  359. .pagers {
  360. padding-left: 0;
  361. margin: 20px 0;
  362. text-align: right;
  363. list-style: none;
  364. }
  365. .pagers li {
  366. display: inline;
  367. }
  368. .pagers li>a.noborder,
  369. .pagers li>span.noborder {
  370. display: inline-block;
  371. padding: 0px 0px;
  372. background-color: #fff;
  373. border: 0px solid #ddd;
  374. }
  375. /*按钮*/
  376. /*暂存*/
  377. .btn-zancun {
  378. background-color: #e6eef4;
  379. border-color: #005395;
  380. color: #005395;
  381. }
  382. .btn.zancunlistheight {
  383. height: 28px;
  384. padding: 3px 25px !important;
  385. }
  386. .btn-zancun.active,
  387. .btn-zancun:focus,
  388. .btn-zancun:hover {
  389. background-color: #e6eef4;
  390. border-color: #005395;
  391. color: #005395 !important;
  392. }
  393. /*确认/搜索*/
  394. .btn-isok {
  395. background-color: #005395;
  396. /* border-color: #fff; */
  397. color: #fff;
  398. }
  399. .btn.isoklistheight {
  400. height: 28px;
  401. padding: 3px 25px !important;
  402. }
  403. .btn-isok.active,
  404. .btn-isok:focus,
  405. .btn-isok:hover {
  406. background-color: #004279;
  407. /* border-color: #999; */
  408. color: #fff !important;
  409. }
  410. .btn-isok.disabled:hover,
  411. .btn-isok.disabled:focus,
  412. .btn-isok.disabled:active,
  413. .btn-isok.disabled.active,
  414. .btn-isok[disabled],
  415. .btn-isok[disabled]:hover,
  416. .btn-isok[disabled]:focus,
  417. .btn-isok[disabled]:active,
  418. .btn-isok[disabled].active,
  419. fieldset[disabled] .btn-isok:hover,
  420. fieldset[disabled] .btn-isok:focus,
  421. fieldset[disabled] .btn-isok:active,
  422. fieldset[disabled] .btn-isok.active {
  423. background-color: #f3f3f3;
  424. border-color: #eaeaea;
  425. color: #ddd;
  426. }
  427. /**
  428. *字体颜色
  429. */
  430. .fontcolor_blue {
  431. color: #005395;
  432. }
  433. /*28px输入框*/
  434. .form-control.smallline {
  435. height: 28px;
  436. }
  437. /*28px按钮*/
  438. .btn.smallbutton {
  439. padding: 3px 12px;
  440. }
  441. .btn.weibutton {
  442. padding: 3px 20px;
  443. }
  444. /*底色*/
  445. .alertback {
  446. padding: 10px;
  447. margin-bottom: 0px;
  448. background: #f9f9f9;
  449. /* border: 1px solid #dedede; */
  450. /* border-bottom-left-radius: 8px; */
  451. /* border-bottom-right-radius: 8px; */
  452. }
  453. .table>tbody+tbody {
  454. border-top: 1px solid #ddd;
  455. }
  456. .iconfontstyle {
  457. font-family: iconfont!important;
  458. font-size: 16px;
  459. color: #000;
  460. z-index: 1;
  461. -webkit-font-smoothing: antialiased;
  462. -webkit-text-stroke-width: .2px;
  463. }
  464. .dianback {
  465. background: #79a3c4;
  466. }
  467. /**
  468. *提示框
  469. */
  470. .tipopenback {
  471. background: #f9f9f9;
  472. border: 1px solid #d1d1d1;
  473. border-radius: 2px;
  474. }
  475. .shucenter {
  476. display: flex;
  477. align-items: center;
  478. justify-content: center;
  479. }