index.module.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .setbox {
  2. position: relative;
  3. display: flex;
  4. flex-direction: column;
  5. width: 427px;
  6. border-radius: 16px;
  7. background: #fff;
  8. overflow: hidden;
  9. }
  10. .head {
  11. position: relative;
  12. line-height: 53px;
  13. height: 60px;
  14. text-align: center;
  15. background: #F5F6FA;
  16. color: #131415;
  17. font-weight: 600;
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. font-size: 16px;
  22. flex-shrink: 0;
  23. .close {
  24. position: absolute;
  25. top: 50%;
  26. right: 20px;
  27. transform: translateY(-50%);
  28. }
  29. }
  30. .form {
  31. padding: 26px;
  32. :global {
  33. .n-form-item .n-form-item-feedback-wrapper{
  34. --n-feedback-height: 26px;
  35. }
  36. .n-form-item.n-form-item--left-labelled:last-child {
  37. .n-form-item-feedback-wrapper {
  38. display: none;
  39. }
  40. }
  41. .n-form-item .n-form-item-label{
  42. color: #666;
  43. }
  44. .n-form-item-label.n-form-item-label--right-mark{
  45. min-height: 46px;
  46. }
  47. .n-base-selection{
  48. --n-height: 46px;
  49. }
  50. }
  51. .checkbox {
  52. :global {
  53. .n-button {
  54. border-radius: 6px;
  55. width: 73px;
  56. }
  57. .n-button--default-type {
  58. background: #F5F6FA;
  59. ;
  60. }
  61. .n-button--primary-type {
  62. background: #198CFE;
  63. color: #fff;
  64. }
  65. }
  66. }
  67. }
  68. .btns {
  69. padding-bottom: 26px;
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. :global {
  74. .n-button {
  75. width: 135px;
  76. height: 41px;
  77. border-radius: 20px;
  78. border-color: #AAAAAA;
  79. margin: 0 8px;
  80. }
  81. .n-button--loading{
  82. opacity: .6;
  83. }
  84. }
  85. }
  86. .productIframe{
  87. position: fixed;
  88. width: 1000px;
  89. height: 80vh;
  90. border: none;
  91. z-index: -100;
  92. pointer-events: none;
  93. opacity: 0;
  94. }