调度框架
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
<template>
|
||||
<div class="adsense-right" @click="$sendGaEvent('AdSense', 'AdSenseRightSide', 'AdSenseRightSide')">
|
||||
<div class="adsense-right">
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- 右侧垂直 -->
|
||||
<!-- AdSenseRightSide -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block; height: 40vh; max-width: calc(50vw - 720px); min-width: 200px;"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-3313149841665250"
|
||||
data-ad-slot="2638666669"
|
||||
></ins>
|
||||
<!-- data-ad-format="auto"
|
||||
data-full-width-responsive="true" -->
|
||||
data-ad-format="auto"
|
||||
data-full-width-responsive="true"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
@ -28,13 +27,13 @@ export default {
|
||||
<style scoped>
|
||||
|
||||
.adsense-right {
|
||||
width: 500px;
|
||||
max-width: calc(50vw - 720px);
|
||||
height: 40vh;
|
||||
width: calc(50vw - 700px);
|
||||
max-width: 450px;
|
||||
height: 50vh;
|
||||
position: fixed;
|
||||
bottom: 80px;
|
||||
right: 10px;
|
||||
/* background-color: grey; */
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user