C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

79 строки
1.2 KiB

  1. /* pages/forgetpwd/forgetpwd.wxss */
  2. /**index.wxss**/
  3. .forgetpwd {
  4. width: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .retrievepwd {
  9. width: 100%;
  10. display: flex;
  11. flex-direction: column;
  12. position: relative;
  13. }
  14. .retrievepwd view {
  15. width: 90%;
  16. display: flex;
  17. margin: 0 auto;
  18. border-bottom: 1rpx solid #d7d7d7;
  19. padding: 3.3% 0;
  20. padding-left: 4%;
  21. position: relative;
  22. }
  23. .line {
  24. width: 2rpx;
  25. height: 22rpx;
  26. background: #d7d7d7;
  27. position: absolute;
  28. left: 20%;
  29. top: 38rpx;
  30. }
  31. .retrievepwd view input {
  32. font-size: 34rpx;
  33. }
  34. .retrievepwd view:nth-child(1) input {
  35. width: 58%;
  36. padding-left: 60rpx;
  37. }
  38. .retrievepwd view text:nth-child(4) {
  39. color: #00c0ff;
  40. font-size: 28rpx;
  41. }
  42. .forgetpwd button {
  43. width: 92%;
  44. height: 6.6%;
  45. background: #00c0ff;
  46. color: #fff;
  47. margin-top: 10.3%;
  48. font-size: 36rpx;
  49. }
  50. .send {
  51. width: 218rpx !important;
  52. height: 40rpx !important;
  53. font-size: 28rpx !important;
  54. line-height: 40rpx;
  55. position: absolute;
  56. right: 0;
  57. top: -34rpx;
  58. background: #fff!important;
  59. color: #00c0ff!important;
  60. }
  61. button::after{
  62. border: none;
  63. }
  64. .try {
  65. position: absolute;
  66. top: 38rpx;
  67. right: 0;
  68. font-size: 28rpx;
  69. }