app-menu.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @charset "UTF-8";
  2. .text-center.data-v-2bdeb2f1 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2bdeb2f1 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2bdeb2f1 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2bdeb2f1 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2bdeb2f1 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2bdeb2f1 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2bdeb2f1 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2bdeb2f1 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2bdeb2f1 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .u-bottom-fixed.data-v-2bdeb2f1 {
  39. position: fixed;
  40. bottom: 0;
  41. left: 0;
  42. width: 100%;
  43. z-index: 1500;
  44. background-color: #ffffff;
  45. }
  46. .u-bottom-height.data-v-2bdeb2f1 {
  47. height: 90rpx;
  48. }
  49. .app-menu.data-v-2bdeb2f1 {
  50. height: 90rpx;
  51. width: 100%;
  52. background-color: #fff;
  53. font-size: 22rpx;
  54. border-top: 2rpx solid #e2e2e2;
  55. }
  56. .app-menu .menu-btn.data-v-2bdeb2f1 {
  57. width: 200rpx;
  58. color: #666;
  59. text-align: center;
  60. height: 90rpx;
  61. }
  62. .app-menu .menu-btn image.data-v-2bdeb2f1 {
  63. width: 40rpx;
  64. height: 40rpx;
  65. margin-bottom: 3rpx;
  66. }