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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .slide-image {
  2. width: 100%;
  3. height: 446rpx;
  4. }
  5. .bottom-banner {
  6. width: 100%;
  7. }
  8. .entrances {
  9. margin: 0 10rpx;
  10. }
  11. .item {
  12. display: inline-block;
  13. width: 33.33%;
  14. vertical-align: top;
  15. margin-bottom: 20rpx;
  16. padding: 0;
  17. font-size: 0;
  18. }
  19. .entrance {
  20. margin: 0 10rpx;
  21. background-color: #fff;
  22. border-radius: 10rpx;
  23. text-align: center;
  24. padding: 8rpx 8rpx 0;
  25. }
  26. .img {
  27. display: inline-block;
  28. width: 100%;
  29. }
  30. .name {
  31. font-size: 22rpx;
  32. color: #666666;
  33. text-align: center;
  34. height: 54rpx;
  35. line-height: 54rpx;
  36. }