12345678910111213141516171819202122232425262728 |
- <template>
- <div class="evacuation-title-position-box">风险应急处置指挥平台</div>
- </template>
- <script>
- export default {
- name: 'newEvacuationBigDataSubPagePublic'
- }
- </script>
- <style scoped lang="scss">
- .evacuation-title-position-box{
- position: absolute;
- top:0;
- height:92px;
- left:41px;
- width: 1837px;
- background: url("../../assets/ZDimages/bigData3_2/sy_db_bg.png");
- background-size: 100% 100%;
- text-align: center;
- font-size:40px;
- line-height:82px;
- color:#24d1f9;
- font-weight:900;
- letter-spacing:10px
- }
- </style>
|