login.wxss 569 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* pages/login/login.wxss */
  2. .header{
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .img{
  8. height: 100px;
  9. width: 100px;
  10. }
  11. .itemView{
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. }
  16. .input1{
  17. width: 220px;
  18. height: 40px;
  19. border: 2px solid rgb(153, 150, 150);
  20. margin-bottom: 7px;
  21. margin-top: 40px;
  22. }
  23. .input2{
  24. width: 220px;
  25. height: 40px;
  26. border: 2px solid rgb(153, 150, 150);
  27. margin-bottom: 5px;
  28. }
  29. .footer{
  30. margin-top: 150px;
  31. }
  32. .btn{
  33. background: rgb(40, 182, 238);
  34. color: white;
  35. }
  36. .btn{
  37. color: aqua;
  38. }