userinfo.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .panel1{
  2. width: 100%;
  3. justify-content: flex-start;
  4. color:#fff;
  5. }
  6. .avatar{
  7. width:160rpx;
  8. height:160rpx;
  9. margin-top: 60rpx;
  10. border-radius: 50%;
  11. }
  12. .text1{
  13. font-size:38rpx;
  14. margin-top: 30rpx;
  15. }
  16. .text2{
  17. font-size:28rpx;
  18. margin-top: 30rpx;
  19. text-align: center;
  20. }
  21. .panel11{
  22. width:610rpx;
  23. margin-top: 43rpx;
  24. justify-content: space-between;
  25. align-items: flex-start;
  26. }
  27. .panel111{
  28. width:446rpx;
  29. align-items: flex-start;
  30. }
  31. .line{
  32. width: 4rpx;
  33. height:40rpx;
  34. background-color: #FD9949;
  35. margin-top: 8rpx;
  36. }
  37. .line2{
  38. background-color: #FFD56E;
  39. }
  40. .panel112{
  41. width:160rpx;
  42. align-items: flex-end;
  43. }
  44. .Number1{
  45. font-family: 'Roboto-Black';
  46. font-size:48rpx;
  47. }
  48. .text3{
  49. font-size:24rpx;
  50. margin-top: 4rpx;
  51. }
  52. .text4{
  53. font-size:22rpx;
  54. margin-top: 30rpx;
  55. width:610rpx;
  56. }
  57. .text5{
  58. width:610rpx;
  59. font-size: 28rpx;
  60. margin-top: 60rpx;
  61. text-align: center;
  62. }
  63. .btn{
  64. width:610rpx;
  65. height:100rpx;
  66. border-radius: 20rpx;
  67. background-color: #fff;
  68. margin:30rpx 0 0 0;
  69. }
  70. .avatar2{
  71. border-radius: 50%;
  72. width:50rpx;
  73. height:50rpx;
  74. margin-right: 20rpx;
  75. }
  76. .text7{
  77. color:#787878;
  78. font-size: 28rpx;
  79. }
  80. .panel2{
  81. width:100%;
  82. background-color: #fff;
  83. margin-top: 80rpx;
  84. }
  85. .panel2Item{
  86. width:690rpx;
  87. min-height:100rpx;
  88. justify-content: space-between;
  89. font-size: 28rpx;
  90. flex-wrap: wrap;
  91. }
  92. .panel2Item2{
  93. height:189rpx;
  94. color:#787878;
  95. }
  96. .text6{
  97. font-weight: 400;
  98. color:#4D4D4D;
  99. }