1
bsfx2 Feb 3, 2014
position: fixed;
top: 0%; right: 0%; 不可以吗? |
2
catoncat Feb 3, 2014
把包裹这四个元素的div的css里面的 left:0 和 bottom:0 改成top: 0和right: 0
如果还不行直接给body标签加上-webkit-transform: rotate(180deg) |