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

17 行
201 B

  1. /*
  2. * Page: Invoice
  3. * -------------
  4. */
  5. .invoice {
  6. position: relative;
  7. background: #fff;
  8. border: 1px solid #f4f4f4;
  9. padding: 20px;
  10. margin: 10px 25px;
  11. }
  12. .invoice-title {
  13. margin-top: 0;
  14. }