style-five.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. @charset "UTF-8";
  2. .text-center.data-v-787cf3d7 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-787cf3d7 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-787cf3d7 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-787cf3d7 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-787cf3d7 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-787cf3d7 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-787cf3d7 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-787cf3d7 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-787cf3d7 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .margin-fixed.data-v-787cf3d7 {
  39. margin-top: 188rpx;
  40. }
  41. .nav.data-v-787cf3d7 {
  42. width: 100%;
  43. padding-top: 24rpx;
  44. padding-left: 24rpx;
  45. background-color: #ffffff;
  46. margin-top: 188rpx;
  47. }
  48. .head.data-v-787cf3d7 {
  49. position: fixed;
  50. top: 88rpx;
  51. left: 0;
  52. z-index: 1000;
  53. }
  54. .name.data-v-787cf3d7 {
  55. border: 1rpx solid #cccccc;
  56. font-size: 28rpx;
  57. padding: 0 28rpx;
  58. display: inline-block;
  59. height: 54rpx;
  60. line-height: 54rpx;
  61. margin-right: 24rpx;
  62. border-radius: 28rpx;
  63. margin-bottom: 20rpx;
  64. }
  65. .default.data-v-787cf3d7 {
  66. color: #666666;
  67. }
  68. .active.data-v-787cf3d7 {
  69. border: 1rpx solid;
  70. }
  71. .u-loading-list.data-v-787cf3d7 {
  72. height: 64rpx;
  73. line-height: 64rpx;
  74. text-align: center;
  75. color: #b0b0b0;
  76. font-size: 24rpx;
  77. }