mine.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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: rgba(0,0,0,0.45);
  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. .order-container{
  81. background: #fff;
  82. border-radius: 16rpx;
  83. padding: 20rpx 40rpx 20rpx 0rpx;
  84. }
  85. .knowledge-box{
  86. background: #fff;
  87. padding: 20rpx 40rpx 20rpx 0rpx;
  88. border-radius: 16rpx;
  89. }
  90. .title{
  91. font-size: 28rpx;
  92. font-weight: bold;
  93. margin-bottom: 16rpx;
  94. color: #191919;
  95. margin-left: 40rpx;
  96. }
  97. .content-title{
  98. font-size: 24rpx;
  99. margin-top: 16rpx;
  100. }
  101. .icon-img{
  102. width: 48rpx;
  103. height: 48rpx;
  104. }
  105. .container {
  106. padding: 5px 16px;
  107. background-color: white;
  108. margin-top: 12px;
  109. border-radius: 10px;
  110. font-size: 16px;
  111. }
  112. .item {
  113. display: flex;
  114. align-items: center;
  115. justify-content: space-between;
  116. padding: 12px 12px 12px 0px;
  117. background-color: #ffffff;
  118. border-radius: 8px;
  119. border-bottom: 0.5px solid #E7E7E7;
  120. }
  121. .item t-icon {
  122. margin-right: 20px;
  123. }
  124. .item-box{
  125. display: flex;
  126. align-items: center;
  127. }
  128. .status-img{
  129. width: 40px;
  130. height: 40px;
  131. }