navbar.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .wx-head-mod {
  2. z-index:100;
  3. box-sizing: border-box;
  4. width: 100%;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. /*background: #0183FA; */
  9. /* background: linear-gradient(-35deg, #613A19 0%, #6F4E2B 100%); */
  10. }
  11. .wx-head-mod-nav {
  12. box-sizing: border-box;
  13. width: 100%;
  14. position: absolute;
  15. left: 0;
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. }
  20. .wx-head-mod-nav-content {
  21. box-sizing: border-box;
  22. width: 100%;
  23. display: flex;
  24. justify-content: left;
  25. align-items: center;
  26. position: relative;
  27. padding-left: 30rpx;
  28. box-sizing: border-box;
  29. }
  30. /* 文本区 */
  31. .wx-head-mod-nav-content-mian {
  32. box-sizing: border-box;
  33. height: 100%;
  34. text-align: center;
  35. white-space: nowrap;
  36. text-overflow: ellipsis;
  37. overflow: hidden;
  38. color:#fff;
  39. font-size:36rpx;
  40. }
  41. /* 返回按钮 */
  42. .wx-head-mod-nav-content-back {
  43. box-sizing: border-box;
  44. width: 60rpx;
  45. height: 100%;
  46. /* background-color: aqua; */
  47. position: absolute;
  48. top: 0;
  49. left: 32rpx;
  50. display: flex;
  51. align-items: center;
  52. justify-content: left;
  53. }
  54. .wx-head-mod-nav-content-back-img {
  55. box-sizing: border-box;
  56. }