login.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* pages/login/login.wxss */
  2. .top{
  3. text-align: center;
  4. margin-top: 120rpx;
  5. margin-bottom: 100rpx;
  6. }
  7. .top image{
  8. width: 220rpx;
  9. height: 220rpx;
  10. }
  11. .tab{
  12. /* width: 80%; */
  13. margin: 0 auto;
  14. display: flex;
  15. justify-content: space-evenly;
  16. }
  17. .input{
  18. width: 690rpx;
  19. height: 90rpx;
  20. margin: 0 auto;
  21. border-bottom: 1rpx solid #e5e5e5;
  22. }
  23. .input input{
  24. width: 100%;
  25. height: 100%;
  26. /* text-align: center; */
  27. padding-left: 30rpx;
  28. font-size: 30rpx;
  29. }
  30. .plac{
  31. /* text-align: center; */
  32. line-height: 90rpx;
  33. font-size: 30rpx;
  34. }
  35. .submit{
  36. margin-top: 80rpx;
  37. width: 690rpx;
  38. height: 90rpx;
  39. line-height: 90rpx;
  40. text-align: center;
  41. border-radius: 20rpx;
  42. background: #01652f;
  43. font-size:34rpx;
  44. color: #fff;
  45. }
  46. .picker{
  47. width: 690rpx;
  48. margin: 0 auto;
  49. }
  50. .weui-input{
  51. width: 100%;
  52. height: 100%;
  53. line-height: 90rpx;
  54. /* margin-left: 30rpx; */
  55. border-bottom: 1rpx solid #e5e5e5;
  56. display: flex;
  57. justify-content: space-between;
  58. align-items: center;
  59. }
  60. .weui-input span{
  61. margin-left: 30rpx;
  62. }
  63. .weui-input image{
  64. width: 26rpx;
  65. height: 14rpx;
  66. margin-right: 30rpx;
  67. }