C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

175 строки
2.7 KiB

  1. .spdetailContainer{
  2. width: 100%;
  3. height: 100%;
  4. background: #eee;
  5. }
  6. .spheader{
  7. width: 100%;
  8. height: 186rpx;
  9. background: #fff;
  10. display: flex;
  11. flex-direction: row;
  12. }
  13. .spheaderL{
  14. flex: 1;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. }
  19. .spheaderM{
  20. flex: 2;
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: left;
  24. align-self: center;
  25. }
  26. .shopname{
  27. font-size: 31rpx;
  28. color: #000;
  29. }
  30. .shopaddress{
  31. font-size: 22rpx;
  32. color: #B8B8B8;
  33. margin-top: 20rpx;
  34. }
  35. .spheaderR{
  36. flex: 1;
  37. display: flex;
  38. justify-content: center;
  39. align-items: center;
  40. }
  41. .splogo{
  42. width: 150rpx;
  43. height: 150rpx;
  44. }
  45. .spcode{
  46. width: 100rpx;
  47. height: 100rpx;
  48. }
  49. .spheaderNext{
  50. width: 100%;
  51. height: 150rpx;
  52. background: #fff;
  53. display: flex;
  54. flex-direction: column;
  55. padding-top: 10rpx;
  56. }
  57. .NextTop{
  58. margin-left: 30rpx;
  59. font-size: 30rpx;
  60. color: #000;
  61. }
  62. .NextBottom{
  63. margin-top: 23rpx;
  64. display: flex;
  65. flex-direction: row;
  66. margin-left: 30rpx;
  67. }
  68. .addresslogo{
  69. width: 20rpx;
  70. height: 20rpx;
  71. }
  72. .spphone{
  73. width: 44rpx;
  74. height: 44rpx;
  75. }
  76. .NextBottomL{
  77. flex: 1;
  78. color: #c0c0c0;
  79. font-size: 22rpx;
  80. align-self: center;
  81. }
  82. .NextBottomM{
  83. flex: 3.5;
  84. justify-content: left;
  85. font-size:22rpx;
  86. color: #00C0FF;
  87. align-self: center;
  88. border-top-width: 2rpx;
  89. border-color: #00C0FF;
  90. }
  91. .NextBottomR{
  92. flex: .5
  93. }
  94. .storeDiscount{
  95. width: 100%;
  96. height: auto;
  97. background: #fff;
  98. margin-top: 30rpx
  99. }
  100. .storeDiscountTitle{
  101. width: 100%;
  102. height: 87rpx;
  103. line-height: 87rpx;
  104. }
  105. .storeDiscountTitle text{
  106. margin-left: 30rpx;
  107. font-size:28rpx;
  108. color: #000;
  109. border-bottom: 1px solid #fff;
  110. }
  111. .storeDiscountCon{
  112. width: 100%;
  113. height: auto;
  114. background: #fff;
  115. flex-direction: column;
  116. }
  117. .storeDiscountConItem{
  118. width: 100%;
  119. height: 244rpx;
  120. display: flex;
  121. flex-direction: row;
  122. }
  123. .ConItemL{
  124. flex: 1;
  125. align-self: center;
  126. }
  127. .foodpng{
  128. width: 248rpx;
  129. height: 184rpx;
  130. margin-left: 30rpx;
  131. }
  132. .ConItemR{
  133. margin-top: 22rpx;
  134. flex: 4;
  135. padding-left: 20rpx;
  136. }
  137. .ConItemRT{
  138. color: #000;
  139. font-size: 30rpx;
  140. }
  141. .ConItemRM{
  142. margin-top: 10rpx;
  143. }
  144. .presentPrice{
  145. font-size: 36rpx;
  146. color: #FF3434;
  147. margin-right: 20rpx;
  148. }
  149. .originalPrice{
  150. font-size: 24rpx;
  151. color: #B4B4B4;
  152. text-decoration: line-through;
  153. }
  154. .ConItemRB{
  155. margin-top: 35rpx;
  156. }
  157. .soldnum{
  158. color: #585858;
  159. font-size: 22rpx;
  160. }
  161. .buy{
  162. margin-left: 215rpx;
  163. background: #00C0FF;
  164. color: #fff;
  165. font-size: 28rpx;
  166. width: 114rpx;
  167. height: 50rpx;
  168. line-height: 50rpx;
  169. text-align: center;
  170. border-radius: 10rpx;
  171. display: inline-block;
  172. }