index.less 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. page {
  2. background: #f6f6f6;
  3. padding-bottom: 50rpx;
  4. }
  5. .top {
  6. padding: 20rpx 30rpx;
  7. .top-image {
  8. width: 120rpx;
  9. height: 120rpx;
  10. }
  11. .top-figure {
  12. margin-bottom: 20rpx;
  13. }
  14. .image {
  15. width: 120rpx;
  16. height: 120rpx;
  17. }
  18. .input {
  19. width: 100%;
  20. border-bottom: 1rpx solid #adabab;
  21. margin: 20rpx 0 0 0;
  22. padding-bottom: 20rpx;
  23. }
  24. .top-input {
  25. display: flex;
  26. justify-content: space-between;
  27. margin-top: 20rpx;
  28. .top-txt {
  29. display: flex;
  30. justify-content: space-between;
  31. border-bottom: 1rpx solid #adabab;
  32. width: 40%;
  33. .inputs {
  34. margin: 0rpx 20rpx 20rpx 0rpx;
  35. width: 180rpx;
  36. }
  37. }
  38. }
  39. }
  40. .goods-title {
  41. display: flex;
  42. justify-content: space-between;
  43. padding: 20rpx 30rpx;
  44. background: #e7e6e6;
  45. border-radius: 20rpx;
  46. width: 90%;
  47. margin: 20rpx auto;
  48. .goods-titles {
  49. display: flex;
  50. justify-content: space-between;
  51. }
  52. .images {
  53. display: flex;
  54. .goods-place {
  55. width: 60rpx;
  56. height: 60rpx;
  57. margin: 0 20rpx;
  58. }
  59. }
  60. .goods-txt {
  61. margin: 20rpx 0;
  62. }
  63. .txt-placeholder {
  64. display: flex;
  65. margin: 20rpx 0;
  66. .txt-place {
  67. color: #918d8d;
  68. margin-right: 20rpx;
  69. }
  70. }
  71. }
  72. .goods-titlet {
  73. // display: flex;
  74. // justify-content: space-between;
  75. padding: 20rpx 30rpx;
  76. background: #e7e6e6;
  77. border-radius: 20rpx;
  78. width: 90%;
  79. margin: 20rpx auto;
  80. .goods-numbe {
  81. color: #918d8d;
  82. margin-top: 5rpx;
  83. }
  84. .goods-titles {
  85. display: flex;
  86. justify-content: space-between;
  87. }
  88. .images {
  89. display: flex;
  90. .goods-place {
  91. width: 60rpx;
  92. height: 60rpx;
  93. margin: 0 20rpx;
  94. }
  95. }
  96. .goods-txt {
  97. margin: 20rpx 0;
  98. }
  99. .txt-placeholder {
  100. display: flex;
  101. margin: 20rpx 0;
  102. .txt-place {
  103. color: #918d8d;
  104. margin-right: 20rpx;
  105. }
  106. }
  107. }
  108. .buttoms {
  109. display: flex;
  110. justify-content: center;
  111. margin-top: 80rpx;
  112. .buttoms-bottom {
  113. width: 200rpx;
  114. background: #ffffff;
  115. padding: 20rpx;
  116. text-align: center;
  117. margin-right: 30rpx;
  118. border-radius: 20rpx;
  119. }
  120. .buttoms-bottom2 {
  121. width: 200rpx;
  122. background: rgb(24, 185, 86);
  123. padding: 20rpx;
  124. text-align: center;
  125. color: #ffffff;
  126. border-radius: 20rpx;
  127. }
  128. }
  129. .shop-mask {
  130. width: 100%;
  131. height: 100%;
  132. position: fixed;
  133. bottom: 0;
  134. left: 0;
  135. z-index: 9000;
  136. background-color: rgba(0, 0, 0, 0.6);
  137. }
  138. .shop-modalDlg {
  139. width: 750rpx;
  140. position: fixed;
  141. bottom: 0;
  142. left: 0;
  143. z-index: 9999;
  144. background-color: #ffffff;
  145. border-radius: 30rpx 30rpx 0rpx 0rpx;
  146. display: flex;
  147. flex-direction: column;
  148. .top {
  149. display: flex;
  150. justify-content: space-between;
  151. }
  152. }
  153. .service {
  154. margin: 30rpx;
  155. background: #e7e6e6;
  156. border-radius: 20rpx;
  157. padding: 20rpx;
  158. .services {
  159. margin-top: 20rpx;
  160. }
  161. .inputs {
  162. // margin: 0rpx 20rpx 20rpx 0rpx;
  163. padding: 20rpx;
  164. }
  165. .determine {
  166. padding: 20rpx 30rpx;
  167. margin: 30rpx 36%;
  168. text-align: center;
  169. background: #46a9a4;
  170. border-radius: 20rpx;
  171. }
  172. .service-add {
  173. margin-top: 20rpx;
  174. padding: 10rpx;
  175. text-align: center;
  176. background: #46a9a4;
  177. border-radius: 20rpx;
  178. width: 150rpx;
  179. }
  180. .txt {
  181. margin-top: 30rpx;
  182. text-align: center;
  183. }
  184. }