zoukankan      html  css  js  c++  java
  • 左右滚动公告代码和上下滚动公告代码

    左右滚动

    <section id="1_607" class="yead_editor" οnmοusedοwn="shifuMouseDown('1_607')" label="Copyright ? 2015 Yead All Rights Reserved." style="font-size:14px;font-family:'Microsoft YaHei';margin: 5px auto;white-space: normal;">
        <section class="yead_bgc" style="position:static;box-sizing:border-box;text-align:center;background-color:#ff391f;padding-top:10px">
            <svg style="100%;height:2em" data-width="100%">
                <text y="16" x="294.184" fill="#ffffff" style="font-size:16px;box-sizing:border-box">
                    <tspan>
                        周末双休日,来淘宝嗨一次。
                    </tspan>
                    <tspan>
                        周末双休日,来淘宝嗨一次。
                    </tspan>
                    <animate attributename="x" from="0" to="120%" begin="0s" dur="5s" repeatcount="indefinite"></animate>

    上下滚动
    <section id="1_609" class="yead_editor" οnmοusedοwn="shifuMouseDown('1_609')" label="Copyright ? 2015 Yead All Rights Reserved." style="font-size:14px;font-family:'Microsoft YaHei';margin: 5px auto;white-space: normal;">
        <section class="yead_bgc" style="position: static; box-sizing: border-box; padding: 0px 10px; background-color: rgb(5, 157, 127);">
            <section style="margin:0;padding:0;text-align:center">
                <svg style="height:2em" data-width="100%">
                    <text y="138.494%" x="50%" fill="#ffffff" style="font-size:16px;text-anchor:middle;box-sizing:border-box">
                        <tspan>
                            周末去哪嗨?来淘宝选购吧。
                        </tspan>
                        <animate attributename="y" from="0%" to="150%" begin="0s" dur="5s" repeatcount="indefinite"></animate>
                    </text>
                </svg>
            </section>
        </section>
    </section>


  • 相关阅读:
    说话
    批处理程序判断命令返回结果 Virus
    摘抄:.NET垃圾回收和资源管理 Virus
    sharepoint:修改域账号密码和本机密码的代码和范例 Virus
    批处理中的for循环 Virus
    NHibernate学习总结:(一)NHibernate的使用和配置 Virus
    关于.NET大数据量大并发量的数据连接池管理 Virus
    爬网日志中的警告信息:文件达到最大下载次数,The file reached the maximum download limit. Check that the full text of the document can be meani Virus
    在批处理中运行.sql文件 Virus
    规划dll的目录 Virus
  • 原文地址:https://www.cnblogs.com/jalenFish/p/14099116.html
Copyright © 2011-2022 走看看