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

247 lines
3.6 KiB

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