changeMobile.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* pages/changeMobile/changeMobile.wxss */
  2. .mobile {
  3. display: block;
  4. margin: 128rpx auto 48rpx;
  5. width: 68rpx;
  6. height: 110rpx;
  7. }
  8. .currentMobile {
  9. height: 32rpx;
  10. line-height: 32rpx;
  11. font-size: 32rpx;
  12. font-weight: 450;
  13. color: #282828;
  14. text-align: center;
  15. }
  16. .btnGroup {
  17. margin-top: 68rpx;
  18. padding: 0 68rpx;
  19. }
  20. .btnGroup .btn {
  21. width: 100%;
  22. height: 94rpx;
  23. line-height: 94rpx;
  24. font-size: 32rpx;
  25. color: #fff;
  26. background: #007bff;
  27. }
  28. .formGroup {
  29. padding: 68rpx 68rpx 0;
  30. }
  31. .lineGroup {
  32. position: relative;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .lineGroup+.lineGroup {
  37. margin-top: 40rpx;
  38. }
  39. .lineGroup .label {
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. padding-left: 24rpx;
  44. height: 94rpx;
  45. line-height: 94rpx;
  46. font-size: 30rpx;
  47. color: #202020;
  48. }
  49. .lineGroup .input {
  50. padding-left: 168rpx;
  51. flex: 1;
  52. height: 94rpx;
  53. font-size: 30rpx;
  54. color: #202020;
  55. background: #fff;
  56. border-radius: 10rpx;
  57. }
  58. .lineGroup .sendCode {
  59. margin-left: 16rpx !important;
  60. width: 198rpx;
  61. height: 94rpx;
  62. line-height: 94rpx;
  63. font-size: 30rpx;
  64. color: #fff;
  65. background: #007dff;
  66. }
  67. .icon-success {
  68. display: block;
  69. margin: 68rpx auto 0;
  70. width: 199rpx;
  71. height: 199rpx;
  72. }
  73. .status {
  74. margin-top: 48rpx;
  75. height: 40rpx;
  76. line-height: 40rpx;
  77. font-size: 40rpx;
  78. color: #282828;
  79. text-align: center;
  80. }
  81. .currentStatus {
  82. margin-top: 30rpx;
  83. height: 28rpx;
  84. line-height: 28rpx;
  85. font-size: 28rpx;
  86. color: #999;
  87. text-align: center;
  88. }