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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .goods-img {
  2. width: 100%;
  3. }
  4. .goods-info {
  5. background-color: #fff;
  6. margin-top: 20rpx;
  7. padding: 20rpx;
  8. }
  9. .goods-name {
  10. font-size: 32rpx;
  11. color: #333333;
  12. }
  13. .space-bt {
  14. display: flex;
  15. justify-content: space-between;
  16. font-size: 22rpx;
  17. color: #999999;
  18. margin-top: 10rpx;
  19. }
  20. .price {
  21. font-size: 52rpx;
  22. color: #ff3333;
  23. margin-top: 16rpx;
  24. }
  25. .price .unit {
  26. font-size: 26rpx;
  27. }
  28. .remind {
  29. font-size: 20rpx;
  30. color: #666666;
  31. margin-top: 8rpx;
  32. }
  33. .remind-item {
  34. font-size: 20rpx;
  35. color: #666666;
  36. margin-top: 6rpx;
  37. }
  38. .icon-yes {
  39. display: inline-block;
  40. width: 24rpx;
  41. height: 24rpx;
  42. vertical-align: -6rpx;
  43. margin-right: 8rpx;
  44. }
  45. .details {
  46. margin-top: 20rpx;
  47. background-color: #fff;
  48. }
  49. .details-hd {
  50. height: 68rpx;
  51. line-height: 68rpx;
  52. padding-left: 20rpx;
  53. font-size: 26rpx;
  54. color: #333333;
  55. }
  56. .booking {
  57. margin-top: 20rpx;
  58. }