login.wxss 1.1 KB
page{
  background: #ED9527
}
.page{
  overflow: hidden;
}
.ganzhi{
  width:605rpx;
  height:605rpx;
  font-size: 0;
  margin: 0 auto ;
  position: relative
}
.zhineng{
  font-size: 44rpx;
  position: absolute;
  bottom:50rpx;
 
  color:#fff;
  text-align: center;
  left:210rpx;
  z-index: 99
 
}
.zhineng text{
  margin-right:6rpx;
}
.username{
  display:flex;
  align-items: center;
  width:600rpx;
  height:80rpx;
  margin:0 auto;
}
.userleft{
  width:40rpx;
  height:40rpx;
  font-size: 0
}
.userleft image{
  width:100%;
  height:100%;
}
.entername{
  width:530rpx;
  height:72rpx;
  background: #fff;
  border-radius: 15rpx;
  margin-left:30rpx;
  color:#C5C5C5;
  font-size: 35rpx;
 

}
.entername input{
  width:530rpx;
  height:72rpx;
  padding: 0 30rpx;
  box-sizing: border-box;
  
}
.name{
  color:#C5C5C5;
  font-size: 35rpx;
 
}
.pass{
  margin-top:30rpx;
}
.nameuser{
  margin-top:80rpx;
}
.loginimg{
  width:320rpx;
  height:90rpx;
  margin:85rpx auto 0;
  position: relative
}
.denglu{
  position: absolute;
  color:#fff;
  font-size: 42rpx;
  left:120rpx;
  top:15rpx
  
}