oumei_circle.css 512 B

1234567891011121314151617181920212223242526272829303132333435
  1. @charset "UTF-8";
  2. .circle_top{
  3. padding: 5% 3%;
  4. height: auto;
  5. }
  6. .circle_top .posting{
  7. height: 25px;
  8. width: 25px;
  9. float: right;
  10. padding-bottom: 20px;
  11. }
  12. .circle_top .avatar{
  13. width: 13%;
  14. height: 13%;
  15. clear: both;
  16. margin-right: 2%;
  17. }
  18. .showImg{
  19. margin-left: 15%;
  20. }
  21. .showImg img{
  22. width: 30%;
  23. height: 30%;
  24. margin-top: 5%;
  25. float: left;
  26. margin-right: 3%;
  27. }
  28. .collect{
  29. clear: both;
  30. height: 40px;
  31. padding-top: 15px;
  32. }
  33. .collect img{
  34. width: 60%;
  35. }