唐润平:UI显示面板开发起步版
This commit is contained in:
29
src/components/content/badGasInfo/BadGasInfo.vue
Normal file
29
src/components/content/badGasInfo/BadGasInfo.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div id="bad-gas-info">
|
||||
<div class="title">有害气体</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
#bad-gas-info {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
width: 830px;
|
||||
height: 621px;
|
||||
top: 1441px;
|
||||
right: 62px;
|
||||
background-image: url(/images/badGasInfo/bg.png);
|
||||
.title {
|
||||
width: 128px;
|
||||
height: 45px;
|
||||
font-size: 32px;
|
||||
font-family: PingFang-SC, PingFang-SC;
|
||||
font-weight: 800;
|
||||
color: #38cafb;
|
||||
line-height: 45px;
|
||||
margin: 22px 0px 0px 62px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user