login.wxss 639 B

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