index.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /* 头部椭圆 */
  2. .head {
  3. width: 442px;
  4. height: 285px;
  5. background-color: #4b3ab0;
  6. border-radius: 50%;
  7. position: absolute;
  8. left: -34px;
  9. top: -155px;
  10. z-index: -1;
  11. }
  12. .user {
  13. width: 100%;
  14. }
  15. .user .up {
  16. width: 100%;
  17. height: 40px;
  18. margin-top: 9px;
  19. display: flex;
  20. align-items: center;
  21. justify-content: space-between;
  22. color: #fff;
  23. }
  24. .user .up .left {
  25. height: 40px;
  26. display: flex;
  27. align-items: center;
  28. justify-content: start;
  29. }
  30. .user .up .left image {
  31. width: 40px;
  32. height: 40px;
  33. margin-left: 17px;
  34. margin-right: 8px;
  35. }
  36. image.bianji {
  37. width: 43px;
  38. height: 18px;
  39. position: absolute;
  40. top: 9px;
  41. left: 155px;
  42. }
  43. .user .up .left view {
  44. height: 40px;
  45. display: flex;
  46. flex-direction: column;
  47. align-items: flex-start;
  48. justify-content: space-between;
  49. }
  50. .user .up .left view text:first-child {
  51. font-size: 15px;
  52. font-weight: bold;
  53. }
  54. .user .up .left view text:last-child {
  55. font-size: 13px;
  56. }
  57. .user .up .right {
  58. height: 40px;
  59. }
  60. .user .up .right image {
  61. width: 14px;
  62. height: 15px;
  63. vertical-align: middle;
  64. margin-right: 4px;
  65. }
  66. .user .up .right text {
  67. font-size: 12px;
  68. text-decoration: underline;
  69. margin-right: 10px;
  70. }
  71. .user .down {
  72. width: 100%;
  73. height: 82px;
  74. display: flex;
  75. flex-direction: column;
  76. align-items: center;
  77. justify-content: start;
  78. }
  79. .user .down image {
  80. width: 16px;
  81. height: 16px;
  82. vertical-align: middle;
  83. margin-right: 2px;
  84. }
  85. .user .down view:first-child {
  86. font-size: 36px;
  87. color: #FFD800;
  88. font-weight: bold;
  89. }
  90. .user .down view:last-child {
  91. font-size: 15px;
  92. color: #C7C4D8;
  93. margin-top: -2px;
  94. }
  95. /* 详细数据 */
  96. .detail {
  97. width: 100%;
  98. height: 102px;
  99. text-align: center;
  100. margin: 10px auto;
  101. }
  102. .detail view {
  103. color: #6C6C6C;
  104. font-size: 10px;
  105. }
  106. .detail view view:first-child {
  107. color: #000;
  108. font-size: 30px;
  109. }
  110. .detail image {
  111. width: 114px;
  112. height: 83px;
  113. }
  114. /* 菜单 */
  115. .menu {
  116. width: 100%;
  117. }
  118. .menu image:first-child {
  119. width: 21px;
  120. height: 21px;
  121. }
  122. .menu image:last-child {
  123. width: 9px;
  124. height: 16px;
  125. }
  126. .contact_button{
  127. position: relative;
  128. bottom: 45px;
  129. opacity: 0;
  130. }
  131. .icon1{
  132. width: 19px;
  133. height: 20px;
  134. padding:1px 2px;
  135. margin: 0px 2px;
  136. }
  137. .icon2{
  138. width: 20px;
  139. height: 23px;
  140. padding:1px 2px;
  141. margin: 0px 2px;
  142. }
  143. .icon3{
  144. width: 21px;
  145. height: 21px;
  146. padding:1px 2px;
  147. margin: 0px 2px;
  148. }
  149. .icon4{
  150. width: 17px;
  151. height: 20px;
  152. padding:1px 2px;
  153. margin: 0px 2px;
  154. }