poster.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. @charset "UTF-8";
  2. .text-center.data-v-132a9d26 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-132a9d26 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-132a9d26 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-132a9d26 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-132a9d26 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-132a9d26 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-132a9d26 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-132a9d26 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-132a9d26 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .head.data-v-132a9d26 {
  39. width: 100%;
  40. }
  41. .head .poster.data-v-132a9d26 {
  42. margin: 50rpx auto;
  43. width: 600rpx;
  44. height: 1067.2rpx;
  45. background-size: 100% 100%;
  46. background-position: center;
  47. background-repeat: no-repeat;
  48. position: relative;
  49. }
  50. .head .poster .user.data-v-132a9d26 {
  51. position: absolute;
  52. top: 52.8rpx;
  53. left: 0;
  54. right: 0;
  55. width: 90%;
  56. margin: 0 auto;
  57. color: #fff;
  58. font-size: 24rpx;
  59. text-align: center;
  60. }
  61. .head .poster .user image.data-v-132a9d26 {
  62. border-radius: 50%;
  63. width: 104rpx;
  64. height: 104rpx;
  65. margin: 0 auto 20rpx;
  66. }
  67. .head .poster .info.data-v-132a9d26 {
  68. position: absolute;
  69. top: 274.8rpx;
  70. left: 0;
  71. color: #fff;
  72. height: 156rpx;
  73. width: 100%;
  74. }
  75. .head .poster .info .card-pic.data-v-132a9d26 {
  76. width: 96rpx;
  77. height: 96rpx;
  78. border-radius: 50%;
  79. margin: 0 19.2rpx 0 60.8rpx;
  80. }
  81. .head .poster .info .name.data-v-132a9d26 {
  82. width: 264rpx;
  83. color: #353535;
  84. font-size: 27rpx;
  85. }
  86. .head .poster .info .discout.data-v-132a9d26 {
  87. width: 228.8rpx;
  88. font-size: 48rpx;
  89. }
  90. .head .poster .info .discout text.data-v-132a9d26 {
  91. font-size: 27rpx;
  92. margin-top: 14rpx;
  93. }
  94. .head .poster .info .use-info.data-v-132a9d26 {
  95. color: #353535;
  96. font-size: 24rpx;
  97. }
  98. .head .poster .info .use-info view.data-v-132a9d26 {
  99. margin: 5rpx 0;
  100. width: 100%;
  101. }
  102. .head .poster .info .use-info .min-price.data-v-132a9d26 {
  103. font-size: 27rpx;
  104. }
  105. .head .poster .expire.data-v-132a9d26 {
  106. position: absolute;
  107. bottom: 320rpx;
  108. left: 0;
  109. text-align: center;
  110. width: 100%;
  111. }
  112. .head .poster .expire > text.data-v-132a9d26 {
  113. border-radius: 24rpx;
  114. background-color: rgba(0, 0, 0, 0.2);
  115. padding: 9rpx 19.2rpx;
  116. color: #fff;
  117. font-size: 20rpx;
  118. }
  119. .head .poster .qrcode.data-v-132a9d26 {
  120. position: absolute;
  121. bottom: 110rpx;
  122. left: 0;
  123. right: 0;
  124. width: 192rpx;
  125. height: 192rpx;
  126. margin: 0 auto;
  127. border-radius: 50%;
  128. }
  129. .button.data-v-132a9d26 {
  130. font-size: 32rpx;
  131. border-radius: 40rpx;
  132. height: 68rpx;
  133. margin: 0 auto 50rpx;
  134. color: #ffffff;
  135. width: 500rpx;
  136. }