me.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /* pages/me/me.wxss */
  2. .containerss {
  3. padding: 20rpx 30rpx;
  4. background-color: #f5f5f5;
  5. height: calc(100vh - 40rpx);
  6. }
  7. .user-info {
  8. display: flex;
  9. align-items: center;
  10. margin-bottom: 40rpx;
  11. }
  12. .avatar {
  13. width: 150rpx;
  14. height: 150rpx;
  15. border-radius: 50%;
  16. margin-right: 20rpx;
  17. /* overflow: hidden; */
  18. position: relative;
  19. }
  20. .avatar .xiangjiimgs {
  21. position: absolute;
  22. bottom: -25rpx;
  23. left: 50%;
  24. width: 60rpx;
  25. height: 60rpx;
  26. border-radius: 50%;
  27. z-index: 9;
  28. margin-left: -30rpx;
  29. }
  30. .info .name {
  31. font-size: 34rpx;
  32. color: #333;
  33. }
  34. .info .role {
  35. font-size: 24rpx;
  36. color: #999;
  37. margin-top: 10rpx;
  38. margin-left: 40rpx;
  39. }
  40. .info_view2 {
  41. font-size: 22rpx;
  42. padding: 10rpx 16rpx;
  43. background: #ecf5ff;
  44. border-radius: 30rpx;
  45. border: 1rpx solid #d9ecff;
  46. display: inline-block;
  47. color: #409eff;
  48. margin-top: 16rpx;
  49. }
  50. .phone-binding {
  51. display: flex;
  52. background-color: #fff;
  53. padding: 40rpx 20rpx;
  54. border-radius: 16rpx;
  55. margin: 20rpx 0;
  56. }
  57. .phone-binding text {
  58. font-size: 28rpx;
  59. color: #666;
  60. }
  61. .phone-binding navigator {
  62. font-size: 24rpx;
  63. color: #007aff;
  64. margin-left: 10rpx;
  65. }
  66. .order-status {
  67. display: flex;
  68. justify-content: space-between;
  69. margin: 40rpx 0;
  70. }
  71. .status-item {
  72. display: flex;
  73. align-items: center;
  74. justify-content: center;
  75. text-align: center;
  76. }
  77. .circle {
  78. width: 110rpx;
  79. height: 110rpx;
  80. background-color: #ccc;
  81. border-radius: 50%;
  82. margin-right: 10rpx;
  83. }
  84. .history {
  85. background-color: #fff;
  86. padding: 20rpx;
  87. border-radius: 16rpx;
  88. margin-bottom: 20rpx;
  89. }
  90. .title {
  91. display: flex;
  92. justify-content: space-between;
  93. align-items: center;
  94. margin-bottom: 20rpx;
  95. }
  96. .title text {
  97. font-size: 32rpx;
  98. color: #333;
  99. }
  100. .title navigator {
  101. font-size: 28rpx;
  102. color: #007aff;
  103. }
  104. .items {
  105. margin-top: 30rpx;
  106. }
  107. .items .item {
  108. display: flex;
  109. align-items: center;
  110. margin-bottom: 20rpx;
  111. }
  112. .thumbnail {
  113. width: 130rpx;
  114. height: 130rpx;
  115. margin-right: 20rpx;
  116. overflow: hidden;
  117. border-radius: 12rpx;
  118. }
  119. .details .name {
  120. font-size: 32rpx;
  121. color: #333;
  122. }
  123. .details {
  124. width: 440rpx;
  125. }
  126. .details .date {
  127. font-size: 28rpx;
  128. color: #999;
  129. margin-top: 10rpx;
  130. }
  131. .logout-btn {
  132. width: 100% !important;
  133. height: 80rpx;
  134. background-color: #007aff;
  135. color: #fff;
  136. font-size: 32rpx;
  137. border-radius: 40rpx;
  138. }
  139. .xiazai_img {
  140. width: 45rpx;
  141. height: 40rpx;
  142. float: right;
  143. }
  144. .search-icon {
  145. width: 100%;
  146. height: 100%;
  147. }