icon.wxss 452 B

1234567891011121314151617181920212223242526272829303132
  1. .container {
  2. display: block;
  3. }
  4. .icon-box{
  5. margin-bottom: 20px;
  6. padding: 0 38px;
  7. display: flex;
  8. align-items: center;
  9. }
  10. .icon-box-img{
  11. margin-right: 28px;
  12. }
  13. .icon-box-ctn{
  14. flex-shrink: 100;
  15. }
  16. .icon-box-title{
  17. font-size: 17px;
  18. }
  19. .icon-box-desc{
  20. margin-top: 6px;
  21. font-size: 13px;
  22. color: #888;
  23. }
  24. .icon-small-wrp{
  25. margin-right: 28px;
  26. width: 93px;
  27. height: 93px;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. }