login.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. page {
  2. height: 100%;
  3. }
  4. .container {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. padding: 0;
  9. box-sizing: border-box;
  10. background-color: #f2f2f2
  11. }
  12. /*登录图片*/
  13. .login-icon {
  14. margin-top: 2rem;
  15. flex: none;
  16. }
  17. .login-img {
  18. width: 10rem;
  19. height: 10rem;
  20. }
  21. /*表单内容*/
  22. .login-form {
  23. margin-top: 2rem;
  24. flex: auto;
  25. height: 100%;
  26. }
  27. /* .inputView {
  28. background-color: #fff;
  29. line-height: 44px;
  30. } */
  31. .inputView:nth-child(1) {
  32. border-bottom: 1px solid #ccc;
  33. }
  34. /*输入框*/
  35. .nameImage,
  36. .keyImage {
  37. margin-left: 22px;
  38. width: 14px;
  39. height: 14px
  40. }
  41. /* .loginLab {
  42. margin: 15px 15px 15px 10px;
  43. color: #545454;
  44. font-size: 14px
  45. } */
  46. /* .inputText {
  47. flex: block;
  48. float: right;
  49. text-align: left;
  50. margin-right: 22px;
  51. margin-top: 11px;
  52. font-size: 14px
  53. } */
  54. /*按钮*/
  55. .loginBtnView {
  56. width: 100%;
  57. height: auto;
  58. background-color: #f2f2f2;
  59. margin-top: 0px;
  60. margin-bottom: 0px;
  61. padding-bottom: 0px;
  62. }
  63. .loginBtn {
  64. width: 100%;
  65. margin-top: 1rem;
  66. }
  67. button {
  68. width: unset !important;
  69. }
  70. .registerBtn {
  71. width: 100%;
  72. margin-top: 5px;
  73. }