家政小程序
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.

index.wxss 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. view,
  2. text {
  3. line-height: 1;
  4. }
  5. .icon-check {
  6. width: 27rpx;
  7. height: 27rpx;
  8. }
  9. .total {
  10. height: 100rpx;
  11. background-color: #fff;
  12. display: flex;
  13. justify-content: space-between;
  14. }
  15. .select-all {
  16. padding-left: 20rpx;
  17. line-height: 100rpx;
  18. font-size: 30rpx;
  19. color: #494949;
  20. }
  21. .select-all .icon-check {
  22. margin-right: 20rpx;
  23. vertical-align: -2rpx;
  24. }
  25. .total-price {
  26. display: inline-block;
  27. font-size: 30rpx;
  28. color: #494949;
  29. line-height: 100rpx;
  30. margin-right: 20rpx;
  31. }
  32. .total-price .price {
  33. color: red;
  34. }
  35. .btn-settle {
  36. display: inline-block;
  37. width: 184rpx;
  38. height: 100rpx;
  39. line-height: 100rpx;
  40. text-align: center;
  41. font-size: 28rpx;
  42. color: #fff;
  43. background-color: #00a0e9;
  44. }
  45. .total .btn-delete {
  46. display: inline-block;
  47. width: 184rpx;
  48. height: 100rpx;
  49. line-height: 100rpx;
  50. text-align: center;
  51. font-size: 28rpx;
  52. color: #fff;
  53. background-color: #f72c2c;
  54. }
  55. .module {
  56. background-color: #fff;
  57. }
  58. .module-hd {
  59. height: 100rpx;
  60. display: flex;
  61. justify-content: space-between;
  62. position: relative;
  63. }
  64. .module-hd .tit {
  65. font-size: 30rpx;
  66. color: #494949;
  67. padding-left: 20rpx;
  68. line-height: 100rpx;
  69. }
  70. .module-hd .text-right {
  71. height: 100rpx;
  72. line-height: 100rpx;
  73. font-size: 30rpx;
  74. color: #00a0e9;
  75. padding: 0 20rpx;
  76. }
  77. .module-hd:after {
  78. content: '';
  79. position: absolute;
  80. left: 0;
  81. right: 0;
  82. bottom: 0;
  83. height: 2rpx;
  84. transform: scaleY(.5);
  85. background-color: #d2d2d2;
  86. }
  87. .goods-item {
  88. position: relative;
  89. padding-left: 20rpx;
  90. display: flex;
  91. justify-content: space-between;
  92. }
  93. .goods-item:after {
  94. content: '';
  95. position: absolute;
  96. left: 20rpx;
  97. right: 0;
  98. bottom: 0;
  99. height: 2rpx;
  100. transform: scaleY(.5);
  101. background-color: #d2d2d2;
  102. }
  103. .goods-item:last-child:after {
  104. display: none;
  105. }
  106. .goods-item .left {
  107. padding: 32rpx 0;
  108. }
  109. .goods-item .icon-check {
  110. vertical-align: middle;
  111. margin-right: 20rpx;
  112. }
  113. .goods-img {
  114. display: inline-block;
  115. vertical-align: middle;
  116. width: 134rpx;
  117. height: 134rpx;
  118. background-color: #efefef;
  119. }
  120. .goods-info {
  121. display: inline-block;
  122. vertical-align: middle;
  123. margin-left: 17rpx;
  124. }
  125. .goods-name {
  126. font-size: 30rpx;
  127. color: #494949;
  128. }
  129. .goods-price {
  130. font-size: 34rpx;
  131. color: red;
  132. margin-top: 16rpx;
  133. }
  134. .goods-price .unit {
  135. font-size: 24rpx;
  136. color: red;
  137. }
  138. .goods-item .amount {
  139. font-size: 24rpx;
  140. color: #999;
  141. position: absolute;
  142. top: 50%;
  143. transform: translateY(-50%);
  144. right: 20rpx;
  145. }
  146. .goods-item .num-counter {
  147. margin-bottom: 14rpx;
  148. }
  149. .goods-item .btn-delete {
  150. width: 130rpx;
  151. font-size: 30rpx;
  152. color: #fff;
  153. background-color: #f72c2c;
  154. height: 100%;
  155. position: relative;
  156. }
  157. .goods-item .btn-delete text {
  158. position: absolute;
  159. top: 50%;
  160. left: 50%;
  161. transform: translate(-50%, -50%);
  162. }
  163. .page-bd {
  164. padding-bottom: 100rpx;
  165. }
  166. .page-ft {
  167. position: fixed;
  168. bottom: 0;
  169. width: 100%;
  170. z-index: 10;
  171. }
  172. .booking{
  173. border-top: solid 1rpx #ccc;
  174. }
  175. .label{
  176. line-height: 80rpx;
  177. }