reader-header.wxss 663 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .header.data-v-4e83255d {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. display: flex;
  7. justify-content: space-between;
  8. align-items: center;
  9. padding-left: 20rpx;
  10. padding-right: 20rpx;
  11. background-color: #ffffff;
  12. z-index: 100;
  13. }
  14. .header-left.data-v-4e83255d,
  15. .header-right.data-v-4e83255d {
  16. display: flex;
  17. align-items: center;
  18. }
  19. .header-right.data-v-4e83255d {
  20. gap: 30rpx;
  21. }
  22. .back-btn.data-v-4e83255d,
  23. .icon-btn.data-v-4e83255d {
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. color: #000000;
  28. }
  29. .icon.data-v-4e83255d {
  30. font-family: "iconfont";
  31. font-size: 40rpx;
  32. }
  33. .icon-text.data-v-4e83255d {
  34. font-size: 20rpx;
  35. margin-top: 4rpx;
  36. }