index.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .nut-shortpsd-subtitle {
  2. display: inline-block;
  3. margin-bottom: 24px;
  4. }
  5. .nut-input-w {
  6. padding: 24px 0 10px 0;
  7. text-align: center;
  8. position: relative;
  9. input {
  10. width: 247px;
  11. height: 41px;
  12. background: rgba(245, 245, 245, 1);
  13. border-radius: 4px;
  14. }
  15. .nut-input-real {
  16. padding: 0 12px;
  17. opacity: 0;
  18. }
  19. }
  20. .psd-blink {
  21. display: inline-block;
  22. }
  23. .nut-shortpsd-fake {
  24. width: 100%;
  25. height: 41px;
  26. margin: 0 auto;
  27. background: rgba(245, 245, 245, 1);
  28. border-radius: 4px;
  29. border: 1px solid #ddd;
  30. display: flex;
  31. justify-content: space-between;
  32. cursor: pointer;
  33. position: absolute;
  34. left: 0;
  35. top: 29%;
  36. z-index: 0;
  37. }
  38. .nut-shortpsd-li {
  39. width: 16.5%;
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .nut-shortpsd-icon {
  45. height: 6px;
  46. width: 6px;
  47. border-radius: 50%;
  48. background: #000;
  49. display: inline-block;
  50. }
  51. .nut-shortpsd-message {
  52. margin-top: 9px;
  53. margin-left: 20px;
  54. display: flex;
  55. justify-content: space-between;
  56. width: 247px;
  57. .nut-shortpsd-error {
  58. line-height: 10px;
  59. font-family: PingFangSC-Regular;
  60. font-size: 10px;
  61. color: rgba(242, 39, 12, 1);
  62. }
  63. .nut-shortpsd-forget {
  64. line-height: 12px;
  65. font-family: PingFangSC-Regular;
  66. font-size: 12px;
  67. color: rgba(128, 128, 128, 1);
  68. }
  69. }
  70. .nut-dialog-content {
  71. padding-bottom: 0;
  72. }