login.wxss 1003 B

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