goBackHome.wxss 170 B

123456789101112
  1. .goBackHome {
  2. width: 140rpx;
  3. height: 140rpx;
  4. position: fixed;
  5. bottom: 168rpx;
  6. right: 45rpx;
  7. }
  8. .goBackHome image{
  9. width: 100%;
  10. height: 100%;
  11. }