style-three.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @charset "UTF-8";
  2. .text-center.data-v-7a4bd749 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-7a4bd749 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-7a4bd749 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-7a4bd749 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-7a4bd749 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-7a4bd749 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-7a4bd749 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-7a4bd749 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-7a4bd749 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .style-three.data-v-7a4bd749 {
  39. width: 750rpx;
  40. }
  41. .padding.data-v-7a4bd749 {
  42. padding: 0 27rpx;
  43. }
  44. .item.data-v-7a4bd749 {
  45. width: 120rpx;
  46. margin: 64rpx 27rpx 0 27rpx;
  47. }
  48. .pic_url.data-v-7a4bd749 {
  49. width: 120rpx;
  50. height: 120rpx;
  51. margin-bottom: 20rpx;
  52. }
  53. .name.data-v-7a4bd749 {
  54. color: #353535;
  55. font-size: 26rpx;
  56. width: 100%;
  57. text-align: center;
  58. }
  59. .no-empty.data-v-7a4bd749 {
  60. width: 100%;
  61. margin-top: 150rpx;
  62. background: #f7f7f7;
  63. }