- .adminlogo {
- width: 100rpx;
- display: block;
- margin: 0 auto;
- }
-
- .logoin_wrap {
- position: relative;
- 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;
- }
-
- .defaultLogo2 {
- position: fixed;
- bottom: 40rpx;
- left: 0;
- right: 0;
- margin: auto;
- }
-
- .defaultLogo2 text {
- display: block;
- text-align: center;
- color: #52A0FD;
- font-size: 22rpx;
- }
-
- .defaultLogo2 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;
- }
-
- .page {
- padding-left: 40rpx;
- padding-right: 40rpx;
- padding-bottom: 100rpx;
- }
-
- .page .logo {
- width: 320rpx;
- margin: 100rpx auto 15rpx;
- }
-
- .page .logo image {
- display: block;
- width: 320rpx;
- }
-
- .page .title {
- text-align: center;
- font-size: 35rpx;
- font-weight: 500;
- margin-bottom: 40rpx;
- }
-
- .page .shopBox {
- display: flex;
- padding: 20rpx;
- border: 1px solid #5e5e5e;
- border-radius: 15rpx;
- margin-bottom: 20rpx;
- }
-
- .page .shopBox .imgBox {
- width: 230rpx;
- height: 230rpx;
- margin-right: 30rpx;
- }
-
- .page .shopBox .imgBox .imgInside {
- width: 100%;
- height: 100%;
- }
-
- .page .shopBox .infoBox {
- padding-top: 5rpx;
- }
-
- .page .shopBox .infoBox .shop {
- font-size: 32rpx;
- font-weight: 600;
- margin-bottom: 70rpx;
- }
-
- .page .shopBox .infoBox .mainShop {
- font-size: 28rpx;
- font-weight: 600;
- margin-bottom: 32rpx;
- }
-
- .page .shopBox .infoBox .address {
- font-size: 23rpx;
- }
|