48 lines
1.3 KiB
Vue
48 lines
1.3 KiB
Vue
<template>
|
||
<div>
|
||
<p>
|
||
<Qq></Qq> 群号: 808894550 <span style="color: red; font-weight: 500;">在线答疑</span>,也可以扫描本文末尾的二维码加群
|
||
</p>
|
||
<slot></slot>
|
||
<div class="adsense-page-top">
|
||
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||
<ins class="adsbygoogle"
|
||
style="display:block; text-align:center;"
|
||
data-ad-layout="in-article"
|
||
data-ad-format="fluid"
|
||
data-ad-client="ca-pub-3313149841665250"
|
||
data-ad-slot="6968314981"></ins>
|
||
<script>
|
||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||
</script> -->
|
||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||
<ins class="adsbygoogle"
|
||
style="display:block"
|
||
data-ad-format="fluid"
|
||
data-ad-layout-key="-h2+d+5c-9-3e"
|
||
data-ad-client="ca-pub-3313149841665250"
|
||
data-ad-slot="4299889232"></ins>
|
||
<script>
|
||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||
</script>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
|
||
}
|
||
</script>
|
||
|
||
<style scoped>
|
||
.adsense-page-top {
|
||
/* background-color: green; */
|
||
cursor: pointer;
|
||
padding-right: 2px;
|
||
border: 1px solid #d7dae2;
|
||
height: 124px !important;
|
||
overflow: hidden;
|
||
}
|
||
</style>
|