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

13 lines
229 B

  1. #article-list{
  2. .content{
  3. padding:10px 15px 34px 15px;
  4. .item{
  5. width: 100%;
  6. margin-bottom:10px;
  7. image{
  8. width: 100%;
  9. vertical-align: middle;
  10. border-radius: 4px;
  11. }
  12. }
  13. }
  14. }