- page{
 -   background: #fbfbfb;
 - }
 - .login-body {
 -   padding-top: 106rpx;
 -   display: flex;
 -   flex-direction: column;
 -   align-items: center;
 -   justify-content: center;
 - }
 - .backHome{
 -   margin-top: 20rpx!important;
 - }
 - .login-logo {
 -   width: 320rpx;
 -   /* height: 320rpx; */
 -   padding-top: 70rpx;
 - }
 - 
 - .login-logo>image {
 -   display: block;
 -   width: 320rpx;
 -   border-radius: 16rpx;
 - }
 - 
 - .login-btn {
 -   padding-top: 120rpx;
 -   width: 504rpx;
 - }
 - 
 - .txt {
 -   display: block;
 -   width: 300rpx;
 -   height: 108rpx;
 -   margin-top: 5.8%;
 -   font-size: 30rpx;
 -   color: #999;
 -   line-height: 54rpx;
 -   text-align: center;
 - }
 - .active{
 -   opacity: .6;
 - }
 - .login-btn .login-btn-login {
 -   background: #1faf0c;
 -   border-radius: 15rpx !important;
 -   height: 94rpx !important;
 -   line-height: 94rpx;
 -   padding: 0 !important;
 -   font-family: PingFangSC-Semibold !important;
 -   font-size: 36rpx !important;
 -   color: #FFFFFF !important;
 -   letter-spacing: 0.75rpx !important;
 -   text-align: center;
 - }
 - .title{
 -   margin-top: 30rpx;
 - }
 - .title text{
 -   display: block;
 -   text-align: center;
 - }
 - .title text:nth-of-type(1){
 -   font-size: 38rpx;
 -   font-weight: bold;
 - }
 - .title text:nth-of-type(2){
 -   font-size: 30rpx;
 -   margin-top: 25rpx;
 - }
 
 
  |