login.wxss 485 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. page {
  2. background: #F9F9F9;
  3. }
  4. page,.content {
  5. height: 100%;
  6. }
  7. .content button {
  8. width: 654rpx;
  9. height: 84rpx;
  10. background-color: #12B311;
  11. color: #fff;
  12. font-size: 30rpx;
  13. border-radius: 4rpx;
  14. }
  15. .content image {
  16. width: 290rpx;
  17. height: 290rpx;
  18. margin: 176rpx 0 128rpx 0;
  19. }
  20. .content .avatar {
  21. border-radius: 50%;
  22. width: 254rpx;
  23. height: 254rpx;
  24. }
  25. .bottom {
  26. text-align: center;
  27. margin-bottom: 26rpx;
  28. }
  29. .bottom text {
  30. font-size: 24rpx;
  31. color: #666;
  32. }