123456789101112131415161718192021222324252627282930313233 |
- <template>
- <div class="PartnersNews1">
- <!--Тип баннера: Место1 под текстом каждой новости-->
- <!-- <div id="adfox_162065955468519716"></div> -->
- </div>
- </template>
- <script>
- export default {
- mounted() {
- // addEventListener('load', () => {
- // window.Ya.adfoxCode.create({
- // ownerId: 279920,
- // containerId: 'adfox_162065955468519716',
- // params: {
- // pp: 'g',
- // ps: 'dbpj',
- // p2: 'hfck'
- // }
- // })
- // })
- }
- }
- </script>
- <style lang='less'>
- .PartnersNews1 {
- width: 100%;
- height: auto;
- text-align: center;
- background: yellow;
- }
- </style>
|