/* pages/login/login.wxss */ .topBox { padding: 100rpx 50rpx 48rpx; } .topBox .tit { font-size: 36rpx; color: #333333; } .topBox .tips { font-size: 24rpx; font-weight: 300; color: #666666; } .topBox .inputBox { margin-top: 75rpx; } .topBox .inputBox .laber { font-size: 24rpx; color: #333333; } .topBox .inputBox .input { padding-bottom: 25rpx; } .topBox .inputBox input { font-size: 32rpx; color: #BDBDBD; } .topBox .icon { width: 32rpx; height: 32rpx; } .btn { width: 630rpx; height: 88rpx; background: #52A1FF; border-radius: 8rpx; line-height: 88rpx; margin: auto; }