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

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