猫妈狗爸伴宠师小程序前端代码
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.

252 lines
3.6 KiB

  1. @charset "UTF-8";
  2. .box {
  3. width: 100vw;
  4. height: 100vh;
  5. background-color: #F5F5F5;
  6. padding: 2% 3% 0 3%;
  7. }
  8. .box-size {
  9. box-sizing: border-box;
  10. }
  11. .level {
  12. display: flex;
  13. }
  14. /* 垂直、水平居中 */
  15. .vertically_center {
  16. display: grid;
  17. place-items: center;
  18. }
  19. .top {
  20. width: 710rpx;
  21. height: 176rpx;
  22. background-color: #FFFFFF;
  23. padding: 1% 2%;
  24. font-size: 22rpx;
  25. display: grid;
  26. justify-content: space-between;
  27. }
  28. .top_left {
  29. width: 520rpx;
  30. height: auto;
  31. display: flex;
  32. justify-content: space-between;
  33. padding-top: 20rpx;
  34. }
  35. .text1 {
  36. color: #FF2A2A;
  37. font-size: 25rpx;
  38. }
  39. .top_bottom {
  40. /* background-color: aqua; */
  41. margin-left: 10rpx;
  42. color: #999999;
  43. }
  44. .top-button {
  45. width: 132rpx;
  46. height: 54rpx;
  47. border: 1rpx solid #FFBF60;
  48. color: #FFBF60;
  49. display: grid;
  50. justify-content: center;
  51. line-height: 54rpx;
  52. position: absolute;
  53. top: 30rpx;
  54. right: 30rpx;
  55. }
  56. .information {
  57. width: 710rpx;
  58. background-color: #FFFFFF;
  59. /* background-color: pink; */
  60. margin-top: 10rpx;
  61. padding: 10rpx 10rpx;
  62. }
  63. .time {
  64. width: 660rpx;
  65. /* background-color: gray; */
  66. padding: 0 2%;
  67. margin-top: 50rpx;
  68. display: flex;
  69. justify-content: space-between;
  70. align-items: center;
  71. }
  72. .time .time-content {
  73. width: 500rpx;
  74. }
  75. .service {
  76. width: 710rpx;
  77. height: auto;
  78. background-color: #FFFFFF;
  79. margin-top: 2%;
  80. padding: 0 3% 3% 3%;
  81. }
  82. .horizontal_distribution {
  83. display: flex;
  84. justify-content: space-between;
  85. }
  86. .flex {
  87. display: flex;
  88. }
  89. .service_top {
  90. width: 670rpx;
  91. }
  92. .text2 {
  93. width: auto;
  94. height: 20rpx;
  95. margin-top: 45rpx;
  96. font-size: 22rpx;
  97. color: #999999;
  98. }
  99. .pet_information {
  100. width: 670rpx;
  101. height: auto;
  102. /* background-color: pink; */
  103. padding: 5% 0 0 3%;
  104. }
  105. .pet_item {
  106. color: #999999;
  107. font-size: 28rpx;
  108. }
  109. .img image {
  110. width: 140rpx;
  111. height: 140rpx;
  112. border-radius: 100rpx;
  113. margin-right: 20rpx;
  114. }
  115. .name {
  116. margin-bottom: 15rpx;
  117. }
  118. .name image {
  119. width: 35rpx;
  120. height: 35rpx;
  121. border-radius: 35rpx;
  122. background-color: red;
  123. margin-left: 15rpx;
  124. }
  125. .name_text {
  126. color: #000 !important;
  127. font-size: 30rpx !important;
  128. }
  129. .pet- {
  130. height: 40rpx;
  131. line-height: 40rpx;
  132. color: #999999;
  133. font-size: 28rpx;
  134. margin: 20rpx 0 20rpx 0;
  135. }
  136. .pet- text {
  137. margin: 0 8rpx 0 30rpx;
  138. color: #000;
  139. }
  140. .money_total {
  141. width: 670rpx;
  142. height: 45rpx;
  143. /* background-color: pink; */
  144. margin: 60rpx 0 20rpx 0;
  145. justify-content: space-between;
  146. font-size: 30rpx;
  147. }
  148. .money_text {
  149. color: red !important;
  150. font-size: 34rpx !important;
  151. }
  152. .other_information {
  153. width: 710rpx;
  154. height: 350rpx;
  155. background-color: #FFFFFF;
  156. /* background-color: pink; */
  157. margin-top: 20rpx;
  158. padding: 0 1% 0 3%;
  159. }
  160. .text3 {
  161. margin: 40rpx 15rpx 0 15rpx;
  162. }
  163. .bottom {
  164. width: 100vw;
  165. height: 163rpx;
  166. background-color: #FFFFFF;
  167. margin-top: 20rpx;
  168. position: relative;
  169. }
  170. .bottom_button {
  171. width: 594rpx;
  172. height: 94rpx;
  173. background-color: #FFBF60;
  174. color: #FFFFFF;
  175. font-size: 30rpx;
  176. line-height: 94rpx;
  177. justify-content: center;
  178. position: absolute;
  179. top: 19%;
  180. left: 11%;
  181. }
  182. .success {
  183. width: 310rpx;
  184. height: 370rpx;
  185. background-color: #FFFFFF;
  186. }
  187. .pop_top {
  188. width: 310rpx;
  189. height: 100rpx;
  190. background-image: linear-gradient(to bottom, #FFBF60, #FFD494);
  191. }
  192. .code {
  193. width: 250rpx;
  194. height: 50rpx;
  195. background-color: #F3F3F3;
  196. margin: 30rpx 0 0 30rpx;
  197. }
  198. .pop_image {
  199. display: grid;
  200. place-items: center;
  201. margin-top: 20rpx;
  202. }
  203. .copy {
  204. width: 260rpx;
  205. height: 50rpx;
  206. background-color: #FFBF60;
  207. margin: 30rpx 0 0 25rpx;
  208. }
  209. .cancel {
  210. width: 40rpx;
  211. height: 40rpx;
  212. background-color: #FFFFFF;
  213. position: absolute;
  214. top: -20rpx;
  215. right: -17rpx;
  216. }