blessing-analysis.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. * {
  2. box-sizing: border-box;
  3. }
  4. .bgc-f2f3f5 {
  5. background-color: #f2f3f5;
  6. }
  7. .el-input__inner {
  8. height: 28px;
  9. line-height: 28px;
  10. width: 180px;
  11. }
  12. .el-input__icon {
  13. line-height: 28px;
  14. }
  15. .selectYear {
  16. padding: 20px;
  17. }
  18. .flex-box {
  19. display: -webkit-box;
  20. display: -ms-flexbox;
  21. display: flex;
  22. -webkit-box-pack: center;
  23. -ms-flex-pack: center;
  24. -webkit-box-align: center;
  25. -ms-flex-align: center;
  26. align-items: center;
  27. }
  28. .leftBlock {
  29. border-right: 1px solid rgba(255,255,255,0.4);
  30. height: 100%;
  31. width: 40%;
  32. padding-top: 20px;
  33. }
  34. .bottomBorder{
  35. border-bottom: 1px solid rgba(255,255,255,0.4);
  36. }
  37. .rightBlock{
  38. height: 100%;
  39. width: 60%;
  40. }
  41. .rightBlock .top,.rightBlock .bottom{
  42. height: 50%;
  43. }
  44. .percent{
  45. padding-top: 35px;
  46. }
  47. .mainBlocktop {
  48. width: 480px;
  49. height: 195px;
  50. background-image: linear-gradient(90deg,
  51. #5a83ff 0%,
  52. #1954fd 100%),
  53. linear-gradient(#f36161,
  54. #f36161);
  55. background-blend-mode: normal,
  56. normal;
  57. border-radius: 6px;
  58. color: #fff;
  59. font-size: 16px;
  60. }
  61. .mainBlockbottom {
  62. width: 480px;
  63. height: 195px;
  64. font-size: 16px;
  65. background-image: linear-gradient(90deg,
  66. #ff8145 0%,
  67. #ffba78 100%),
  68. linear-gradient(90deg,
  69. #5a83ff 0%,
  70. #1954fd 100%),
  71. linear-gradient(#f36161,
  72. #f36161);
  73. background-blend-mode: normal,
  74. normal,
  75. normal;
  76. border-radius: 6px;
  77. color: #fff;
  78. }
  79. .bottomTable{
  80. border-radius: 6px;
  81. }
  82. .bottomTable .title{
  83. padding-left: 16px;
  84. letter-spacing: 0px;
  85. }
  86. .bgc-ebebf5{
  87. background-color: #ebebf5;
  88. }
  89. .area-tab span,.panelTop{
  90. height: 60px;
  91. font-size: 18px;
  92. color: #333;
  93. }
  94. .panelTop{
  95. line-height: 60px;
  96. }
  97. .bottom-list-table{
  98. margin-top: 18px;
  99. }
  100. .bottom-list-table thead{
  101. background-color: rgba(23, 179, 236, 0.1);
  102. }
  103. .bottom-list-table td{
  104. border-bottom: none;
  105. }
  106. .bottom-list-table tbody>tr,td{
  107. border-bottom: none;
  108. }
  109. .bottom-list-table td,.bottom-list-table th{
  110. border: 1px solid #e1e1e1;;
  111. }
  112. .bottom-list-table th{
  113. font-weight: normal;
  114. color: #333;
  115. }
  116. .bottom-list-table {
  117. border-collapse:collapse;
  118. }
  119. .toJump:hover{
  120. color: #12b7f5;
  121. border-bottom: 1px solid #12b7f5;
  122. cursor: pointer;
  123. }
  124. .bottom-list-table tbody>tr:hover {
  125. background-color: #fff;
  126. }
  127. .bottom-list-table thead tr,.bottom-list-table tr{
  128. height: 50px;
  129. font-size: 16px;
  130. }
  131. .shadow {
  132. position: absolute;
  133. left:104px;
  134. top: 34px;
  135. background-color: rgba(50, 50, 50, 0.701961);
  136. border-color: rgb(51, 51, 51);
  137. color: rgb(255, 255, 255);
  138. font-size: 14px;
  139. font-family: sans-serif;
  140. border-radius: 4px;
  141. padding: 5px;
  142. visibility: hidden;
  143. min-width: 310px;
  144. z-index: 99999;
  145. text-align: left;
  146. }
  147. .shadowTop{left: 88px;min-width: 300px;}
  148. .panelTop .vam{
  149. vertical-align: top;
  150. margin: 10px 0 0 10px;
  151. }