|
|
|
@ -124,9 +124,29 @@
|
|
|
|
|
<img class="left3" src="./static/rigth.png" /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="el-gl"> |
|
|
|
|
<div>公告栏</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
<script lang="ts" setup></script> |
|
|
|
|
<style scoped lang="scss"> |
|
|
|
|
.el-gl { |
|
|
|
|
font-weight: 500; |
|
|
|
|
text-align: center; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 10px; |
|
|
|
|
top: 10px; |
|
|
|
|
width: 15%; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border-radius: 32px; |
|
|
|
|
padding: 5px; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
border: 1px solid #f1eeee69; |
|
|
|
|
box-shadow: 4px 6px 0 #d3dff6, 1px 1px 9px #d3dff6; |
|
|
|
|
height:762px; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
<style lang="scss" scope> |
|
|
|
|
@import '../../styles/flowStyle.scss'; |
|
|
|
|
|
|
|
|
|