common.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. *{
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. html,body{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. html{
  10. font-size: 100px;
  11. }
  12. body{
  13. background: #f5f5f5;
  14. overflow: auto;
  15. }
  16. a{
  17. text-decoration: none;
  18. }
  19. li{
  20. list-style: none;
  21. }
  22. img{
  23. border: none;
  24. }
  25. /*//风险点弹窗样式*/
  26. .level-color{
  27. padding: 2px 8px;
  28. color: #fff;
  29. border-radius: 15px;
  30. display: inline-block;
  31. width: 50px;
  32. text-align: center;
  33. }
  34. .v-modal{
  35. z-index: 0 !important;
  36. }
  37. .check-list thead > tr {
  38. display: none;
  39. }
  40. /* .station-map-box .el-dialog--small{
  41. width:86%;
  42. } */
  43. .els>.el-dialog__wrapper>.el-dialog--small {
  44. width: 86%;
  45. }
  46. .els>.el-dialog__wrapper>.el-dialog--small .el-dialog--small {
  47. width: 600px;
  48. }
  49. .station-map-box table{
  50. width:100% !important;
  51. }
  52. .station-map-box .el-tabs__item{
  53. font-size: 18px;
  54. }
  55. .station-map-box .el-collapse-item__header{
  56. font-size: 16px;
  57. }
  58. .station-map-box .el-collapse-item__header span{
  59. font-size: 14px;
  60. }
  61. .station-map-box .el-dialog__header{
  62. background: #e4e4e4;
  63. border-top-left-radius: 5px;
  64. border-top-right-radius: 5px;
  65. padding: 30px 20px 0;
  66. }
  67. .station-map-box .el-dialog__body{
  68. padding: 0 10px 20px 10px;
  69. padding-left: 0;
  70. }
  71. .station-map-box .el-dialog__headerbtn{
  72. position: relative;
  73. top:-14px;
  74. }
  75. .tabs-toggle-box .el-tabs__content {
  76. position: relative;
  77. height: calc(100vh - 370px);
  78. overflow: auto;
  79. }
  80. .dialog-title{
  81. position: absolute;
  82. display: flex;
  83. flex-direction: row;
  84. align-items: center;
  85. justify-content: space-between;
  86. top: 1px;
  87. left: 0;
  88. width: 90%;
  89. height: 46px;
  90. line-height: 46px;
  91. padding-left: 20px;
  92. }
  93. .dialog-title>div{
  94. display: flex;
  95. flex-direction: row;
  96. align-items: center;
  97. }
  98. .dialog-title>div>p{
  99. display: flex;
  100. flex-direction: row;
  101. align-items: center;
  102. }
  103. .dialog-title>div>p>a{
  104. display: block;
  105. width:30px;
  106. height: 30px;
  107. padding-right: 10px;
  108. }
  109. .dialog-title>div>p>a>img{
  110. height: 100%;
  111. widows: 100;
  112. }
  113. .dialog-title>div>p>img{
  114. width: 22px;
  115. height: 22px;
  116. margin-right: 10px;
  117. }
  118. .base-info{
  119. padding: 0 10px;
  120. }
  121. .base-info li{
  122. border-bottom: 1px solid #ddd;
  123. padding: 10px;
  124. }
  125. .base-info li:hover{
  126. background: #E6E6E6;
  127. }
  128. .hidanger-list .el-table__empty-block{
  129. width:100% !important;
  130. }
  131. @keyframes textanimation{
  132. 0%{ margin-top: -31px; }
  133. 33%{margin-top: -27px; }
  134. 66%{ margin-top: -31px; }
  135. 100%{ margin-top: -35px; }
  136. /* 0% {
  137. transform: scale(0.5);
  138. opacity: 0.2;
  139. }
  140. 25% {
  141. transform: scale(0.3);
  142. opacity: 0.1;
  143. }
  144. 50% {
  145. transform: scale(0.2);
  146. opacity: 0.2;
  147. }
  148. 75% {
  149. transform: scale(0.3);
  150. opacity: 0.3;
  151. }
  152. 100% {
  153. transform: scale(0.5);
  154. opacity: 0.2;
  155. } */
  156. }
  157. /*el-collapse 手风琴样式修改*/
  158. /*
  159. .el-collapse{
  160. border: 1px solid #ebeef5;
  161. }
  162. .el-collapse-item__wrap{
  163. padding: 0 8px;
  164. }
  165. .el-collapse-item__header{
  166. padding-left: 5px;
  167. }*/
  168. .el-collapse {
  169. border: 1px solid #dfe6ec;
  170. border-radius: 0;
  171. }
  172. .el-collapse-item__header {
  173. height: 43px;
  174. line-height: 43px;
  175. padding-left: 15px;
  176. background-color: #fff;
  177. color: #48576a;
  178. cursor: pointer;
  179. border-bottom: 1px solid #dfe6ec;
  180. font-size: 13px;
  181. }
  182. .el-collapse-item__wrap {
  183. will-change: height;
  184. background-color: #fbfdff;
  185. overflow: hidden;
  186. -webkit-box-sizing: border-box;
  187. box-sizing: border-box;
  188. border-bottom: 1px solid #dfe6ec;
  189. }
  190. .el-collapse-item__content {
  191. padding: 10px 15px;
  192. font-size: 13px;
  193. color: #1f2d3d;
  194. line-height: 1.769230769230769;
  195. }