20 lines
1.1 KiB
Vue
20 lines
1.1 KiB
Vue
<template>
|
|
<div class="documentation-container">
|
|
<p style="box-sizing: inherit; margin-top: 0px; margin-bottom: 11px; padding: 0px; color: #333333; font-family: tahoma, arial, 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', sans-serif; font-size: 12px; text-align: center;" data-v-5b66b893="" data-spm-anchor-id="a1zaa.8161610.0.i0.67774c80ll4sHX"><span style="box-sizing: inherit; font-weight: bolder; color: #ffffff;" data-v-5b66b893=""><span style="box-sizing: inherit; font-size: 21px; font-family: 微软雅黑, 'Microsoft YaHei', 宋体, SimSun, 黑体, SimHei; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important;" data-v-5b66b893="">费县森林防火电子沙盘使用规定</span></span></p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'index',
|
|
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
.documentation-container{
|
|
width:1024px;
|
|
margin:0px auto;
|
|
padding:50px 0px;
|
|
}
|
|
</style> |