|
@@ -1,148 +0,0 @@
|
|
|
-.login-box {
|
|
|
- width: 100%;
|
|
|
- min-height: 100vh;
|
|
|
- background-color: rgb(31, 31, 31);
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- }
|
|
|
- .main {
|
|
|
- background-color: #1f1f1f;
|
|
|
- padding: .72rem .18rem 0;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
- .title {
|
|
|
- font-size: .18rem;
|
|
|
- h2 {
|
|
|
- color: #ff6a01;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- }
|
|
|
- .otherAccount {
|
|
|
- margin: .2rem 0 .1rem;
|
|
|
- .ggAfb {
|
|
|
- span {
|
|
|
- -webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
- width: 67%;
|
|
|
- border-radius: .04rem;
|
|
|
- height: .42rem;
|
|
|
- color: #fff;
|
|
|
- font-size: .1rem;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
- &.gg {
|
|
|
- background-color: #06b594;
|
|
|
- }
|
|
|
- i {
|
|
|
- width: .26rem;
|
|
|
- height: .26rem;
|
|
|
- margin-right: .13rem;
|
|
|
- background-image: url('https://9f.com/img/gg.ef7c3bc6.svg');
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .or {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -webkit-box-pack: justify;
|
|
|
- -ms-flex-pack: justify;
|
|
|
- justify-content: space-between;
|
|
|
- -webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
- -ms-flex-wrap: nowrap;
|
|
|
- flex-wrap: nowrap;
|
|
|
- margin-top: .16rem;
|
|
|
- span {
|
|
|
- display: block;
|
|
|
- margin: 0 .03rem;
|
|
|
- font-size: .12rem;
|
|
|
- color: #ddd;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .passwordInput {
|
|
|
- margin: .13rem 0 .04rem;
|
|
|
- .iconfont {
|
|
|
- font-size: .16rem;
|
|
|
- }
|
|
|
- input {
|
|
|
- text-indent: .23rem;
|
|
|
- }
|
|
|
- }
|
|
|
- .phoneInput {
|
|
|
- .after {
|
|
|
- margin-left: .1rem;
|
|
|
- font-size: .14rem;
|
|
|
- color: #868686;
|
|
|
- }
|
|
|
- input {
|
|
|
- padding-left: .14rem;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
- }
|
|
|
- }
|
|
|
- input {
|
|
|
- flex: 1;
|
|
|
- background-color: #494949;
|
|
|
- height: .48rem;
|
|
|
- color: #868686;
|
|
|
- font-size: .14rem;
|
|
|
- outline: none;
|
|
|
- &::placeholder {
|
|
|
- color: #868686;
|
|
|
- }
|
|
|
- }
|
|
|
- .btnContent {
|
|
|
- margin: .29rem 0 .19rem;
|
|
|
- .tips {
|
|
|
- text-align: center;
|
|
|
- margin-bottom: .06rem;
|
|
|
- color: #e53535;
|
|
|
- font-size: 0.12rem;
|
|
|
- }
|
|
|
- }
|
|
|
- .link {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -webkit-box-pack: justify;
|
|
|
- -ms-flex-pack: justify;
|
|
|
- justify-content: space-between;
|
|
|
- .forgotText {
|
|
|
- font-size: .12rem;
|
|
|
- color: #fff;
|
|
|
- text-align: center;
|
|
|
- display: block;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .main .otherAccount .ggAfb,.main .otherAccount .ggAfb span {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -webkit-box-pack: center;
|
|
|
- -ms-flex-pack: center;
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
- .main .otherAccount .or:after,.main .otherAccount .or:before {
|
|
|
- content: "";
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- height: 0;
|
|
|
- border-top: .01rem solid #666;
|
|
|
- }
|
|
|
- .main .phoneInput, .passwordInput {
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- background-color: #494949;
|
|
|
- border-radius: 4px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
-
|