zoukankan      html  css  js  c++  java
  • 底部漂浮DIV

      .buttonDiv{background-color: #4e4f50;
                border: 2px solid #83ABD3;
                border-radius: 4px;
                -khtml-opacity: 0.5;
                -moz-opacity: 0.5;
                opacity: 0.7;
                filter: alpha(opacity=40);
                color: #f4f4f4;
                text-align:center; 
                position:fixed;
                97.2%; 
                bottom: 0%;
    }
    
     <div  class="buttonDiv">
            <a href="javascript:void(0)" class="easyui-linkbutton" onclick="submitForm()" style="    padding: 1px 7px;">保存</a>
            <a href="javascript:void(0)" class="easyui-linkbutton" onclick="clearForm()" style="    padding: 1px 7px;">重置</a>
        </div>
  • 相关阅读:
    USB
    Google
    机型参数
    mac
    反编译
    xcode
    Ios 消息推送
    真机:特殊
    Android
    object-c
  • 原文地址:https://www.cnblogs.com/ingstyle/p/6213916.html
Copyright © 2011-2022 走看看