index.less 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. .assets {
  16. width: 110px;
  17. height: 110px;
  18. box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 5px 10px 0px rgba(0, 0, 0, 0.01);
  19. border-radius: 4px;
  20. }
  21. }
  22. .input-layout {
  23. display: flex;
  24. margin-bottom: 20px;
  25. .button {
  26. height: 36px;
  27. line-height: 28px;
  28. margin-top: 5px;
  29. }
  30. .input-block {
  31. flex: 1;
  32. margin-right: 10px;
  33. .t1 {
  34. display: inline-block;
  35. width: 75px;
  36. height: 46px;
  37. background: #F7F7F7;
  38. border: 1px solid #F7F7F7;
  39. line-height: 44px;
  40. font-size: 16px;
  41. text-align: center;
  42. }
  43. .t2 {
  44. display: inline-block;
  45. width: 415px;
  46. height: 46px;
  47. background: #fff;
  48. line-height: 44px;
  49. border: 1px solid #F7F7F7;
  50. font-size: 16px;
  51. padding-left: 15px;
  52. color: #4299FF;
  53. }
  54. .success {
  55. font-size: 18px;
  56. text-align: right;
  57. i {
  58. color: #6EC64B;
  59. }
  60. }
  61. .g-input-wrapper {
  62. margin: 0;
  63. }
  64. }
  65. }
  66. }