customNav.wxss 900 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .contentView{
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. z-index: 999;
  7. background-color: #E02F73;
  8. }
  9. .navBarBox{
  10. display: flex;
  11. width: 100%;
  12. background-color: #E02F73;
  13. }
  14. .navBar {
  15. display: flex;
  16. width: 94%;
  17. margin-left: 3%;
  18. padding-bottom: 10rpx;
  19. display: flex;
  20. flex-direction: row;
  21. justify-content: space-between;
  22. align-items: center
  23. }
  24. .logo {
  25. width: 50rpx;
  26. height: 50rpx;
  27. margin-left: 6rpx;
  28. }
  29. .textlable{
  30. flex-direction:column;
  31. margin-left: 20rpx;
  32. }
  33. .textlableR{
  34. flex-direction:column;
  35. margin-left: 20rpx;
  36. }
  37. .lableTR{
  38. font-size: 32rpx;
  39. color: white;
  40. }
  41. .lableT{
  42. font-size: 30rpx;
  43. color: white;
  44. }
  45. .lableB{
  46. font-size: 22rpx;
  47. color: white;
  48. }
  49. .leftconten{
  50. display: flex;
  51. flex-direction: row;
  52. justify-content:flex-start;
  53. }
  54. .rightconten{
  55. display: flex;
  56. flex-direction: row;
  57. justify-content:flex-end;
  58. }
  59. .mycart {
  60. margin-right: 10rpx;
  61. width: 50rpx;
  62. height: 50rpx;
  63. }