mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-06 05:23:46 +08:00
12 lines
169 B
Vue
12 lines
169 B
Vue
<template>
|
||
<h4 class="news-tit">啥玩意儿?</h4>
|
||
</template>
|
||
|
||
<style>
|
||
.news-tit{
|
||
font-size: 18px;
|
||
margin-top: 60px;
|
||
text-align: center;
|
||
}
|
||
</style>
|