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

17 行
406B

  1. .container.outer{
  2. width:100%;
  3. background: url('../../assets/img/body_bg.jpg') no-repeat center center fixed;
  4. -webkit-background-size: cover;
  5. -moz-background-size: cover;
  6. -o-background-size: cover;
  7. background-size: cover;
  8. opacity:0.98;
  9. }
  10. .container.inner {
  11. width: 99%;
  12. min-height: calc(100vh - 48px);
  13. /* background-color:chartreuse; */
  14. }