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>


  • 相关阅读:
    又玩起了“数独”
    WebService应用:音乐站图片上传
    大家都来DIY自己的Blog啦
    CSS导圆角,不过这个代码没有怎么看懂,与一般的HTML是不同
    网站PR值
    CommunityServer2.0何去何从?
    网络最经典命令行
    炎热八月,小心"落雪"
    Topology activation failed. Each partition must have at least one index component from the previous topology in the new topology, in the same host.
    SharePoint 2013服务器场设计的一些链接
  • 原文地址:https://www.cnblogs.com/jalenFish/p/14099116.html
Copyright © 2011-2022 走看看