index.wxss 1.2 KB

12345678910111213141516
  1. @import '/app.wxss';
  2. /* .home{position: fixed ;bottom:100rpx;color: white;text-align: center;z-index:99;right:10rpx;}
  3. .home .homeCon{width:86rpx;border-radius:50rpx;padding:34rpx 0;box-sizing:border-box;transition:all 0.3s ease-in-out 0s;opacity:0;transform: scale(0);height:0rpx;color:#e93323;}
  4. .home .homeCon.on{opacity:1;transform: scale(1);height:300rpx;color:#fff;}
  5. .home .homeCon .iconfont{font-size:48rpx;}
  6. .home .pictrue{width:86rpx;height:86rpx;border-radius:50%;margin-top:20rpx;}
  7. .home .pictrue image{width:100%;height:100%;border-radius:50%;} */
  8. .home{position: fixed ;bottom:100rpx;color: white;text-align: center;z-index:99;right:10rpx;height: 86rpx;width:96rpx;overflow:hidden;}
  9. .home.on{width:396rpx;}
  10. .home .homeCon{border-radius:50rpx;box-sizing:border-box;transform:translate3d(500rpx,0,0);transition:all .3s cubic-bezier(.25,.5,.5,.9);height:86rpx;background-color:#f44939;color:#f44939;}
  11. .home .homeCon.on{transform:translate3d(0,0,0);color:#fff;}
  12. .home .homeCon .iconfont{font-size:48rpx;width:100rpx;}
  13. .home .pictrue{width:86rpx;height:86rpx;border-radius:50%;margin-left: 10rpx;margin-top:-86rpx;}
  14. .home .pictrue image{width:100%;height:100%;border-radius:50%;transform: rotate(90deg);}
  15. .home .pictrue.on{margin-top:0;}