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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .cell {
  2. margin: 20rpx;
  3. background-color: #fff;
  4. padding: 20rpx;
  5. display: flex;
  6. justify-content: space-between;
  7. border-radius: 4rpx;
  8. }
  9. .order-img {
  10. display: inline-block;
  11. width: 200rpx;
  12. height: 134rpx;
  13. vertical-align: middle;
  14. }
  15. .info {
  16. display: inline-block;
  17. margin-left: 20rpx;
  18. vertical-align: top;
  19. flex: 1;
  20. }
  21. .info .name {
  22. font-size: 24rpx;
  23. color: #333333;
  24. }
  25. .info .text {
  26. color: #999999;
  27. font-size: 22rpx;
  28. margin-top: 10rpx;
  29. }
  30. .left {
  31. display: flex;
  32. }
  33. .right {
  34. text-align: right;
  35. width: 200rpx;
  36. }
  37. .text-top {
  38. font-size: 24rpx;
  39. color: #ff5400;
  40. margin-bottom: 10rpx;
  41. }
  42. .text-bottom {
  43. font-size: 24rpx;
  44. color: #333333;
  45. margin-bottom: 10rpx;
  46. }
  47. .btn-blue {
  48. display: inline-block;
  49. width: 140rpx;
  50. height: 50rpx;
  51. text-align: center;
  52. line-height: 50rpx;
  53. color: #fff;
  54. font-size: 24rpx;
  55. background-color: #00a0e9;
  56. }
  57. /* .goods {
  58. margin-top: 20rpx;
  59. border-top: solid 1rpx #dedede;
  60. } */