topbar.wxss 222 B

1234567891011121314151617
  1. /* components/topbar.wxss */
  2. .topbar {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. z-index: 999;
  7. }
  8. .topbar .back {
  9. width: 36rpx;
  10. height: 36rpx;
  11. }
  12. .topbar .back image {
  13. width: 20rpx;
  14. height: 36rpx;
  15. }