login.wxss 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .head{
  2. position: relative;
  3. height: 149px;
  4. border-radius: 0px 0px 10px 10px;
  5. background-color: rgba(42, 130, 228, 1);
  6. }
  7. .content{
  8. position: absolute;
  9. top:59px;
  10. left: 7px;
  11. width:359px;
  12. height: 284px;
  13. background-color: white;
  14. border: 1px solid rgba(128, 128, 128, 0.45);
  15. }
  16. .logo{
  17. font-size: 18px;
  18. font-weight: 700;
  19. margin-top: 9px;
  20. text-align: center;
  21. }
  22. .uni-list-cell-left-2{
  23. float: left;
  24. margin-top: 40px;
  25. margin-left: 13px;
  26. }
  27. .uni-list-cell-db-2{
  28. float: right;
  29. margin-right: 17px;
  30. margin-top: 35px;
  31. width: 270px;
  32. height: 35px;
  33. border-radius: 14px;
  34. background-color: rgba(166, 166, 166, 0.18);
  35. }
  36. .uni-input-2{
  37. margin-left: 10px;
  38. margin-top: 5px;
  39. font-size: 12px;
  40. cursor: not-allowed;
  41. }
  42. .uni-input-placeholder{
  43. margin-top: 6px;
  44. text-align: center;
  45. }
  46. button{
  47. position: absolute;
  48. bottom: 36px;
  49. left: 69px;
  50. line-height: 33px;
  51. }