zoukankan      html  css  js  c++  java
  • 常用CSS

    {
    
    display: block;/*可以将行内元素转化为块状元素*/
    
    }
    
    {
    
    display: inline-block;/*可以将行内元素转化为块状行内元素*/
    
    }
    
    {
    
    text-align: center;/*文字水平居中*/
    
    line-height: *px;/*如果元素的line-height = height  就会垂直居中  比如 {height: 40px;line-height: 40px;} */
    
    }
    
    {
    
    background-image: url(https://pic.cnblogs.com/avatar/939109/20170623103011.png);   /**/
    
    background-repeat: no-repeat;/**/
    
    background-position: 0px;/**/
    
    }
    内容区

    $("#BTN_SAVE").parent().hide();

  • 相关阅读:
    11.2
    11.1
    10.31JS中级
    10.24
    动画运动
    操作js的样式
    js
    js元素属性
    js轮播
    js计时器
  • 原文地址:https://www.cnblogs.com/renpei/p/12595153.html
Copyright © 2011-2022 走看看