240 发简信
IP属地:北京
  • jquery循环点击每个按钮上两种文字来回切换

    第一种方法: 设为管理员 设为管理员 <js> $(".people_state").each(function() { $(".peop...

  • 纯css实现直线渐变

    渐变 <css> .title{ text-align:center; white-space:nowrap; } .title hr{ bac...

  • 原生js点击图片换头像实例

    <js> function chooseImg(file){ var file=file.files[0]; var reader=ne...

  • 面试中经常被问到css的五种水平垂直居中方法

    <css> 一/*定位和需要定位的元素的margin减去宽高的一半*/ .box{width:300px;height:300px;backgr...

  • css公共样式

    html { font-family:"微软雅黑";} body, ul, ol, li, p, h1, h2, h3, h4, h5, h6,...