changePhone.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. html,
  2. body {
  3. height: 100%;
  4. font-family: PingFangSC-Regular;
  5. color: #333333;
  6. overflow: hidden;
  7. }
  8. .item {
  9. box-sizing: border-box;
  10. padding: 28rpx 32rpx;
  11. display: flex;
  12. justify-content: space-between;
  13. font-size: 32rpx;
  14. background: #ffffff;
  15. }
  16. .item input {
  17. color: #666666;
  18. }
  19. .item > view{
  20. color: #3296FB;
  21. padding-left: 40rpx;
  22. margin-left: 40rpx;
  23. border-left: 2rpx solid #eeeeee;
  24. }
  25. .line {
  26. width: 100%;
  27. height: 2rpx;
  28. background: #ffffff;
  29. }
  30. .line > view {
  31. width: 718rpx;
  32. height: 2rpx;
  33. background: #eeeeee;
  34. float: right;
  35. }
  36. .loginOut {
  37. color: #ff5e5e;
  38. margin-top: 24rpx;
  39. box-sizing: border-box;
  40. padding: 28rpx 32rpx;
  41. background: #ffffff;
  42. text-align: center;
  43. }
  44. .disable {
  45. background: #dddddd;
  46. color: #AAAAAA;
  47. }
  48. .able{
  49. background: #3296fb;
  50. color: #ffffff;
  51. }
  52. .btn {
  53. width: 686rpx;
  54. height: 90rpx;
  55. margin: 48rpx 0 0 32rpx;
  56. border-radius: 45rpx;
  57. text-align: center;
  58. line-height: 90rpx;
  59. }