匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

html<div class="inputEdit"> <div class="editTool"> <div class="item"> <span class=&

指定元素添加touchstart事件$('.prize-btn').on('touchstart',function(){ //...空函数即可 });或body上添加touchstart事件document.body.addEventListener('touchst

.TTF或.OTF,适用于Firefox 3.5、Safari、Opera.EOT,适用于Internet Explorer 4.0+.SVG,适用于Chrome、IPhone

/*单行*/ .text1 {     width:200px;     overflow:hidden;     text-overflow:ellipsis;  &n

checkbox .wx-checkbox-input {     width: 40rpx;     height: 40rpx;     border-radius: 50%;

position: sticky;top:0;

<style>         // 谷歌         input::-webkit-input-placeholder{    &nbs

头部增加<meta name="format-detection" content="telephone=no" />禁止识别手机号<meta name="format-detection" content="telephone=no"&nb

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900" />在需要引用的地方font-family: &quo

 .disabled { pointer-events: none; }<span class="disabled ">点击失效</span>

  <!--我是父盒子--> <div class="father_box"> <!--三个子盒子-->   <div class="son_box1">普通盒子甲</div>   

值描述animation-name规定需要绑定到选择器的 keyframe 名称。。animation-duration规定完成动画所花费的时间,以秒或毫秒计。animation-timing-function规定动画的速度曲线。animation-delay规定在动画开始之前的延迟。animation-iterati

失效原因有2个一个是父级以及以上的祖级有overflow:hidden属性,如果有需要改成 overflow: visible还有一个原因是,父级高度需要大于吸顶对象高度bootstrap 页面布局 如col-lg-3 是以float做浮动的,高度等于吸顶对象高度,所以导至position: sticky无效

百度有很多说法我添加了 -webkit-text-size-adjust: none; 解决了

加在<style>标签里即可page{     background:red;   }

将禁用的按钮灰掉的效果.disabled {     pointer-events: none;     cursor: default;     opacity: 0.6; }选中的按钮.d

css实现loading动画非常方便,也非常实用第一种<!DOCTYPE html><html lang="en"><head>     <meta charset="UTF-

.ani{     visibility:hidden;;//隐藏     -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-tr

pointer-events:none;cursor: default;

栅格参数通过下表可以详细查看 Bootstrap 的栅格系统是如何在多种屏幕设备上工作的。超小屏幕 手机 (<768px)小屏幕 平板 (≥768px)中等屏幕 桌面显示器 (≥992px)大屏幕 大桌面显示器 (≥1200px)栅格系统行为总是水平排列开始是堆叠在一起的,