index.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @import '../../styles/utils.scss';
  2. .el-loading-mask {
  3. background-color: rgba(255, 255, 255, 0.3);
  4. }
  5. .card-container {
  6. width: 470px;
  7. height: 472px;
  8. width: px2rem(470px * 2);
  9. height: px2rem(770px / 2 * 2);
  10. background-position: top center;
  11. background-size: cover;
  12. z-index: 1;
  13. box-sizing: border-box;
  14. padding: px2rem(60px * 2) px2rem(30px * 2) px2rem(25px * 2);
  15. display: flex;
  16. flex-direction: column;
  17. color: #fff;
  18. animation: fadeInBottom 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  19. >div {
  20. flex: 1;
  21. overflow-y: auto;
  22. &::-webkit-scrollbar {
  23. width: 5px;
  24. height: 5px;
  25. }
  26. &::-webkit-scrollbar-track {
  27. background: transparent;
  28. }
  29. &::-webkit-scrollbar-thumb {
  30. background: #39d6fe;
  31. border-radius: 3px;
  32. }
  33. }
  34. &-bg-message-list {
  35. background-image: url('../../assets/card-bg/frame_information.png');
  36. }
  37. &-bg-incident-info {
  38. background-image: url('../../assets/card-bg/frame_sjxx.png');
  39. }
  40. &-bg-command-chain {
  41. background-image: url('../../assets/card-bg/frame_zhtx@2x.png');
  42. margin-top: px2rem(-63px * 2);
  43. }
  44. &-bg-incident-plan {
  45. margin-top: px2rem(20px *2);
  46. background-image: url('../../assets/card-bg/frame_czfa.png');
  47. }
  48. &-bg-emergency-linkage {
  49. background-image: url('../../assets/card-bg/frame_yjld.png');
  50. }
  51. &-bg-emergency-plan {
  52. background-image: url('../../assets/card-bg/frame_yjya@2x.png');
  53. }
  54. &-bg-accident-scene {
  55. background-image: url('../../assets/card-bg/frame_sgxc@2x.png');
  56. width: px2rem(472px * 2);
  57. height: px2rem(302px * 2);
  58. margin-top: px2rem(20px * 2);
  59. >div {
  60. height: px2rem(302px * 2 - 60px * 2 - 25px * 2);
  61. }
  62. .el-carousel__container {
  63. height: px2rem(302px * 2 - 60px * 2 - 25px * 2);
  64. }
  65. .el-carousel__item h3 {
  66. color: #475669;
  67. font-size: 18px;
  68. opacity: 0.75;
  69. line-height: px2rem(302px * 2 - 60px * 2 - 25px * 2);
  70. margin: 0;
  71. text-align: center;
  72. }
  73. .el-carousel__item:nth-child(2n) {
  74. // background-color: #99a9bf;
  75. }
  76. .el-carousel__item:nth-child(2n+1) {
  77. // background-color: #d3dce6;
  78. }
  79. }
  80. &-bg-execution-log {
  81. width: 939px;
  82. height: 554px;
  83. width: px2rem(472px * 2);
  84. height: px2rem(789px * 2);
  85. background-image: url('../../assets/card-bg/frame_czfa@2x.png');
  86. }
  87. &-bg-live-monitoring {
  88. width: 943px;
  89. height: 939px;
  90. width: px2rem(472px * 2);
  91. height: px2rem(469px * 2);
  92. background-image: url('../../assets/card-bg/frame_skjc@2x.png');
  93. .livec {
  94. height: px2rem((469px * 2 - 60px * 2 - 25px *2)/2 - 10px*2);
  95. margin-top: px2rem(20px *2);
  96. overflow: hidden;
  97. }
  98. }
  99. }