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