QIndex.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. html, body, #app {
  2. overflow: auto;
  3. }
  4. /* .main {*/
  5. .lr-layout-center {
  6. position: relative;
  7. min-width: 1024px;
  8. max-width: 1920px;
  9. padding: 0.5% 0.5%;
  10. box-box-sizing: border-box;
  11. }
  12. .center .item {
  13. padding-top: 12px;
  14. display: flex;
  15. flex-direction: column;
  16. }
  17. .center .item .title {
  18. display: flex;
  19. flex-direction: row;
  20. justify-content: flex-start;
  21. align-items: center;
  22. margin-bottom: 17px;
  23. }
  24. .center .item .title span {
  25. font-size: 16px;
  26. color: #2d2f33;
  27. font-weight: bold;
  28. margin-left: 14px;
  29. }
  30. .center .item .wrap {
  31. padding: 0 20px;
  32. padding-bottom: 10px;
  33. border-bottom: 1px solid #e6e6e6;
  34. }
  35. .center .item .wrap .wrapItem {
  36. height: 158px;
  37. margin-top: -10px;
  38. }
  39. .center .item .wrap .choseBox {
  40. margin-left: 45px;
  41. margin-bottom: 33px;
  42. }
  43. .center .item .wrap .choseBox span {
  44. color: #878d99;
  45. font-size: 14px;
  46. margin-right: 26px;
  47. }
  48. .center .item .wrap .choseBox span.active {
  49. color: #0479f7;
  50. }
  51. .content-box {
  52. position: relative;
  53. margin-top: 1.5vh;
  54. box-sizing: border-box;
  55. padding: 1.5vh 1vw;
  56. }
  57. .content-box-title-wrap {
  58. padding-bottom: 2vh;
  59. flex-shrink: 0;
  60. display: flex;
  61. align-items: center;
  62. }
  63. /* 表格 */
  64. .normal-table-num {
  65. color: #00b9eb;
  66. font-weight: 600;
  67. }
  68. .table-rate-wrap {
  69. display: flex;
  70. align-items: center;
  71. }
  72. .table-pan-icon {
  73. border-radius: 50%;
  74. background-size: 100% 100%;
  75. overflow: hidden;
  76. background-color: #134982;
  77. transform: rotate(-90deg);
  78. flex-shrink: 0;
  79. }
  80. .table-rate-num {
  81. padding-left: 0.5vw;
  82. overflow: hidden;
  83. text-overflow: ellipsis;
  84. }