zhihui.hbs 1.54 KB
<style>
    html,body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    div {
        margin: 0;
        padding: 0;
    }
    .wrapper {
        position: relative;
        width: 100%;

    }

    .container {
        position: relative;
        margin: 0 auto;
    }

    img {
        width:100%;
        float: left;
    }

    ul {
        list-style: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    ul li {
        position: relative;
        width:100%;
        overflow: hidden;
    }

    #btn_download {
        position:  absolute;
        width: 73%;
        height: 14%;
        top: 75.5%;
        left: 13%;
    }
</style>
<div class="wrapper">
    <div class="container">
        <ul>
            <li>
                <img src="https://feature.yoho.cn/0113/images/01ff33cffc05e280bd701b90801835ad51.jpg?imageView2/2/q/75/">
                <a id="btn_download" href="{{downloadLink}}" target="_blank"></a>
            </li>
            <li>
                <img src="https://feature.yoho.cn/0113/images/015d6241108a4db156d4153a5645bd283e.jpg?imageView2/2/q/75/">
            </li>
            <li>
                <img src="https://feature.yoho.cn/0113/images/01651b926f5f22f4b00b6809925e4388a3.jpg?imageView2/2/q/75/">
            </li>
            <li>
                <img src="https://feature.yoho.cn/0113/images/0157ad8f797d97f10cc21bd30333c5a7c5.jpg?imageView2/2/q/75/">
            </li>
        </ul>
        <input type="hidden" id="no-download" name="">
    </div>
</div>