2020/8/8

display flex自动换行

flex-wrap: wrap;

  • css
  • 2020/8/8
  • 700
  • 2020/8/8

    css文字删除线/下划线text-decoration

    值 描述 none 默认。定义标准的文本。 underline 定义文本下的一条线。 overline 定义文本上的一条线。 line-through 定义穿过文本下的一条线。 blink 定义闪烁的文本。 inherit 规定应该从父元素继…

  • css
  • 2020/8/8
  • 896
  • 2020/8/8

    display:flex子元素居右显示

    flex:1 text-algin:right;

  • css
  • 2020/8/8
  • 687
  • 2020/7/9

    div 放大缩小

    transform scale(x) x>1 放大  x<1 缩小

  • css html
  • 2020/7/9
  • 665
  • 2020/7/1

    html禁止选中文本

    -moz-user-select:none;         -webkit-user-select:none;         user-select:none;

  • css html
  • 2020/7/1
  • 641
  • 2020/7/1

    css3动画执行完不恢复

    animation:showbody 5s forwards;

  • css html
  • 2020/7/1
  • 669
  • 2020/6/30

    鼠标样式

  • css html
  • 2020/6/30
  • 978