页面加载中...,请稍候。
PHPer
6年前发布了
简单而言,这东西就是自动加前缀的,在link中,或是style中,或是dom元素的style中书写CSS3 code,或是jQuery .css()方法此脚本会自动补上需要的前缀,让响应的浏览器支持该CSS3属... 查看更多
CSS的 :first-child和 :not(:first-child).list-group-regular :first-child{
font-size: inherit !important;
}
.... 查看更多
Yii2的ActiveForm的一个小小的问题,如果表单里有
$form->field($model, 'email')->textInput(['autofocus' => true])
就是a... 查看更多
<input autocomplete="off" /> 就OK了 查看更多
Firefox对 postion:fixed不支持,亲测。 查看更多