抖音b端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

116 wiersze
1.9 KiB

  1. .forgetpwd {
  2. width: 100%;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .retrievepwd {
  7. width: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. position: relative;
  11. margin-bottom: 68rpx;
  12. }
  13. /* .retrievepwd view {
  14. width: 90%;
  15. display: flex;
  16. margin: 0 auto;
  17. height: 94rpx;
  18. line-height: 94rpx;
  19. padding-left: 4%;
  20. position: relative;
  21. } */
  22. .input01 {
  23. text-indent: 40rpx;
  24. font-size: 40rpx;
  25. color: #000;
  26. letter-spacing: 0;
  27. margin-top: 28rpx;
  28. }
  29. .input02 {
  30. text-indent: 40rpx;
  31. font-size: 28rpx;
  32. margin-top: 16rpx;
  33. color: #000;
  34. letter-spacing: 0;
  35. line-height: 32rpx;
  36. }
  37. .line {
  38. width: 2rpx;
  39. height: 22rpx;
  40. background: #d7d7d7;
  41. position: absolute;
  42. left: 20%;
  43. top: 38rpx;
  44. }
  45. .retrievepwd view input {
  46. display: inline-block;
  47. font-size: 30rpx;
  48. width: 460rpx;
  49. padding-left: 40rpx;
  50. height: 94rpx;
  51. color: #000!important;
  52. letter-spacing: 0;
  53. line-height: 32rpx;
  54. }
  55. .pho {
  56. margin-top: 40rpx;
  57. }
  58. .retrievepwd view:nth-child(1) input {
  59. width: 68%;
  60. }
  61. .retrievepwd view text:nth-child(4) {
  62. color: #52a0fd;
  63. font-size: 28rpx;
  64. }
  65. .forgetpwd button {
  66. width: 92%;
  67. height: 94rpx;
  68. line-height: 94rpx;
  69. background: #52a0fd;
  70. color: #fff;
  71. font-size: 36rpx;
  72. }
  73. .active {
  74. opacity: 0.6;
  75. }
  76. .send {
  77. display: inline-block;
  78. width: 210rpx !important;
  79. border-radius: 16rpx;
  80. margin-top: 12rpx;
  81. margin-right: 30rpx;
  82. font-size: 30rpx!important;
  83. letter-spacing: 0;
  84. padding: 0!important;
  85. }
  86. button::after {
  87. border: none;
  88. }
  89. .try {
  90. width: 32%;
  91. display: inline-block;
  92. background: #52a0fd;
  93. color: #fff;
  94. border-radius: 16rpx;
  95. text-align: center;
  96. opacity: 0.6;
  97. height: 70rpx !important;
  98. font-size: 28rpx !important;
  99. line-height: 70rpx !important;
  100. margin-top: 12rpx;
  101. }