me.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. position: relative;
  18. }
  19. .avatar .xiangjiimgs {
  20. position: absolute;
  21. bottom: -25rpx;
  22. left: 50%;
  23. width: 60rpx;
  24. height: 60rpx;
  25. border-radius: 50%;
  26. z-index: 9;
  27. margin-left: -30rpx;
  28. }
  29. .info .name {
  30. font-size: 34rpx;
  31. color: #333;
  32. }
  33. .info .role {
  34. font-size: 24rpx;
  35. color: #999;
  36. margin-top: 10rpx;
  37. margin-left: 40rpx;
  38. }
  39. .info_view2 {
  40. font-size: 22rpx;
  41. padding: 10rpx 16rpx;
  42. background: #ecf5ff;
  43. border-radius: 30rpx;
  44. border: 1rpx solid #d9ecff;
  45. display: inline-block;
  46. color: #409eff;
  47. margin-top: 16rpx;
  48. }
  49. .phone-binding {
  50. display: flex;
  51. background-color: #fff;
  52. padding: 40rpx 20rpx;
  53. border-radius: 16rpx;
  54. margin: 20rpx 0;
  55. }
  56. .phone-binding text {
  57. font-size: 28rpx;
  58. color: #666;
  59. }
  60. .phone-binding navigator {
  61. font-size: 24rpx;
  62. color: #007aff;
  63. margin-left: 10rpx;
  64. }
  65. .order-status {
  66. display: flex;
  67. justify-content: space-between;
  68. margin: 40rpx 0;
  69. }
  70. .status-item {
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. text-align: center;
  75. }
  76. .circle {
  77. width: 110rpx;
  78. height: 110rpx;
  79. overflow: hidden;
  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%;
  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. }