index.module.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .container{
  2. width: 100%;
  3. padding: 12px;
  4. position: fixed;
  5. bottom: 16px;
  6. left: 0;
  7. right: 0;
  8. z-index: 2;
  9. display: flex;
  10. justify-content: center;
  11. box-sizing: border-box;
  12. flex-direction: column;
  13. align-items: center;
  14. }
  15. .demoAvatar{
  16. position: absolute;
  17. z-index: 1;
  18. top: 0;
  19. left: 50%;
  20. margin-left: -113.5px;
  21. width: 227px;
  22. height: 402px;
  23. }
  24. .content{
  25. position: relative;
  26. padding-top: 260px;
  27. z-index: 2;
  28. display: flex;
  29. justify-content: center;
  30. box-sizing: border-box;
  31. flex-direction: column;
  32. align-items: center;
  33. }
  34. .welcomBar{
  35. padding: 12px 16px;
  36. border-radius: 8px;
  37. width: 312px;
  38. background-color:rgba(255, 255, 255, 0.4);
  39. backdrop-filter: blur(7px) brightness(0.94) contrast(146%) grayscale(3%) opacity(81%);
  40. margin-bottom: 8px;
  41. }
  42. .hello {
  43. margin-bottom: 4px;
  44. font-family: PingFangSC-Medium;
  45. font-weight: 500;
  46. font-size: 16px;
  47. color: #111A34;
  48. line-height: 24px;
  49. background: #2ACCF7;
  50. background: radial-gradient(circle farthest-corner at top left, #2ACCF7 0%, #327BF9 10%, #4649F9 100%);
  51. -webkit-background-clip: text;
  52. background-clip: text;
  53. -webkit-text-fill-color: transparent;
  54. }
  55. .welcome {
  56. font-family: PingFangSC-Regular;
  57. font-weight: 400;
  58. font-size: 12px;
  59. color: rgba(#000, .6);
  60. line-height: 20px;
  61. }
  62. .box {
  63. border-radius: 12px;
  64. padding: 16px;
  65. background-color: white;
  66. }
  67. .boxInner {
  68. padding: 16px;
  69. min-height: 184px;
  70. margin-bottom: 16px;
  71. background-image: linear-gradient(120deg, #f2fcff 0%, #EBF5FF 49%, #E2EAFF 100%);
  72. border-radius: 8px;
  73. }
  74. .headline {
  75. margin-bottom: 10px;
  76. font-weight: 500;
  77. font-size: 16px;
  78. line-height: 24px;
  79. }
  80. .list {
  81. display: flex;
  82. flex-direction: column;
  83. gap: 12px;
  84. width: 100%;
  85. padding-bottom: 38px;
  86. font-family: PingFangSC-Regular;
  87. font-weight: 400;
  88. font-size: 14px;
  89. color: #414A64;
  90. line-height: 20px;
  91. }