C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

229 lines
3.3 KiB

  1. .page{
  2. background: #F4F5F9;
  3. }
  4. .box{
  5. width: 96%;
  6. margin: 0 auto;
  7. }
  8. .addSeit{
  9. text-align: center;
  10. padding: 20rpx 0;
  11. }
  12. .siteBox{
  13. background-color: #fff;
  14. border-radius: 10rpx;
  15. overflow: hidden;
  16. margin-top: 20rpx;
  17. position: relative;
  18. }
  19. .siteTitle{
  20. overflow: hidden;
  21. margin: 20rpx ;
  22. }
  23. .siteTitleArr{
  24. overflow: hidden;
  25. margin: 20rpx 0;
  26. }
  27. .text{
  28. float: left;
  29. font-size: 26rpx;
  30. color: #999;
  31. }
  32. .mpren{
  33. float: left;
  34. font-size: 24rpx;
  35. color: #FD832D;
  36. margin-left: 20rpx;
  37. }
  38. .siteText{
  39. font-size: 26rpx;
  40. color: #999;
  41. }
  42. .phoneBox{
  43. overflow: hidden;
  44. }
  45. .name{
  46. float: left;
  47. font-size: 28rpx;
  48. color: #000;
  49. }
  50. .phone{
  51. font-size: 28rpx;
  52. color: #000;
  53. float: left;
  54. margin-left: 30rpx
  55. }
  56. .pudataSite{
  57. position: absolute;
  58. padding: 10rpx;
  59. border: 1rpx solid #999;
  60. top: 40rpx;
  61. right: 10rpx;
  62. font-size: 26rpx;
  63. border-radius: 8rpx;
  64. color: rgb(36, 36, 36);
  65. }
  66. .commodityBox{
  67. background-color: #fff;
  68. border-radius: 10rpx;
  69. overflow: hidden;
  70. margin-top: 20rpx;
  71. }
  72. .imgBox{
  73. float: left;
  74. width: 30%;
  75. height: 140rpx;
  76. background-color: darkturquoise;
  77. margin: 20rpx 0 20rpx 20rpx;
  78. }
  79. .commodityDie{
  80. width: 60%;
  81. float: left;
  82. margin: 20rpx 0 20rpx 10rpx;
  83. }
  84. .merchandiseName{
  85. font-size: 26rpx;
  86. color: #999;
  87. }
  88. .priceBox{
  89. margin-top: 10rpx;
  90. font-size: 26rpx;
  91. overflow: hidden;
  92. }
  93. .price{
  94. font-size: 26rpx;
  95. color: #FD832D;
  96. float: left;
  97. }
  98. .numberBox{
  99. overflow: hidden;
  100. bottom: 20rpx
  101. }
  102. .add{
  103. float: right;
  104. width: 40rpx;
  105. height: 40rpx;
  106. text-align: center;
  107. border: 1rpx #999 solid;
  108. border-radius: 50%;
  109. color: #999;
  110. }
  111. .number{
  112. float: right;
  113. width: 30rpx;
  114. height: 40rpx;
  115. line-height: 40rpx;
  116. text-align: center;
  117. margin: 0 10rpx;
  118. }
  119. .dle{
  120. float: right;
  121. width: 40rpx;
  122. height: 40rpx;
  123. text-align: center;
  124. border: 1rpx #999 solid;
  125. border-radius: 50%;
  126. color: #999;
  127. }
  128. .costBox{
  129. overflow: hidden;
  130. margin: 20rpx;
  131. }
  132. .costBox .text{
  133. font-size: 26rpx;
  134. color: #000;
  135. float: left;
  136. }
  137. .costBox .num{
  138. font-size: 26rpx;
  139. float: right;
  140. }
  141. .accountBox{
  142. margin-left: 20rpx;
  143. margin-right: 20rpx;
  144. margin-top: 100rpx;
  145. padding-top: 40rpx;
  146. margin-bottom: 20rpx;
  147. border-top: 1rpx silver solid;
  148. overflow: hidden;
  149. }
  150. .total{
  151. float: left;
  152. font-size: 26rpx;
  153. }
  154. .money{
  155. float: right;
  156. font-size: 26rpx;
  157. }
  158. .payBox{
  159. position: fixed;
  160. bottom: 40rpx;
  161. left: 20rpx;
  162. width: 96%;
  163. background-color: #fff;
  164. padding: 30rpx 0;
  165. border-radius: 10rpx;
  166. }
  167. .moneyStr{
  168. float: left;
  169. color: red;
  170. line-height: 60rpx;
  171. border-radius: 10rpx;
  172. font-weight: 600;
  173. margin-left: 20rpx
  174. }
  175. .pay{
  176. float: right;
  177. width: 220rpx;
  178. height: 60rpx;
  179. background-color: #FD832D;
  180. border-radius: 10rpx;
  181. color: #fff;
  182. line-height: 60rpx;
  183. margin-right: 20rpx;
  184. text-align: center;
  185. }
  186. .amendBox{
  187. width: 100%;
  188. top: 0;
  189. position: fixed;
  190. height: 100vh;
  191. background-color: rgba(36, 36, 36, 0.3);
  192. }
  193. .shade{
  194. width: 80%;
  195. max-height: 70vh;
  196. overflow: scroll;
  197. margin: 300rpx auto 0 auto;
  198. }
  199. .ditText{
  200. position: absolute;
  201. top: 40rpx;
  202. right: 40rpx;
  203. background-color: #FD832D;
  204. padding: 10rpx;
  205. color: #fff;
  206. font-size: 24rpx;
  207. border-radius: 10rpx;
  208. }
  209. .addStie{
  210. width: 80%;
  211. margin: 40rpx auto;
  212. background-color: #FD832D;
  213. color: #fff;
  214. border-radius: 50rpx;
  215. padding: 10rpx 0;
  216. text-align: center;
  217. }