forgot.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .page.data-v-e385f5fc {
  2. width: 100%;
  3. padding: 0 30rpx 40rpx;
  4. box-sizing: border-box;
  5. background: #F3F4F4;
  6. }
  7. .page .box.data-v-e385f5fc {
  8. margin-top: 20rpx;
  9. width: 100%;
  10. padding: 0 30rpx;
  11. box-sizing: border-box;
  12. background: #FFFFFF;
  13. border-radius: 10rpx 10rpx 10rpx 10rpx;
  14. }
  15. .page .box .b_item.data-v-e385f5fc {
  16. display: flex;
  17. align-items: center;
  18. padding: 30rpx 0;
  19. border-bottom: 1rpx solid #E1E1E1;
  20. position: relative;
  21. }
  22. .page .box .b_item text.data-v-e385f5fc {
  23. font-size: 30rpx;
  24. font-family: PingFang SC, PingFang SC;
  25. font-weight: 400;
  26. color: #333333;
  27. width: 120rpx;
  28. }
  29. .page .box .b_item input.data-v-e385f5fc {
  30. border: none;
  31. width: calc(100% - 120rpx);
  32. padding-left: 22rpx;
  33. box-sizing: border-box;
  34. font-size: 30rpx;
  35. font-family: PingFang SC, PingFang SC;
  36. font-weight: 400;
  37. color: #333333;
  38. }
  39. .page .box .b_item.data-v-e385f5fc:last-child {
  40. border-bottom: none;
  41. }
  42. .page .box .b_item.b_item_code input.data-v-e385f5fc {
  43. width: calc(100% - 400rpx);
  44. }
  45. .page .box .b_item .bi_code.data-v-e385f5fc {
  46. position: absolute;
  47. right: 0;
  48. top: 50%;
  49. margin-top: -21rpx;
  50. font-size: 30rpx;
  51. font-family: PingFang SC, PingFang SC;
  52. font-weight: 400;
  53. color: #1372FF;
  54. }
  55. .page .btn.data-v-e385f5fc {
  56. width: calc(100% - 60rpx);
  57. height: 96rpx;
  58. background: #1372FF;
  59. border-radius: 48rpx 48rpx 48rpx 48rpx;
  60. line-height: 96rpx;
  61. text-align: center;
  62. font-size: 34rpx;
  63. font-family: PingFang SC, PingFang SC;
  64. font-weight: 400;
  65. color: #FFFFFF;
  66. letter-spacing: 2rpx;
  67. position: fixed;
  68. bottom: 40rpx;
  69. left: 30rpx;
  70. }