2018年6月27日
摘要: CSS3转换-2D 1.rotate:2D旋转,以上为0度正数顺时针,负数逆时针。 2.translate:可以分开写translateX()和translateY(),括号里面具体的值。 合并写translate(x,y);例:translate(200px,50%)。 3.scale:大小,x和 阅读全文
posted @ 2018-06-27 23:23 想养猫的通信狗 阅读(119) 评论(0) 推荐(0) 编辑
摘要: @font-face{ font-family:"myFont"; src: url('myFont.eot');/*ie9+*/ src: url('myFont.eot?#iefix') format('embedded-opentype'),/*ie6~8*/ url('myFont.ttf' 阅读全文
posted @ 2018-06-27 17:40 想养猫的通信狗 阅读(98) 评论(0) 推荐(0) 编辑