您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
325B

  1. .site-index {
  2. #presentation {
  3. .photo {
  4. text-align: center ;
  5. .img-photo {
  6. width: 100% ;
  7. max-width: 500px ;
  8. }
  9. }
  10. }
  11. #produits {
  12. img.photo-produit {
  13. width: 100px ;
  14. height: auto ;
  15. }
  16. }
  17. }