icon.wxss 427 B

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