login.wxss 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .login-box{text-align: center; padding: 100rpx 60rpx;}
  2. .login-box image{width: 258rpx; height: 220rpx;}
  3. .login-box .button{margin-top: 60rpx;background-color: #283a8d;color: #fff;}
  4. .avatar-wrapper {
  5. padding: 0;
  6. width: 56px !important;
  7. border-radius: 8px;
  8. /* margin-top: 40px; */
  9. margin-bottom: 40px;
  10. }
  11. .avatar {
  12. display: block;
  13. width: 56px;
  14. height: 56px;
  15. }
  16. .container {
  17. display: flex;
  18. }
  19. .name{
  20. display: flex;
  21. align-items: center;
  22. height: 90rpx;
  23. border-top: 1rpx solid #eee;
  24. line-height: 90rpx;
  25. border-bottom: 1rpx solid #eee;
  26. box-sizing: border-box;
  27. padding: 0 30rpx;
  28. }
  29. .nc{
  30. width: 30%;
  31. }
  32. .div{
  33. position: relative;
  34. width: 100vw;
  35. height: 100vh;
  36. box-sizing: border-box;
  37. padding-top: 40px;
  38. }
  39. .sure{
  40. position: absolute;
  41. bottom: 0;
  42. width: 100%;
  43. height: 90rpx;
  44. background-color: red;
  45. color: white;
  46. text-align: center;
  47. line-height: 90rpx;
  48. }