me.wxss 2.2 KB

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