zoukankan      html  css  js  c++  java
  • css图片文字一排

        <div class="footer1">
            <div class="vercital-head"></div><!-- 羊肉串 -->
            <img class="vercital-body" src="images/上一页.png" onclick="prve()">
            <input class="foot_btn vercital-body" style="background-color: #fe6500;" type="button" name="" value="1">
            <input class="foot_btn vercital-body" type="button" name="" value="2">
            <input class="foot_btn vercital-body" type="button" name="" value="3">
            <input class="foot_btn vercital-body" type="button" name="" value="4">
            <img class="vercital-body" src="images/下一页.png" oncancel="next()">
        </div>
    .footer1{
        position: absolute;
        width: 100%;
        text-align: center;
        top: 87%;
    }
    .footer1 img{
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .vercital-head{
        display: inline-block;
        width: 1px;
        height: 100%;
        vertical-align: middle;
    }
    .vercital-body{
        vertical-align: middle;
        display: inline-block;
    }
  • 相关阅读:
    为linux命令添加别名
    ubuntu安装mongodb
    mysql保存中文乱码问题
    公倍数
    复制网站内容
    孪生素数
    迷宫问题
    递归连续数
    排列平方数
    基因牛
  • 原文地址:https://www.cnblogs.com/moguzi12345/p/7873406.html
Copyright © 2011-2022 走看看