设置及发表图文页面

This commit is contained in:
橙子
2022-10-10 00:02:13 +08:00
parent f11f5e1ca4
commit 58f85992b0
9 changed files with 251 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
<van-col span="24">
<p > {{data.head}}</p>
</van-col>
<van-col class="col-body" span="6" v-for="item in data.body"><van-icon name="chat-o" size="2rem" /> <br>{{item.title}}</van-col>
<van-col class="col-body" span="6" v-for="item in data.body"><van-icon :name="item.icon" size="2rem" /> <br>{{item.title}}</van-col>
</van-row>
</template>
@@ -25,7 +25,7 @@ text-align: center;
}
p{
font-size: large;
font-weight: 545;
font-weight:bold;
}
</style>