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.

index2.css 557 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .inSec2TabBox {
  2. width: 33.333333%;
  3. }
  4. .in2Sec3Row {
  5. padding: 0 24px 30px;
  6. overflow: hidden;
  7. }
  8. .in2Sec3Col6 {
  9. width: 50%;
  10. float: left;
  11. padding: 0 24px;
  12. margin-top: 24px;
  13. }
  14. .in2Sec3Con,
  15. .in2Sec3Con span {
  16. display: block;
  17. }
  18. .in2Sec3Con {
  19. font-size: 14px;
  20. text-align: center;
  21. }
  22. .in2Sec3Img {
  23. line-height: 0;
  24. padding: 15px;
  25. height: 70px;
  26. width: 70px;
  27. margin: 0 auto 10px;
  28. border: 1px solid #EDEDED;
  29. border-radius: 8px;
  30. }
  31. .in2Sec3Img img {
  32. width: 100%;
  33. }
  34. .in2Sec3Txt {
  35. overflow: hidden;
  36. white-space: nowrap;
  37. text-overflow: ellipsis;
  38. }