廣告彈窗/小視窗程式碼

zgpeterliu發表於2018-05-10
<div class="gg" style="position: fixed;right: 15px;bottom: 63px;text-align: right;z-index: 1;">
<p>關閉</p>
<a href="https://shop.styletc.cn/index/cate/index/id/11.html">
   <img src="https://ws1.sinaimg.cn/large/639e621fgy1fne54ctmpij207b0a7mxc.jpg">
</a>
</div>


div {
    position: fixed;
    right: 15px;
    bottom: 63px;

    text-align: right;
    z-index: 1;
}




p {
    margin: 0 0 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}




a {
    color: #c69;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}




img {
    border: 0;
    max-width: 100%;
    height: auto;

}
img {
    vertical-align: middle;
}

相關文章