index.wxss 296 B

12345678910111213141516171819202122232425
  1. /**index.wxss**/
  2. .container{
  3. padding: 0;
  4. }
  5. .body{
  6. width: 100%;
  7. height: 100%;
  8. position: fixed;
  9. top: 50%;
  10. left: 0;
  11. transform: translateY(-50%);
  12. }
  13. .a_btn{
  14. position: fixed;
  15. z-index: 99;
  16. bottom: 26%;
  17. left: 50%;
  18. transform: translateX(-50%);
  19. }
  20. .a_btn image{
  21. height: 68rpx;
  22. }