style-two.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @charset "UTF-8";
  2. .text-center.data-v-6b3e55b7 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-6b3e55b7 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-6b3e55b7 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-6b3e55b7 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-6b3e55b7 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-6b3e55b7 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-6b3e55b7 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-6b3e55b7 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-6b3e55b7 {
  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-6b3e55b7 {
  39. width: 524rpx;
  40. margin-left: 22rpx;
  41. background-color: #ffffff;
  42. }
  43. .advert_pic.data-v-6b3e55b7 {
  44. width: 500rpx;
  45. height: 184rpx;
  46. margin: 20rpx 24rpx 20rpx 0;
  47. }
  48. .item.data-v-6b3e55b7 {
  49. margin-left: 2rpx;
  50. height: 158rpx;
  51. width: 524rpx;
  52. margin-bottom: 20rpx;
  53. display: -webkit-box;
  54. display: -webkit-flex;
  55. display: flex;
  56. -webkit-box-pack: start;
  57. -webkit-justify-content: flex-start;
  58. justify-content: flex-start;
  59. -webkit-box-align: center;
  60. -webkit-align-items: center;
  61. align-items: center;
  62. }
  63. .item .img_box.data-v-6b3e55b7 {
  64. height: 128rpx;
  65. width: 150rpx;
  66. display: -webkit-box;
  67. display: -webkit-flex;
  68. display: flex;
  69. -webkit-box-align: center;
  70. -webkit-align-items: center;
  71. align-items: center;
  72. margin: 0rpx 20rpx;
  73. }
  74. .item .img_box .pic_url.data-v-6b3e55b7 {
  75. display: inline-block;
  76. max-width: 100%;
  77. max-height: 80%;
  78. }
  79. .big_pic_url.data-v-6b3e55b7 {
  80. height: 158rpx;
  81. width: 524rpx;
  82. }
  83. .no-empty.data-v-6b3e55b7 {
  84. width: 100%;
  85. margin-top: 150rpx;
  86. }