index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*修改密码*/
  2. page {
  3. background-color: #fff !important;
  4. }
  5. .ChangePassword .phone {
  6. font-size: 32rpx;
  7. font-weight: bold;
  8. text-align: center;
  9. margin-top: 55rpx;
  10. }
  11. .ChangePassword .list {
  12. width: 580rpx;
  13. margin: 53rpx auto 0 auto;
  14. }
  15. .ChangePassword .list .item {
  16. width: 100%;
  17. height: 110rpx;
  18. border-bottom: 2rpx solid #f0f0f0;
  19. }
  20. .ChangePassword .list .item input {
  21. width: 100%;
  22. height: 100%;
  23. font-size: 32rpx;
  24. }
  25. .ChangePassword .list .item .placeholder {
  26. color: #b9b9bc;
  27. }
  28. .ChangePassword .list .item input.codeIput {
  29. width: 340rpx;
  30. }
  31. .ChangePassword .list .item .code {
  32. font-size: 32rpx;
  33. background-color: #fff;
  34. }
  35. .ChangePassword .list .item .code.on {
  36. color: #b9b9bc !important;
  37. }
  38. .ChangePassword .list .item .images {
  39. width: 160rpx;
  40. height: 70rpx;
  41. display: block;
  42. }
  43. .ChangePassword .confirmBnt {
  44. font-size: 32rpx;
  45. width: 580rpx;
  46. height: 90rpx;
  47. border-radius: 45rpx;
  48. color: #fff;
  49. margin: 92rpx auto 0 auto;
  50. text-align: center;
  51. line-height: 90rpx;
  52. }