index.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @import '../../app.less';
  2. .invite-block {
  3. .title-block {
  4. font-size: 18px;
  5. color: #686872;
  6. margin-bottom: 10px;
  7. b {
  8. color: #303036;
  9. font-weight: 500;
  10. }
  11. }
  12. .qrcode {
  13. text-align: center;
  14. padding: 30px;
  15. padding-top: 5px;
  16. .assets {
  17. width: 110px;
  18. height: 110px;
  19. box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 5px 10px 0px rgba(0, 0, 0, 0.01);
  20. border-radius: 4px;
  21. }
  22. }
  23. .input-layout {
  24. display: flex;
  25. margin-bottom: 20px;
  26. .button {
  27. height: 36px;
  28. line-height: 28px;
  29. margin-top: 5px;
  30. }
  31. .input-block {
  32. flex: 1;
  33. margin-right: 10px;
  34. .t1 {
  35. display: inline-block;
  36. width: 75px;
  37. height: 46px;
  38. background: #F7F7F7;
  39. border: 1px solid #F7F7F7;
  40. line-height: 44px;
  41. font-size: 16px;
  42. text-align: center;
  43. }
  44. .t2 {
  45. display: inline-block;
  46. width: 415px;
  47. height: 46px;
  48. background: #fff;
  49. line-height: 44px;
  50. border: 1px solid #F7F7F7;
  51. font-size: 16px;
  52. padding-left: 15px;
  53. color: #4299FF;
  54. }
  55. .success {
  56. font-size: 18px;
  57. text-align: right;
  58. i {
  59. color: #6EC64B;
  60. }
  61. }
  62. .g-input-wrapper {
  63. margin: 0;
  64. }
  65. }
  66. }
  67. }