index.wxss 677 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .btnquick{
  6. margin: 0 40rpx;
  7. }
  8. .login_box{
  9. display: flex;
  10. justify-content: center;
  11. width: 100%;
  12. height: 100%;
  13. align-items: center;
  14. flex-direction: column;
  15. }
  16. .login_box .van-dialog__footer button:not([size='mini']){
  17. width: 100%;
  18. }
  19. .phonetxt{
  20. display: flex;
  21. padding: 30rpx;
  22. justify-content: center;
  23. }
  24. .logomain{
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. flex-direction: column;
  29. margin-bottom: 120rpx;
  30. }
  31. .logo{
  32. width: 150rpx;
  33. height: 150rpx;
  34. border-radius: 50%;
  35. overflow: hidden;
  36. }
  37. .logo image{
  38. width: 150rpx;
  39. height: 150rpx;
  40. }
  41. .logo_txt{
  42. margin-top: 60rpx;
  43. font-size: 16px;
  44. }