index.less 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .WoDe {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. background: #fff;
  6. .WoDeContent {
  7. width: 100%;
  8. position: relative;
  9. overflow: hidden;
  10. >.TopBg {
  11. width: 400vw;
  12. height: 400vw;
  13. position: relative;
  14. overflow: hidden;
  15. border-radius: 100%;
  16. margin-left: -150vw;
  17. margin-top: -340vw;
  18. >.ColorBg {
  19. width: 100%;
  20. position: absolute;
  21. left: 0;
  22. bottom: 0;
  23. height: 60vw;
  24. z-index: 1;
  25. background-image: linear-gradient(#F35844, rgba(255, 141, 97, 1, 0.5));
  26. }
  27. >.UserInfo {
  28. position: absolute;
  29. left: 50%;
  30. transform: translateX(-50%);
  31. -webkit-transform: translateX(-50%);
  32. bottom: 60px;
  33. z-index: 2;
  34. width: 100vw;
  35. align-items: center;
  36. >.Icon {
  37. width: 196px;
  38. height: 196px;
  39. border-radius: 100%;
  40. position: relative;
  41. overflow: hidden;
  42. background-color: #fff;
  43. margin-right: 40px;
  44. margin-left: 30px;
  45. >image {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. }
  50. >.flex-item {
  51. position: relative;
  52. overflow: hidden;
  53. >text {
  54. display: block;
  55. white-space: nowrap;
  56. font-size: 30px;
  57. color: #333;
  58. line-height: 40px;
  59. overflow: hidden;
  60. text-overflow: ellipsis;
  61. &:first-child {
  62. font-size: 34px;
  63. margin-bottom: 30px;
  64. }
  65. }
  66. }
  67. >text {
  68. font-size: 30px;
  69. line-height: 58px;
  70. border: 2px solid #000;
  71. border-radius: 8px;
  72. padding: 0 20px;
  73. margin-right: 30px;
  74. }
  75. }
  76. }
  77. >.UserTab {
  78. padding: 30px 0;
  79. margin-top: 20px;
  80. position: relative;
  81. overflow: hidden;
  82. >.Line {
  83. width: 100%;
  84. height: 20px;
  85. background-color: #f8f8f8;
  86. }
  87. >.flex-h {
  88. padding: 0 30px;
  89. align-items: center;
  90. >text {
  91. font-size: 44px;
  92. color: #F35844;
  93. margin-right: 20px;
  94. }
  95. >view {
  96. align-items: center;
  97. border-bottom: 2px solid #f8f8f8;
  98. >text {
  99. font-size: 32px;
  100. color: #999;
  101. line-height: 100px;
  102. margin-left: 20px;
  103. overflow: hidden;
  104. &:first-child {
  105. margin-left: 0;
  106. color: #333;
  107. }
  108. }
  109. }
  110. }
  111. }
  112. }
  113. }