Merge branch 'master' of https://sinanoaq.cn:8888/r/scienceexperimentweb
| | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | @media screen and (min-width: 1200px){ |
| | | @media screen and (min-width: 1366px){ |
| | | .loginContent{ |
| | | display: flex; |
| | | justify-content: space-around; |
| | | padding: 0 200px; |
| | | } |
| | | .loginPic{ |
| | | width: 55%; |
| | | height: 100%; |
| | | position: relative; |
| | | |
| | | img{ |
| | | width: 103%; |
| | | height: auto; |
| | | position: absolute; |
| | | bottom: -180px; |
| | | right: 15%; |
| | | margin-top: 40px; |
| | | } |
| | | } |
| | | } |
| | | @media screen and (min-width: 960px) and (max-width: 1200px){ |
| | | @media screen and (min-width: 1024px) and (max-width: 1366px){ |
| | | .loginPic{ |
| | | width: 55%; |
| | | height: 100%; |
| | | position: relative; |
| | | |
| | | img{ |
| | | width: 103%; |
| | | height: auto; |
| | | position: absolute; |
| | | bottom: -80px; |
| | | right: 0; |
| | | } |
| | | } |
| | | } |
| | | @media screen and (min-width: 960px) and (max-width: 1024px){ |
| | | .loginContent{ |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 0 40px; |
| | | } |
| | | .loginPic{ |
| | | width: 55%; |
| | | height: 100%; |
| | | position: relative; |
| | | |
| | | img{ |
| | | width: 103%; |
| | | height: auto; |
| | | position: absolute; |
| | | bottom: -80px; |
| | | right: 0; |
| | | } |
| | | } |
| | | } |
| | | .login-container { |
| | |
| | | height: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | .loginPic{ |
| | | width: 55%; |
| | | height: 100%; |
| | | position: relative; |
| | | |
| | | img{ |
| | | width: 103%; |
| | | height: auto; |
| | | position: absolute; |
| | | bottom: -180px; |
| | | right: 15%; |
| | | margin-top: 40px; |
| | | } |
| | | } |
| | | .el-tabs__content{ |
| | | display: flex; |
| | | justify-content: center; |