12345678910111213141516171819202122232425262728 |
- /*page{
- background: #fff;
- }*/
- .get_phone{
- padding: 0 20px;
- }
- .get_phone .title{
- margin: 32rpx 0;
- font-size: 56rpx;
- line-height: 80rpx;
- color: #262626;
- }
- .get_phone .login{
- color: #666666;
- font-size: 36rpx;
- line-height: 50rpx;
- }
- .btn-wrapper{
- width: 100%;
- height: 92rpx;
- margin-top: 118rpx;
- }
- .btn-wrapper .btn{
- width: 100%;
- height: 100%;
- background: #19AD19;
- color: #fff;
- }
|