.login { width: 100%; height: 100%; // background: url('../../../assets/images/bg_login.jpg'); .loginbox { width: 100%; height: 100%; background-color: #000; background: rgba(0,0,0,0.5);/*盒子背景透明*/ // opacity: 0.5; position: relative; } .intro { width: 650px; // height: 350px; position: fixed; top:35%; left: 15%; p { font-size: 36px; color:white; margin-bottom: 35px; } span { font-size: 16px; color:white; opacity: 0.5; } } .card{ width: 460px; height: 100%; padding-left: 20px; background-color: #fff; position: absolute; right: 0; p { width: 100%; margin: 18px 0; } .cardheader{ font-size: 26px; font-weight: 500; } } } .example-container { display: flex; flex-direction: column; } .example-container > * { width: 100%; } .loginbtn { margin-top: 18px; height: 35px; background-color:#039be5; border-radius: 15px; color: #fff;; } .mat-card { box-shadow: 0 0 0; margin-top: 70px; } .applyfor { font-size: 16px; a { color: #039be5; } } .website { font-size: 14px; text-align: center; margin-top: 50px; } .alert-danger { font-size: 14px; color: red; }