bindphone.css 995 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. page {
  2. background: #F5F5F9;
  3. }
  4. .flex {
  5. display: flex;
  6. }
  7. .login-list {
  8. margin-top: 40upx;
  9. height: 100upx;
  10. align-items: center;
  11. padding: 0 30upx;
  12. background-color: #fff;
  13. border-top: 1px solid #ddd;
  14. border-bottom: 1px solid #ddd;
  15. }
  16. .login-list .login-input {
  17. flex: 1;
  18. }
  19. .login-list .login-input input {
  20. font-size: 28upx;
  21. color: #333333;
  22. padding-left: 20upx;
  23. }
  24. .login-list .codeimg img {
  25. width: 150upx;
  26. }
  27. .login-list-code {
  28. height: 100upx;
  29. align-items: center;
  30. padding: 0 30upx;
  31. background-color: #fff;
  32. border-bottom: 1px solid #ddd;
  33. }
  34. .login-list-code .login-input {
  35. flex: 1;
  36. }
  37. .login-list-code .login-input input {
  38. font-size: 28upx;
  39. color: #333333;
  40. padding-left: 20upx;
  41. }
  42. .login-list-code .login-input .codeimg img {
  43. width: 150upx;
  44. }
  45. .login-list-code .codeimg img {
  46. width: 150upx;
  47. }
  48. .login-list-code .getCodeMsg {
  49. color: #4CA2FF;
  50. border: 1px solid #4CA2FF;
  51. border-radius: 10upx;
  52. padding: 2upx 4upx;
  53. }
  54. .login-btn {
  55. margin-top: 70upx;
  56. }