container.scss 660 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .el-header,
  2. .el-footer {
  3. background-color: #b3c0d1;
  4. color: #333;
  5. line-height: 60px;
  6. }
  7. .el-aside {
  8. color: #333;
  9. }
  10. #chang-jian-ye-mian-bu-ju + .demo-container {
  11. .el-header,
  12. .el-footer {
  13. text-align: center;
  14. }
  15. .el-aside {
  16. background-color: #d3dce6;
  17. text-align: center;
  18. line-height: 200px;
  19. }
  20. .el-main {
  21. background-color: #e9eef3;
  22. color: #333;
  23. text-align: center;
  24. line-height: 160px;
  25. }
  26. & > .source > .el-container {
  27. margin-bottom: 40px;
  28. &:nth-child(5) .el-aside,
  29. &:nth-child(6) .el-aside {
  30. line-height: 260px;
  31. }
  32. &:nth-child(7) .el-aside {
  33. line-height: 320px;
  34. }
  35. }
  36. }