index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .zan-col {
  2. line-height: 30px;
  3. text-align: center;
  4. font-size: 14px;
  5. border-right: 1px solid #eee;
  6. }
  7. .my-statistics {
  8. padding: 10px 0;
  9. }
  10. .my-menu .zan-cell__icon {
  11. width: 30px;
  12. text-align: center;
  13. font-size: 16px;
  14. }
  15. .my-menu .zan-cell {
  16. padding: 10px 15px;
  17. }
  18. .header {
  19. width: 100%;
  20. overflow: hidden;
  21. background: #de3639;
  22. position: fixed;
  23. top: 0;
  24. z-index: 99;
  25. }
  26. .header .avatar {
  27. border-radius: 50%;
  28. overflow: hidden;
  29. width: 80px;
  30. height: 80px;
  31. text-align: center;
  32. background: #fff;
  33. margin: 15px auto;
  34. border: 2px solid #fff;
  35. box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  36. }
  37. .header .avatar image {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .header .account {
  42. color: #fff;
  43. text-align: center;
  44. }
  45. .header .account .nickname{
  46. margin: 15rpx 0;
  47. }
  48. .zan-cell__icon .fa-stack {
  49. height: 1.4em;
  50. width: 1.4em;
  51. line-height: 1.4em;
  52. }
  53. .zan-cell__icon .fa-stack-2x {
  54. font-size: 1.4em;
  55. }
  56. .zan-cell__icon .fa-stack-1x {
  57. font-size: 0.6em;
  58. }
  59. .my-statistics {
  60. padding: 15px 0;
  61. }
  62. .my-statistics .weui-flex__item {
  63. padding: 10px 20px;
  64. border-right: 1px solid #eee;
  65. text-align: center;
  66. }
  67. .my-statistics .weui-flex__item:last-child {
  68. border-right: none;
  69. }
  70. .btn-auth {
  71. background-color: #fff;
  72. }
  73. .user-level {
  74. display: flex;
  75. justify-content: center;
  76. }
  77. .user-level .level {
  78. border-radius: 100rpx;
  79. background-color: #e3efff;
  80. color: #3388FF;
  81. border: 1px solid #63a3fc;
  82. font-size: 22rpx;
  83. padding: 6rpx 12rpx;
  84. }