auth.wxss 461 B

123456789101112131415161718192021222324252627282930
  1. .header {
  2. margin: 90rpx 0 90rpx 50rpx;
  3. border-bottom: 1px solid #ccc;
  4. text-align: center;
  5. width: 650rpx;
  6. height: 300rpx;
  7. line-height: 450rpx;
  8. }
  9. .header image {
  10. width: 200rpx;
  11. height: 200rpx;
  12. }
  13. .content {
  14. margin-left: 50rpx;
  15. margin-bottom: 90rpx;
  16. }
  17. .content text {
  18. display: block;
  19. color: #9d9d9d;
  20. margin-top: 40rpx;
  21. }
  22. .bottom {
  23. border-radius: 80rpx;
  24. margin: 70rpx 50rpx;
  25. font-size: 35rpx;
  26. }