随笔分类 - css
摘要:1.flex布局 justify-content: center;(水平居中) align-items: center;(垂直居中) <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="t
阅读全文
摘要:一】去除选中时边框样式 outline:none; input{ background:none; outline:none; border:1px solid #ccc; } input:focus{ border:none; } 二】修改光标颜色 1.直接更改字体颜色就可以改变光标颜色 inpu
阅读全文
摘要:效果图如下 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box{ position: relative; height: 300px; width:
阅读全文
摘要:transform: scale();缩放在IE浏览器下会有抖动 transform缩放在IE浏览器下会有抖动 可以在缩放的同时添加一个旋转 如: transform: scale(1.2); 换成: transform: scale(1.2) rotate(0.1deg); transform:t
阅读全文

浙公网安备 33010602011771号