mine.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @import "../../themes/page.scss";
  2. // .page-scroll__container {
  3. // flex: 0 1 auto;
  4. // height: var(--page-container-safeHeight, 100vh);
  5. // // padding-top: 12px;
  6. // // background: #F5F6F7;
  7. // padding: 20rpx;
  8. // width: 94%;
  9. // }
  10. .mine-container {
  11. position: relative;
  12. height: 100vh;
  13. background-color: #f7f7f7;
  14. }
  15. .page-scroll__container {
  16. box-sizing: border-box;
  17. overflow-y: auto;
  18. }
  19. .tabbar-container {
  20. position: fixed;
  21. left: 0;
  22. right: 0;
  23. bottom: 0;
  24. z-index: 100;
  25. background-color: #fff;
  26. padding-bottom: env(safe-area-inset-bottom);
  27. box-shadow: 0 -2rpx 6rpx rgba(0, 0, 0, 0.1);
  28. }
  29. .mine-container{
  30. background-image: url("/assets/bg/bg_user@2x.png");
  31. background-size: 100% 100%;
  32. background-repeat: no-repeat;
  33. background-color: #F5F6F7;
  34. }
  35. .mine-box{
  36. width: 92%;
  37. margin: auto;
  38. padding-top: 20rpx;;
  39. }
  40. .name-box{
  41. margin-left: 32rpx;
  42. }
  43. .name{
  44. font-size: 32rpx;
  45. font-weight: 500;
  46. margin-bottom: 5rpx;
  47. color: #191919;
  48. }
  49. .phone{
  50. font-size: 28rpx;
  51. color: #8C8C8C;
  52. }
  53. .head-container {
  54. display: flex;
  55. align-items: center;
  56. justify-content: space-between;
  57. margin-bottom: 30rpx;
  58. }
  59. .head-box {
  60. display: flex;
  61. align-items: center;
  62. justify-content: center;
  63. }
  64. .health-img{
  65. width: 110px;
  66. height: 55px;
  67. }
  68. .content-container{
  69. display: flex;
  70. align-items: center;
  71. margin-left: 10rpx;
  72. }
  73. .content-box{
  74. width: 25%;
  75. display: flex;
  76. flex-direction: column;
  77. align-items: center;
  78. justify-content: center;
  79. }
  80. .knowledge-box{
  81. background: #fff;
  82. height: 160rpx;
  83. border-radius: 16rpx;
  84. padding: 20rpx 40rpx 20rpx 0rpx;
  85. }
  86. .title{
  87. font-size: 28rpx;
  88. font-weight: bold;
  89. margin-bottom: 16rpx;
  90. color: #191919;
  91. margin-left: 40rpx;
  92. }
  93. .content-title{
  94. font-size: 24rpx;
  95. margin-top: 16rpx;
  96. }
  97. .icon-img{
  98. width: 48rpx;
  99. height: 48rpx;
  100. }