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.

187 lines
2.6 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. .text{
  24. float: left;
  25. font-size: 26rpx;
  26. color: #999;
  27. }
  28. .mpren{
  29. float: left;
  30. font-size: 24rpx;
  31. color: #FD832D;
  32. margin-left: 20rpx;
  33. }
  34. .siteText{
  35. font-size: 28rpx;
  36. }
  37. .phoneBox{
  38. overflow: hidden;
  39. }
  40. .name{
  41. float: left;
  42. font-size: 24rpx;
  43. color: #999;
  44. }
  45. .phone{
  46. font-size: 24rpx;
  47. color: #999;
  48. float: left;
  49. margin-left: 30rpx
  50. }
  51. .pudataSite{
  52. position: absolute;
  53. padding: 10rpx;
  54. border: 1rpx solid #999;
  55. top: 40rpx;
  56. right: 10rpx;
  57. font-size: 26rpx;
  58. border-radius: 8rpx;
  59. color: rgb(36, 36, 36);
  60. }
  61. .commodityBox{
  62. background-color: #fff;
  63. border-radius: 10rpx;
  64. overflow: hidden;
  65. margin-top: 20rpx;
  66. }
  67. .imgBox{
  68. float: left;
  69. width: 30%;
  70. height: 140rpx;
  71. background-color: darkturquoise;
  72. margin: 20rpx 0 20rpx 20rpx;
  73. }
  74. .commodityDie{
  75. width: 60%;
  76. float: left;
  77. margin: 20rpx 0 20rpx 10rpx;
  78. }
  79. .merchandiseName{
  80. font-size: 26rpx;
  81. color: #999;
  82. }
  83. .priceBox{
  84. margin-top: 10rpx;
  85. font-size: 26rpx;
  86. overflow: hidden;
  87. }
  88. .price{
  89. font-size: 26rpx;
  90. color: #FD832D;
  91. float: left;
  92. }
  93. .numberBox{
  94. overflow: hidden;
  95. bottom: 20rpx
  96. }
  97. .add{
  98. float: right;
  99. width: 30rpx;
  100. text-align: center;
  101. }
  102. .number{
  103. float: right;
  104. width: 30rpx;
  105. text-align: center;
  106. }
  107. .dle{
  108. float: right;
  109. width: 30rpx;
  110. text-align: center;
  111. }
  112. .costBox{
  113. overflow: hidden;
  114. margin: 20rpx;
  115. }
  116. .costBox .text{
  117. font-size: 26rpx;
  118. color: #000;
  119. float: left;
  120. }
  121. .costBox .num{
  122. font-size: 26rpx;
  123. float: right;
  124. }
  125. .accountBox{
  126. margin-left: 20rpx;
  127. margin-right: 20rpx;
  128. margin-top: 100rpx;
  129. padding-top: 40rpx;
  130. margin-bottom: 20rpx;
  131. border-top: 1rpx silver solid;
  132. overflow: hidden;
  133. }
  134. .total{
  135. float: left;
  136. font-size: 26rpx;
  137. }
  138. .money{
  139. float: right;
  140. font-size: 26rpx;
  141. }
  142. .payBox{
  143. position: fixed;
  144. bottom: 40rpx;
  145. left: 20rpx;
  146. width: 96%;
  147. background-color: #fff;
  148. padding: 30rpx 0;
  149. border-radius: 10rpx;
  150. }
  151. .moneyStr{
  152. float: left;
  153. color: red;
  154. line-height: 60rpx;
  155. border-radius: 10rpx;
  156. font-weight: 600;
  157. margin-left: 20rpx
  158. }
  159. .pay{
  160. float: right;
  161. width: 220rpx;
  162. height: 60rpx;
  163. background-color: #FD832D;
  164. border-radius: 10rpx;
  165. color: #fff;
  166. line-height: 60rpx;
  167. margin-right: 20rpx;
  168. text-align: center;
  169. }
  170. .amendBox{
  171. width: 100%;
  172. top: 0;
  173. position: fixed;
  174. height: 100vh;
  175. background-color: rgba(36, 36, 36, 0.3);
  176. }
  177. .shade{
  178. width: 80%;
  179. max-height: 70vh;
  180. overflow: scroll;
  181. margin: 300rpx auto 0 auto;
  182. }