app-nav.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "UTF-8";
  2. .text-center.data-v-cd220ac8 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-cd220ac8 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-cd220ac8 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-cd220ac8 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-cd220ac8 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-cd220ac8 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-cd220ac8 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-cd220ac8 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-cd220ac8 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-nav.data-v-cd220ac8 {
  39. width: 750rpx;
  40. height: 80rpx;
  41. font-size: 26rpx;
  42. color: #666666;
  43. position: fixed;
  44. top: 0;
  45. left: 0;
  46. z-index: 1000;
  47. background-color: white;
  48. }
  49. .app-nav > view.data-v-cd220ac8 {
  50. text-align: center;
  51. }
  52. .app-nav text.data-v-cd220ac8 {
  53. display: inline-block;
  54. height: 80rpx;
  55. line-height: 76rpx;
  56. }
  57. .active.data-v-cd220ac8 {
  58. border-bottom: 4rpx solid;
  59. }
  60. .no-active.data-v-cd220ac8 {
  61. border-bottom: 4rpx solid #FFFFFF;
  62. }