Files
kuboard-press/.vuepress/components/JoinCKACommunity.vue
huanqing.shao 793e7dc038 每日一题
2019-11-21 20:38:25 +08:00

36 lines
1.1 KiB
Vue

<template>
<div class="page-nav" style="max-width: 1000px; padding: 1rem 0; text-align: center;">
<b-alert style="margin-bottom: 0;" show variant="primary">加入CKA备考群</b-alert>
<div>
<div class="row" style="margin-top: 1rem;">
<div class="col-md-12 col-sm-12">
<b-card style="height: 100%; color: #2c3e50; line-height: 1.7; " shadow="none" :body-style="{padding: '0rem 1.5rem'}"
data-aos="fade-up" data-aos-duration="1000">
<h4>微信群</h4>
<div>
<div style="margin-top: 10px;">
<!-- <span>微信扫码</span> -->
<p style="margin-top: 10px; margin-bottom: 0; text-align: center;">
<!-- <img src="/images/dz.png" style="width: 150px;"></img> -->
<img src="./JoinCKACommunity.jpeg" style="width: 150px; padding: 10px;"></img>
</p>
</div>
</div>
</b-card>
</div>
</div>
</div>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>