manualInput.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .container-view {
  2. height: 100vh;
  3. background-color: #fff;
  4. padding: 48rpx 32rpx;
  5. }
  6. .input {
  7. width: 588rpx;
  8. }
  9. .input-info {
  10. /* margin-top: 48rpx; */
  11. border-radius: 24rpx;
  12. border: 5rpx solid #2A3A5A;
  13. justify-content: center;
  14. align-items: center;
  15. padding: 34rpx 40rpx;
  16. /* width: 686rpx; */
  17. /* height: 128rpx; */
  18. }
  19. .input-info>input {
  20. /* width: 92%; */
  21. width: 100%;
  22. }
  23. .input {
  24. font-size: 40rpx;
  25. line-height: 40rpx;
  26. border-radius: 24rpx;
  27. border: 5rpx solid #2A3A5A;
  28. padding: 34rpx 40rpx;
  29. }
  30. .input-text {
  31. color: #828DA2;
  32. font-size: 24rpx;
  33. font-weight: 400;
  34. font-family: PingFangSC, PingFang SC;
  35. line-height: 40rpx;
  36. font-style: normal;
  37. margin-top: 24rpx;
  38. }
  39. .title {
  40. color: #5E6F90;
  41. font-size: 32rpx;
  42. font-weight: 400;
  43. font-family: PingFangSC, PingFang SC;
  44. line-height: 32rpx;
  45. font-style: normal;
  46. margin-top: 40rpx;
  47. }
  48. .content-view {
  49. margin-top: 24rpx;
  50. color: #5E6F90;
  51. font-size: 32rpx;
  52. font-weight: 500;
  53. font-family: PingFangSC, PingFang SC;
  54. line-height: 32rpx;
  55. font-style: normal;
  56. }
  57. .content-view>text {
  58. margin-left: 8rpx;
  59. color: #5E6F90;
  60. font-size: 36rpx;
  61. font-weight: 500;
  62. font-family: DIN, DIN;
  63. line-height: 32rpx;
  64. font-style: normal;
  65. }
  66. .confirm-btn {
  67. width: 100%;
  68. height: 88rpx;
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. margin-top: 38rpx;
  73. border-radius: 44rpx;
  74. background: #0074FF;
  75. font-weight: 600;
  76. font-size: 32rpx;
  77. color: #FFFFFF;
  78. font-family: PingFangSC, PingFang SC;
  79. }
  80. .btn-disable {
  81. filter: grayscale(1);
  82. }