loginMobeil.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .login-mobeil-content {
  2. margin: 60rpx 30rpx;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .login-mobeil-content .title {
  7. font-size: 52rpx;
  8. font-family: PingFangSC-Medium;
  9. font-weight: 500;
  10. color: rgba(34, 34, 34, 1);
  11. margin-bottom: 60rpx;
  12. }
  13. .login-mobeil-content .part {
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. height: 100rpx;
  18. background: #F9F9F9;
  19. margin-bottom: 30rpx;
  20. border-radius: 2px;
  21. }
  22. .prefix {
  23. display: flex;
  24. align-items: center;
  25. font-size: 28rpx;
  26. font-family: PingFangSC-Regular;
  27. font-weight: 400;
  28. color: rgba(34, 34, 34, 1);
  29. margin-left: 40rpx;
  30. padding-right: 20rpx;
  31. box-shadow: 1px 0px 0px 0px #DDDDDD;
  32. }
  33. .down {
  34. width: 12rpx;
  35. height: 8rpx;
  36. margin-left: 20rpx;
  37. }
  38. .ipt-mobile,
  39. .ipt-code {
  40. flex: 1;
  41. font-size: 28rpx;
  42. margin-left: 10px;
  43. margin-right: 10rpx;
  44. color: #444444;
  45. }
  46. .btn-code {
  47. font-size: 32rpx;
  48. font-weight: 400;
  49. height: 100%;
  50. color: #222222;
  51. align-items: center;
  52. justify-content: center;
  53. padding: 0 50rpx;
  54. display: flex;
  55. flex-shrink: 0;
  56. flex-wrap: nowrap;
  57. position: relative;
  58. }
  59. .btn-code::before {
  60. content: "";
  61. position: absolute;
  62. left: 0;
  63. top: 30rpx;
  64. bottom: 30rpx;
  65. width: 1px;
  66. background: #DDDDDD;
  67. }
  68. .gray {
  69. color: #999999;
  70. }
  71. .code-outer {
  72. display: flex;
  73. align-items: center;
  74. width: 360rpx;
  75. }
  76. .btn-outer {
  77. background: #65D4C3;
  78. border-radius: 2rpx;
  79. margin: 60rpx 0;
  80. color: #fff;
  81. border-radius: 6rpx;
  82. font-size: 36rpx;
  83. font-weight: bold;
  84. }
  85. .btn-code-disable {
  86. pointer-events: none;
  87. color: #d3d3d3;
  88. }
  89. .btn-sure-disbale {
  90. pointer-events: none;
  91. background: #d3d3d3;
  92. }
  93. button::after {
  94. border: 0;
  95. }