金诚优选前端代码
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.

33 lines
663 B

  1. #recommendation{
  2. .content-list{
  3. padding: 10px 0 0 0;
  4. .item{
  5. margin-bottom:10px;
  6. background-color: #FFFFFF;
  7. padding: 22px 15px;
  8. .name{
  9. color:#333333;
  10. font-size: 16px;
  11. line-height: 25px;
  12. font-weight: 700;
  13. padding-bottom: 8px;
  14. }
  15. .author{
  16. color:#666666;
  17. font-size:12px;
  18. line-height: 17px;
  19. padding-bottom: 10px;
  20. span{
  21. display: inline-block;
  22. padding-right:6px;
  23. font-size: 12px;
  24. }
  25. }
  26. .img-box{
  27. image{
  28. width: 100%;
  29. vertical-align: middle;
  30. }
  31. }
  32. }
  33. }
  34. }