- .adminlogo{
- width: 100rpx;
- display: block;
- margin: 0 auto;
- }
- .logoin_wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
-
- .login {
- width: 100%;
- display: flex;
- flex-direction: column;
- position: relative;
- }
- .inp{
- color: #666;
- }
- .login view {
- position: relative;
- width: 88%;
- display: flex;
- margin: 0 auto;
- height: 100rpx;
- line-height: 100rpx;
- border-bottom: 1rpx solid #DADADA;
- }
-
- .line {
- width: 2rpx;
- height: 22rpx;
- background: #d7d7d7;
- position: absolute;
- left: 20%;
- top: 38rpx;
- }
-
- .login view input {
- font-size: 34rpx;
- height: 100rpx;
- line-height: 100rpx;
- }
-
- .login view:nth-child(1) input {
- /* padding-left: 60rpx; */
- font-size: 34rpx;
- height: 100rpx;
- line-height: 100rpx;
- }
- .eye{
- display: inline-block;
- width: 50rpx;
- margin-top:26rpx;
- }
-
- .logo {
- width: 320rpx;
- margin: 100rpx auto 30rpx;
- }
-
- .logo image {
- display: block;
- width: 320rpx;
- }
-
- .button {
- background: #52A0FD;
- border-radius: 8rpx;
- color: #fff;
- margin-top: 8%;
- font-size: 36rpx;
- width: 90%;
- }
- .active{
- opacity: .4;
- }
-
- .logoin_wrap navigator {
- display: block;
- width: 25%;
- margin: 0 auto;
- text-align: right;
- margin-top: 15rpx;
- }
-
- .logoin_wrap navigator text {
- display: block;
- text-align: center;
- /* padding-top: 1.5%; */
- font-size: 26rpx;
- height: 45rpx;
- color: #404040;
- letter-spacing: 0;
- line-height: 45rpx;
- }
- .forget{
- text-align: right;
- padding:0 40rpx;
- color: #999;
- margin-top: 20rpx;
- }
- .forget text{
- font-size: 26rpx;
- }
- .defaultLogo{
- position: absolute;
- bottom: 40rpx;
- left: 0;
- right: 0;
- margin: auto;
- }
- .defaultLogo text {
- display: block;
- text-align: center;
- color: #52A0FD;
- font-size: 22rpx;
- }
-
- .defaultLogo image {
- width: 200rpx;
- }
- .phone{
- display: block!important;
- background: none!important;
- color: #999!important;
- font-size: 26rpx!important;
- padding: 0!important;
- margin-top: 40rpx!important;
- }
- button::after{ border: none; }
- .showpassword{
- padding: 30rpx;
- width: 40rpx;
- position: absolute;
- z-index: 100;
- right: 20rpx;
- top: 0;
- bottom: 0;
- margin: auto;
- }
|