This commit is contained in:
huanqing.shao
2019-10-12 20:01:03 +08:00
parent a38c2a6712
commit b4a2a48480
170 changed files with 471 additions and 34 deletions

View File

@ -1,13 +1,14 @@
<template>
<div class="adsense-right">
<div class="adsense-right" @click="$sendGaEvent('AdSense', 'AdSenseRightSide', 'AdSenseRightSide')">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 右侧垂直 -->
<ins class="adsbygoogle"
style="display:block"
style="display:block; height: 40vh; max-width: calc(50vw - 720px); min-width: 200px;"
data-ad-client="ca-pub-3313149841665250"
data-ad-slot="2638666669"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
></ins>
<!-- data-ad-format="auto"
data-full-width-responsive="true" -->
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
@ -28,11 +29,11 @@ export default {
.adsense-right {
width: 500px;
max-width: calc(50vw - 690px);
height: 50vh;
max-width: calc(50vw - 720px);
height: 40vh;
position: fixed;
top: 10vh;
right: 0.2rem;
bottom: 80px;
right: 10px;
/* background-color: grey; */
}