123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326 |
- .sld_login_content {
- width: 376px;
- height: 391px;
- position: relative;
- .close_icon {
- position: absolute;
- top: -6px;
- z-index: 999;
- right: 25px;
- color: #999;
- }
- .login {
- width: 376px;
- height: 391px;
- margin: auto;
- z-index: 99;
-
- position: relative;
- .login_box {
- position: relative;
- z-index: 10000;
- background: #fff;
- padding: 10px 10px 50px;
- .qrLogin {
- position: absolute;
- top: -23px;
- left: 0;
- z-index: 9;
- .qrLeft {
- width: 45px;
- cursor: pointer;
- }
- .qrRight {
- width: 86px;
- height: 28px;
- position: absolute;
- top: 4px;
- left: 50px;
- z-index: 9;
- }
- }
- .qrMain {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 356px;
- height: 345px;
- cursor: default;
- .qrMain_code {
- position: relative;
- width: 210px;
- height: 210px;
- .qrMain_code_bg {
- width:100%;
- height:100%;
- }
- .qrMain_code_cover {
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,.6);
- position: absolute;
- top: 0;
- left: 0;
- z-index: 9;
- color: #FFFFFF;
- text-align: center;
- p {
- font-size: 19px;
- font-weight: 700;
- margin-top: 65px;
- margin-bottom: 40px;
- }
- .qrMain_code_cover_p {
- margin-top: 90px;
- }
- div {
- width: 100px;
- line-height: 34px;
- font-size: 13px;
- font-weight: 700;
- letter-spacing: 1px;
- background: #E2231B;
- border-radius: 3px;
- margin: 0 auto;
- cursor: pointer;
- }
- }
- }
- .qrMain_title {
- color: #999999;
- font-size: 13px;
- font-weight: 700;
- margin-top: 17px;
- margin-bottom: 12px;
- }
- .qrMain_tips {
- color: #999999;
- display: flex;
- align-items: center;
- justify-content: center;
- .qrMain_tips_item {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 15px;
- &:last-child {
- margin-right: 0;
- }
- img {
- position: relative;
- top: 1px;
- width: 15px;
- }
- span {
- margin-left: 6px;
- }
- }
- }
- }
- .top {
- margin-top: 20px;
- padding: 0 20px;
- display: flex;
- width: 356px;
- cursor: default;
- .item {
- flex: 1;
- text-align: center;
- font-size: 18px;
- color: #999999;
- cursor: pointer;
- position: relative;
- &:first-child {
- padding: 16px 45px 18px 35px;
- &.active {
- &:after {
- position: absolute;
- left: 50%;
- bottom: 0;
- margin-left: -45px;
- content: '';
- width: 80px;
- height: 1px;
- background-color: $colorMain;
- }
- }
- }
- &:last-child {
- padding: 16px 35px 18px 45px;
- &:before {
- position: absolute;
- left: 0;
- top: 12px;
- bottom: 12px;
- width: 2px;
- height: auto;
- display: block;
- content: " ";
- font-size: 0;
- background: #eee;
- }
- &.active {
- &:after {
- position: absolute;
- left: 50%;
- bottom: 0;
- margin-left: -35px;
- content: '';
- width: 80px;
- height: 1px;
- background-color: $colorMain;
- }
- }
- }
- &.active {
- color: #333333; /* $colorMain; */
- font-weight: 700;
- }
- }
- }
- .center {
- padding: 30px 30px 40px;
- .item {
- position: relative;
- margin-top: 15px;
- border-radius: 2px;
- &:first-child {
- margin-top: 0;
- }
- .icon {
- position: absolute;
- left: 1px;
- top: 1px;
- width: 50px;
- text-align: center;
- height: 38px;
- background: #f8f8f8;
- .input {
- border: 1px solid #e8e8e8;
- height: 40px;
- padding: 0 44px 0 60px;
- width: 100%;
- }
- }
- .input {
- border: 1px solid #e8e8e8;
- height: 40px;
- padding: 0 44px 0 60px;
- width: 100%;
- }
- &.code {
- .input {
- padding-right: 10px;
- width: 150px;
- }
- }
- }
- .cancel {
- position: absolute;
- right: 0;
- top: 1px;
- width: 44px;
- height: 38px;
- cursor: pointer;
- :before {
- position: absolute;
- top: 9px;
- left: 14px;
- }
- }
- .send_code {
- position: absolute;
- right: 0;
- top: 0;
- background: #f9f9f9;
- border: 1px solid #eee;
- border-left: 0;
- width: 80px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- color: #000;
- :hover {
- color: $colorMain;
- }
- }
- .error {
- margin-top: 10px;
- position: relative;
- color: $colorMain;
- height: 16px;
- line-height: 16px;
- }
- .login_btn {
- display: block;
- margin-top: 35px;
- background: $colorMain;
- color: #fff;
- text-align: center;
- border-radius: 2px;
- height: 45px;
- line-height: 45px;
- font-size: 18px;
- letter-spacing: 0px;
- &:hover {
- opacity: 0.9;
- }
- }
- }
- .bottom {
- height: 51px;
- background: #fcfcfc;
- border-top: 1px solid #eee;
- position: absolute;
- width: 100%;
- bottom: 0;
- left: 0;
- display: flex;
- padding: 0 32px;
- box-sizing: border-box;
- a {
- display: block;
- line-height: 50px;
- margin-right: 10px;
- color: #999;
- &:hover {
- color: #000;
- }
- }
- img {
- width: 28px;
- height: 28px;
- }
- }
- }
- }
- }
|