rainsnow.wxss 240 字节
Newer Older
恪愚's avatar
恪愚 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Page{
  background-color: white;
}
#effects{
  width: 750rpx;
  height: 768rpx;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#effect{
  width: 750rpx;
  height: 768rpx;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}