app-goods-time.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @charset "UTF-8";
  2. .text-center.data-v-15621276 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-15621276 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-15621276 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-15621276 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-15621276 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-15621276 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-15621276 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-15621276 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-15621276 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-goods-time.data-v-15621276 {
  39. width: 750rpx;
  40. height: 88rpx;
  41. position: relative;
  42. }
  43. .app-goods-time .app-image.data-v-15621276 {
  44. width: 750rpx;
  45. height: 88rpx;
  46. background-repeat: no-repeat;
  47. background-size: 100% 100%;
  48. }
  49. .app-goods-time .app-goods-info.data-v-15621276 {
  50. position: absolute;
  51. left: 24rpx;
  52. bottom: 12rpx;
  53. color: #fff;
  54. font-size: 32rpx;
  55. }
  56. .app-goods-time .app-goods-info .app-goods-price.data-v-15621276 {
  57. font-family: DIN;
  58. font-size: 56rpx;
  59. }
  60. .app-goods-time .app-goods-info .app-goods-sales.data-v-15621276 {
  61. margin-left: 16rpx;
  62. font-size: 20rpx;
  63. }
  64. .app-goods-time .app-content.data-v-15621276 {
  65. position: absolute;
  66. right: 20rpx;
  67. top: 0;
  68. height: 88rpx;
  69. width: 300rpx;
  70. }
  71. .app-goods-time .app-content .app-text.data-v-15621276 {
  72. font-size: 22rpx;
  73. color: #ffffff;
  74. text-align: center;
  75. margin-top: 2rpx;
  76. }
  77. .app-goods-time .app-content .over-text.data-v-15621276 {
  78. font-size: 32rpx;
  79. line-height: 88rpx;
  80. margin-top: 0;
  81. }
  82. .app-goods-time .app-content .app-time.data-v-15621276 {
  83. color: white;
  84. height: 40rpx;
  85. font-size: 26rpx;
  86. margin-top: 6rpx;
  87. }
  88. .app-goods-time .app-content .app-time .app-num.data-v-15621276 {
  89. display: inline-block;
  90. width: 44rpx;
  91. height: 40rpx;
  92. line-height: 40rpx;
  93. background-color: white;
  94. border-radius: 8rpx;
  95. color: #353535;
  96. text-align: center;
  97. }
  98. .app-goods-time .app-content .app-time .app-right.data-v-15621276 {
  99. margin: 0 4rpx;
  100. }