setPassword.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/setPassword/setPassword.wxss */
  2. .set-container {
  3. padding: 20rpx 28rpx;
  4. }
  5. .form-item {
  6. position: relative;
  7. border-bottom: solid 1px #e5e5e5;
  8. margin: 17rpx 26rpx;
  9. padding: 29rpx 113rpx;
  10. display: flex;
  11. flex-direction: row;
  12. align-items: center;
  13. }
  14. .macid-item {
  15. position: relative;
  16. margin: 0 26rpx;
  17. margin-bottom: 20rpx;
  18. padding: 29rpx 0;
  19. padding-right: 113rpx;
  20. display: flex;
  21. flex-direction: row;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .form-input {
  26. width: 100%;
  27. }
  28. .form-img {
  29. position: absolute;
  30. left: 14rpx;
  31. width: 48rpx;
  32. height: 48rpx;
  33. }
  34. .form-img-right {
  35. position: absolute;
  36. right: 14rpx;
  37. width: 48rpx;
  38. height: 48rpx;
  39. }
  40. .form-btn {
  41. margin-top: 60rpx;
  42. text-align: center;
  43. }
  44. .form-btn {
  45. margin-top: 60rpx;
  46. text-align: center;
  47. }
  48. .login-btn {
  49. width: 100%;
  50. height: 90rpx;
  51. line-height: 86rpx;
  52. background: #11bf96;
  53. border-radius: 43rpx;
  54. font-size: 32rpx;
  55. font-family: PingFangSC-Medium;
  56. font-weight: 500;
  57. color: rgba(255, 255, 255, 1);
  58. text-align: center;
  59. margin: 0 auto;
  60. }
  61. .code-button {
  62. position: absolute;
  63. right: 14rpx;
  64. width: auto;
  65. padding: 0 12rpx;
  66. height: 50rpx;
  67. border: 1rpx solid rgba(15, 191, 149, 1);
  68. border-radius: 10rpx;
  69. }
  70. .code-text {
  71. font-size: 24rpx;
  72. font-family: PingFang SC;
  73. font-weight: 400;
  74. color: rgba(15, 191, 149, 1);
  75. }
  76. .code-form {
  77. padding-right: 209rpx;
  78. }