标签 笔记 下的文章

京东店铺装修 关注+收藏 代码

<div class="j-module" module-function="follow" module-param="{type:'shopId',id:'130737',node:'.item'}" style="cursor: pointer;">
        <span class="item">关注我</span>
</div>

<div class="j-module" module-function="addFavorite" module-param="{title:'花容月貌化妆品-京东旗舰店', url:'http://agoage.jd.com'}">添加收藏</div>

视频背景页面展示

<!DOCTYPE HTML>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
    <style type="text/css">
        *{margin: 0;padding: 0;}
        .bg video {
            width: 100%;
            margin-top: -15px;
            margin-bottom: -15px;
        }
    </style>
    <div class="vedio">
        <div class="bg">
            <video id="bgvideo" muted="true" loop="1" autoplay poster="http://www.apicloud.com/new/video-banner.jpg" class="embed-responsive-item"><source type="video/mp4" src="http://7o50kb.com2.z0.glb.qiniucdn.com/20ss.mp4"></video>
        </div>
        <div class="mask"></div>
    </div>
</body>
</html>