index.less 385 B

1234567891011121314151617181920212223242526
  1. @charset "utf-8";
  2. #export {
  3. border-top: 20px solid #7775CAFF;
  4. .content {
  5. width: 1200px !important;
  6. }
  7. .head-layout {
  8. padding: 30px 0;
  9. background: #F7F8FCFF;
  10. }
  11. .detail-layout {
  12. background: #fff;
  13. padding-top: 20px;
  14. .total-block {
  15. border: 1px solid #E4E4E4FF;
  16. height: 80px;
  17. line-height: 80px;
  18. border-radius: 4px;
  19. }
  20. }
  21. }