password.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .forget.data-v-0a1db9e7 {
  2. position: absolute;
  3. bottom: 28rpx;
  4. width: 100%;
  5. left: 0;
  6. text-align: center;
  7. color: #999;
  8. font-size: 28rpx;
  9. height: 94rpx;
  10. line-height: 94rpx;
  11. }
  12. .bg.data-v-0a1db9e7 {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. height: 100%;
  18. background: #fff;
  19. }
  20. .pass-view.data-v-0a1db9e7 {
  21. font-size: 28rpx;
  22. color: #999999;
  23. text-align: center;
  24. background-color: #ffffff;
  25. }
  26. .pass-view .bd-bottom.data-v-0a1db9e7 {
  27. width: 354rpx;
  28. font-size: 28rpx;
  29. margin: 68rpx auto;
  30. }
  31. .pass-icon.data-v-0a1db9e7 {
  32. width: 228rpx;
  33. height: 228rpx;
  34. display: block;
  35. margin: 100rpx auto 80rpx;
  36. }
  37. .bd-password.data-v-0a1db9e7 {
  38. min-height: 100vh;
  39. background-color: #ffffff;
  40. padding: 46rpx 42rpx;
  41. }
  42. .bd-item.data-v-0a1db9e7 {
  43. height: 100rpx;
  44. border-bottom: 2rpx solid #f4f4f4;
  45. }
  46. .bd-label.data-v-0a1db9e7 {
  47. width: 36rpx;
  48. height: 36rpx;
  49. margin: 0 25rpx 0 2rpx;
  50. }
  51. .bd-input.data-v-0a1db9e7 {
  52. height: 100%;
  53. }
  54. .bd-image.data-v-0a1db9e7 {
  55. width: 160rpx;
  56. height: 67rpx;
  57. }
  58. .bd-bottom.data-v-0a1db9e7 {
  59. height: 88rpx;
  60. line-height: 88rpx;
  61. color: #ffffff;
  62. font-size: 36rpx;
  63. border-radius: 44rpx;
  64. margin-top: 68rpx;
  65. text-align: center;
  66. }
  67. .bd-yes-agree.data-v-0a1db9e7 {
  68. background: rgba(255, 69, 68, 1);
  69. }
  70. .bd-no-agree.data-v-0a1db9e7 {
  71. background: rgba(255, 69, 68, 0.5);
  72. }
  73. .bd-agree-group.data-v-0a1db9e7 {
  74. margin-top: 42rpx;
  75. }
  76. .bd-color.data-v-0a1db9e7 {
  77. font-size: 28rpx;
  78. color: #ff4544;
  79. }
  80. .bd-btn.data-v-0a1db9e7 {
  81. border-left: 1rpx solid #f4f4f4;
  82. width: 226rpx;
  83. height: 53rpx;
  84. line-height: 53rpx;
  85. font-size: 32rpx;
  86. color: #ff4544;
  87. text-align: center;
  88. }