app-submit-goods.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. @charset "UTF-8";
  2. .text-center.data-v-47435608 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-47435608 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-47435608 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-47435608 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-47435608 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-47435608 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-47435608 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-47435608 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-47435608 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-submit-goods .composition .composition-item.data-v-47435608 {
  39. margin-top: 24rpx;
  40. }
  41. .app-submit-goods .composition .composition-item .composition-open.data-v-47435608 {
  42. text-align: center;
  43. background-color: #fff;
  44. height: 84rpx;
  45. }
  46. .app-submit-goods .composition .composition-item .composition-open .composition-btn.data-v-47435608 {
  47. display: inline-block;
  48. border: 2rpx solid #bbbbbb;
  49. font-size: 24rpx;
  50. color: #999999;
  51. padding: 0 24rpx;
  52. margin: 12rpx 0 16rpx;
  53. height: 56rpx;
  54. line-height: 54rpx;
  55. border-radius: 28rpx;
  56. }
  57. .app-submit-goods .composition .composition-item .composition-open .composition-btn image.data-v-47435608 {
  58. width: 22rpx;
  59. height: 12rpx;
  60. margin-left: 16rpx;
  61. }
  62. .app-submit-goods .composition .composition-item .composition-info.data-v-47435608 {
  63. background-color: #fff;
  64. font-size: 28rpx;
  65. text-align: right;
  66. padding: 24rpx;
  67. }
  68. .app-submit-goods .composition .composition-item .composition-info .composition-discount.data-v-47435608 {
  69. font-size: 24rpx;
  70. }
  71. .app-submit-goods .goods-item.data-v-47435608 {
  72. position: relative;
  73. background: #fff;
  74. padding: 28rpx 32rpx;
  75. border-bottom: 1rpx solid #e2e2e2;
  76. font-size: 28rpx;
  77. }
  78. .app-submit-goods .goods-item .jingwai-tips.data-v-47435608 {
  79. display: -webkit-box;
  80. display: -webkit-flex;
  81. display: flex;
  82. -webkit-box-align: center;
  83. -webkit-align-items: center;
  84. align-items: center;
  85. -webkit-box-pack: center;
  86. -webkit-justify-content: center;
  87. justify-content: center;
  88. position: absolute;
  89. top: -10rpx;
  90. left: -14rpx;
  91. width: 60rpx;
  92. height: 60rpx;
  93. border-radius: 50%;
  94. font-size: 24rpx;
  95. color: white;
  96. -webkit-transform: rotate(-30deg);
  97. transform: rotate(-30deg);
  98. }
  99. .app-submit-goods .goods-item .address-disabled.data-v-47435608 {
  100. background: #ffecec;
  101. color: #ff4544;
  102. position: absolute;
  103. bottom: 0;
  104. left: 0;
  105. right: 22rpx;
  106. padding: 12rpx 0;
  107. text-align: center;
  108. font-size: 20rpx;
  109. z-index: 100;
  110. }
  111. .app-submit-goods .goods-item .goods-image.data-v-47435608 {
  112. width: 156rpx;
  113. height: 156rpx;
  114. display: block;
  115. margin-right: 24rpx;
  116. font-size: 24rpx;
  117. }
  118. .app-submit-goods .goods-item .goods-name.data-v-47435608 {
  119. white-space: nowrap;
  120. overflow: hidden;
  121. text-overflow: ellipsis;
  122. line-height: 1.25;
  123. }
  124. .app-submit-goods .goods-item .attr-list.data-v-47435608 {
  125. margin-bottom: 12rpx;
  126. }
  127. .app-submit-goods .goods-item .attr-list.data-v-47435608, .app-submit-goods .goods-item .goods-num.data-v-47435608 {
  128. font-size: 24rpx;
  129. color: #999999;
  130. }
  131. .app-submit-goods .goods-item .goods-other.data-v-47435608 {
  132. margin-top: 16rpx;
  133. }
  134. .app-submit-goods .goods-item .attr-item.data-v-47435608 {
  135. margin-right: 24rpx;
  136. }
  137. .app-submit-goods .goods-item .attr-item.data-v-47435608:last-child {
  138. margin-right: 0;
  139. }
  140. .app-submit-goods .goods-item .goods-price-info.data-v-47435608 {
  141. text-align: right;
  142. }
  143. .app-submit-goods .goods-item.data-v-47435608:last-child {
  144. border-bottom: none;
  145. }