back.wxss 443 B

123456789101112131415161718192021222324
  1. .back {
  2. position: fixed;
  3. left: 0;
  4. width: 60rpx;
  5. padding-left: 30rpx;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. z-index: 99;
  10. }
  11. .title {
  12. position: fixed;
  13. left: 50%;
  14. transform: translateX(-50%);
  15. z-index: 99;
  16. font-size: 32rpx;
  17. font-family: Microsoft YaHei;
  18. font-weight: 400;
  19. color: #000;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }