service.css 766 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .store-cabinet-block{
  2. background: #F1F3F4;
  3. box-shadow: 0rpx -2rpx 0rpx 0rpx #FFFFFF;
  4. padding: 16rpx 24rpx;
  5. text-align: center;
  6. }
  7. .block-p{
  8. width: 46rpx;
  9. height: 8rpx;
  10. background: #E0E5EC;
  11. border-radius: 4rpx;
  12. }
  13. .align-center{
  14. align-items: center;
  15. }
  16. .store-type{
  17. margin-right: 20rpx;
  18. }
  19. .store-type,
  20. .cabinet-type{
  21. width: 136rpx;
  22. height: 56rpx;
  23. line-height: 56rpx;
  24. text-align: center;
  25. border-radius: 30rpx;
  26. font-weight: 600;
  27. font-size: 28rpx;
  28. border: 3rpx solid transparent;
  29. }
  30. .store-type-i,
  31. .cabinet-type-i{
  32. background: #060809;
  33. color: #FFF;
  34. }
  35. .store-type-s,
  36. .cabinet-type-s{
  37. background: #F1F3F4;
  38. color: #060809;
  39. border: 3rpx solid #060809;
  40. }
  41. .seach-img{
  42. margin-right: 32rpx;
  43. }
  44. .seach-img img,
  45. .screen-img img{
  46. width: 48rpx;
  47. height: 48rpx;
  48. }