paypage.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* pages/mine/wxml/paypage/paypage.wxss */
  2. page {
  3. padding: 20rpx;
  4. background: #f9f9f9;
  5. width: 100%;
  6. box-sizing: border-box;
  7. }
  8. .site, .goods {
  9. width: 100%;
  10. background: #fff;
  11. padding: 20rpx;
  12. border-radius: 10rpx;
  13. box-shadow: 0 5rpx 10rpx #ccc;
  14. box-sizing: border-box;
  15. margin-bottom: 20rpx;
  16. font-size: 24rpx;
  17. position: relative;
  18. }
  19. .site-title {
  20. font-size: 32rpx;
  21. font-weight: 600;
  22. }
  23. .site-title .name {
  24. margin-right: 30rpx;
  25. }
  26. .site-content {
  27. color: #999;
  28. margin-top: 14rpx;
  29. }
  30. .extra {
  31. position: absolute;
  32. top: 50%;
  33. margin-top: -25rpx;
  34. right: 20rpx;
  35. }
  36. .extra image {
  37. width: 50rpx;
  38. height: 50rpx;
  39. }
  40. .shop-name::after {
  41. content: '';
  42. display: block;
  43. clear: both;
  44. }
  45. .shop-name {
  46. font-size: 28rpx;
  47. font-weight: 600;
  48. padding: 10rpx 0;
  49. border-bottom: 1rpx solid #f1f1f1;
  50. }
  51. .shop-name image {
  52. width: 40rpx;
  53. height: 40rpx;
  54. float: left;
  55. }
  56. .shop-name text {
  57. float: left;
  58. }
  59. .goods {
  60. margin-bottom: 100rpx;
  61. }
  62. .goods-nav {
  63. line-height: 50rpx;
  64. }
  65. .image-img image {
  66. width: 100%;
  67. height: 660rpx;
  68. }
  69. .goods-title, .price, .prices {
  70. font-weight: 700;
  71. font-size: 35rpx;
  72. }
  73. .price {
  74. color: red;
  75. font-size: 40rpx;
  76. float: right;
  77. }
  78. .goods-num:after {
  79. content: '';
  80. display: block;
  81. clear: both;
  82. }
  83. .goods-num {
  84. width: 100%;
  85. margin-bottom: 20rpx;
  86. border-bottom: 2rpx solid #f2f2f2;
  87. }
  88. .expressage {
  89. margin-bottom: 20rpx;
  90. border-bottom: 2rpx solid #f2f2f2;
  91. }
  92. .expressage-text1 {
  93. font-size: 30rpx;
  94. }
  95. .expressage-text2 {
  96. font-size: 30rpx;
  97. float: right;
  98. }
  99. .remarks {
  100. padding: 10rpx 0;
  101. border-bottom: 2rpx solid #f2f2f2;
  102. }
  103. .remarks text {
  104. float: left;
  105. font-size: 30rpx;
  106. }
  107. .remarks input {
  108. width: 80%;
  109. margin-left: 10rpx;
  110. float: left;
  111. box-sizing: border-box;
  112. font-size: 30rpx;
  113. padding-left: 10rpx;
  114. }
  115. .remarks::after {
  116. clear: both;
  117. content: "";
  118. display: block;
  119. }
  120. .sum {
  121. width: 100%;
  122. position: fixed;
  123. left: 0;
  124. bottom: 0;
  125. box-sizing: border-box;
  126. background: #fff;
  127. padding-left: 20rpx;
  128. border-top: 2rpx solid #f2f2f2;
  129. z-index: 99;
  130. }
  131. .prices{
  132. height: 80rpx;
  133. float: right;
  134. font-size: 30rpx;
  135. font-weight: 400;
  136. }
  137. .prices text{
  138. height: 100%;
  139. display: block;
  140. float: left;
  141. line-height: 80rpx;
  142. }
  143. .prices .total-sum{
  144. font-size: 50rpx;
  145. color: red;
  146. margin-right: 20rpx;
  147. }
  148. .submission {
  149. float: right;
  150. padding: 5rpx 40rpx;
  151. box-sizing: border-box;
  152. font-size: 30rpx;
  153. background: red;
  154. color: #fff;
  155. border-radius: 0;
  156. }
  157. .sum::after, .red-packet::after {
  158. clear: both;
  159. content: "";
  160. display: block;
  161. }
  162. .price-right {
  163. float: right;
  164. }
  165. .red-packet .rp-text {
  166. float: left;
  167. font-size: 30rpx;
  168. line-height: 60rpx;
  169. }
  170. .red-packet .switch-box {
  171. float: right;
  172. }
  173. .price-text1 {
  174. font-size: 24rpx;
  175. color: #000;
  176. font-weight: 400;
  177. }
  178. .red-packet{
  179. border-bottom: 2rpx solid #f2f2f2;
  180. padding-bottom: 10rpx;
  181. margin-bottom: 20rpx;
  182. }