detail.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "UTF-8";
  2. .text-center.data-v-eeda5896 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-eeda5896 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-eeda5896 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-eeda5896 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-eeda5896 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-eeda5896 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-eeda5896 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-eeda5896 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-eeda5896 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .goods-subtitle.data-v-eeda5896 {
  39. padding: 0 20rpx;
  40. font-size: 24rpx;
  41. background-color: #ffffff;
  42. color: #999999;
  43. width: 702rpx;
  44. margin: 0 24rpx;
  45. }
  46. .join-member.data-v-eeda5896 {
  47. background-color: #ffffff;
  48. padding: 0 24rpx;
  49. }
  50. .border-top.data-v-eeda5896 {
  51. border-top: 1rpx solid #e2e2e2;
  52. }
  53. .zhe.data-v-eeda5896 {
  54. height: 80rpx;
  55. background-color: white;
  56. width: 750rpx;
  57. padding: 0 24rpx;
  58. margin-top: 20rpx;
  59. }
  60. .zhe .symbol.data-v-eeda5896 {
  61. width: 116rpx;
  62. font-size: 20rpx;
  63. color: #ff4544;
  64. border: 1rpx solid #ff4544;
  65. border-radius: 4rpx;
  66. text-align: center;
  67. }
  68. .zhe .image.data-v-eeda5896 {
  69. width: 12rpx;
  70. height: 22rpx;
  71. }
  72. .zhe .content.data-v-eeda5896 {
  73. width: 520rpx;
  74. font-size: 21rpx;
  75. color: #666666;
  76. word-break: break-all;
  77. text-overflow: ellipsis;
  78. display: -webkit-box;
  79. -webkit-box-orient: vertical;
  80. -webkit-line-clamp: 1;
  81. overflow: hidden;
  82. margin-left: 12rpx;
  83. }
  84. .detail-vip.data-v-eeda5896 {
  85. padding: 20rpx;
  86. background-color: #ffffff;
  87. width: 702rpx;
  88. margin: 0 24rpx 0 24rpx;
  89. border-radius: 0 0 15rpx 15rpx;
  90. }
  91. .u-bottom-fixed.data-v-eeda5896 {
  92. position: fixed;
  93. bottom: 0;
  94. left: 0;
  95. width: 100%;
  96. z-index: 1601;
  97. background-color: #ffffff;
  98. }
  99. .u-bottom-height-0.data-v-eeda5896 {
  100. height: 110rpx;
  101. }
  102. .u-bottom-height-1.data-v-eeda5896 {
  103. height: 190rpx;
  104. }
  105. .goods-margin.data-v-eeda5896 {
  106. margin-top: 20rpx;
  107. }
  108. .bd-info-extra.data-v-eeda5896 {
  109. padding: 0 20rpx;
  110. background-color: #ffffff;
  111. width: 702rpx;
  112. margin: 0 24rpx;
  113. }