- 昵称:51助手
- 博龄:4年10个月5天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
鼠标经过提示纯css
摘要:html<div class="inputEdit"> <div class="editTool"> <div class="item"> <span class=&
max-device-width和max-width的区别
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet"&n
css active属性手机端不支持,实现按钮效果
摘要:指定元素添加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
css3文本超也显示省略号...
摘要:/*单行*/ .text1 { width:200px; overflow:hidden; text-overflow:ellipsis; &n
微信小程序checkbox样式修改
摘要:checkbox .wx-checkbox-input { width: 40rpx; height: 40rpx; border-radius: 50%;
placeholder 字体颜色
摘要:<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