userinfo.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .panel1{
  2. width: 100%;
  3. justify-content: flex-start;
  4. color:#fff;
  5. }
  6. .panel1_1{
  7. background-color: #FC7406;
  8. }
  9. .panel1_2{
  10. background-color: #FFB808;
  11. }
  12. .avatar{
  13. width:200rpx;
  14. height:200rpx;
  15. margin-top: 60rpx;
  16. border-radius: 20rpx;
  17. }
  18. .text1{
  19. font-size:32rpx;
  20. margin-top: 20rpx;
  21. }
  22. .panel11{
  23. width:710rpx;
  24. height:245rpx;
  25. background-color: #F2F2F2;
  26. border-radius: 20rpx;
  27. color:#4D4D4D;
  28. margin: 60rpx 0 80rpx 0;
  29. justify-content: flex-start;
  30. box-shadow: 0 20rpx 0 0 rgba(0,0,0,0.1);
  31. }
  32. .text2{
  33. font-size:36rpx;
  34. margin-top:40rpx;
  35. }
  36. .panel111{
  37. margin-top: 20rpx;
  38. align-items: flex-start;
  39. }
  40. .panel1111{
  41. width:300rpx;
  42. height:85rpx;
  43. }
  44. .text3{
  45. font-size:36rpx;
  46. font-family: 'Roboto-Black';
  47. }
  48. .text4{
  49. font-size:24rpx;
  50. margin-top: 10rpx;
  51. }
  52. .line{
  53. width:4rpx;
  54. height:40rpx;
  55. background-color: #4D4D4D;
  56. }
  57. .panel2{
  58. width:100%;
  59. background-color: #fff;
  60. }
  61. .panel2Item{
  62. width:690rpx;
  63. min-height:100rpx;
  64. justify-content: space-between;
  65. font-size: 28rpx;
  66. font-weight: 400;
  67. flex-wrap: wrap;
  68. }
  69. .panel2Item2{
  70. height:189rpx;
  71. }
  72. .text5{
  73. width:690rpx;
  74. font-size: 20rpx;
  75. font-weight: 500;
  76. }