newEvacuationBigDataSubPagePublic.vue 589 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <div class="evacuation-title-position-box">风险应急处置指挥平台</div>
  3. </template>
  4. <script>
  5. export default {
  6. name: 'newEvacuationBigDataSubPagePublic'
  7. }
  8. </script>
  9. <style scoped lang="scss">
  10. .evacuation-title-position-box{
  11. position: absolute;
  12. top:0;
  13. height:92px;
  14. left:41px;
  15. width: 1837px;
  16. background: url("../../assets/ZDimages/bigData3_2/sy_db_bg.png");
  17. background-size: 100% 100%;
  18. text-align: center;
  19. font-size:40px;
  20. line-height:82px;
  21. color:#24d1f9;
  22. font-weight:900;
  23. letter-spacing:10px
  24. }
  25. </style>