style-four.wxss 1.3 KB

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