app-head-navigation.wxss 1.3 KB

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