原来and与(之间也必须有空格
@media screen and( max-width:600px){
figure{ width: 100%;}
}
@media screen and ( max-width:600px){
figure{ width: 100%;}
}
@media screen and( max-width:600px){
figure{ width: 100%;}
}
@media screen and ( max-width:600px){
figure{ width: 100%;}
}
2015-08-28
我的代码链接:https://github.com/Adorabletanzi/css3/tree/master/photoShow_v1.0
希望大家多多指正~~~嘿嘿
希望大家多多指正~~~嘿嘿
2015-08-28
@media screnn and(min-width:601px) and (max-windth:600px){width:100%}
@media screen and (max-width:1000px){figure{width:50%}}
@media screen and (min-width:1001px){figure{width:33.33%}}
@media screen and (max-width:1000px){figure{width:50%}}
@media screen and (min-width:1001px){figure{width:33.33%}}
2015-08-27
transform属性:
1、translate(水平)-- transform:translate(10px,10px);
2、rotate(旋转)-- transform:rotate(90deg);
3、scale(缩放)-- transform:scale(0.5,,0.5);
4、skew(缩放)-- transform:skew(50deg,,0deg);
时间: 2天前
1、translate(水平)-- transform:translate(10px,10px);
2、rotate(旋转)-- transform:rotate(90deg);
3、scale(缩放)-- transform:scale(0.5,,0.5);
4、skew(缩放)-- transform:skew(50deg,,0deg);
时间: 2天前
2015-08-27