login.wxss 1.1 KB

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