index.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .container {
  2. padding-top: 180px;
  3. }
  4. .zan-col {
  5. line-height: 30px;
  6. text-align: center;
  7. font-size: 14px;
  8. border-right: 1px solid #eee;
  9. }
  10. .my-statistics {
  11. padding: 10px 0;
  12. }
  13. .my-menu .zan-cell__icon {
  14. width: 30px;
  15. text-align: center;
  16. font-size: 16px;
  17. }
  18. .my-menu .zan-cell {
  19. padding: 10px 15px;
  20. }
  21. .header {
  22. height: 150px;
  23. width:100%;
  24. background: #de3639;
  25. position:fixed;
  26. top:0;
  27. z-index:99;
  28. }
  29. .header .avatar {
  30. border-radius: 50%;
  31. overflow: hidden;
  32. width: 100px;
  33. height: 100px;
  34. text-align: center;
  35. background: #fff;
  36. margin: 20px auto;
  37. border: 2px solid #fff;
  38. box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  39. }
  40. .header .avatar image {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .header .account {
  45. color: #fff;
  46. text-align: center;
  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. }