me.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. background-color: #ccc;
  70. border-radius: 50%;
  71. margin-right: 10rpx;
  72. }
  73. .history {
  74. background-color: #fff;
  75. padding: 20rpx;
  76. border-radius: 16rpx;
  77. margin-bottom: 20rpx;
  78. }
  79. .title {
  80. display: flex;
  81. justify-content: space-between;
  82. align-items: center;
  83. margin-bottom: 20rpx;
  84. }
  85. .title text {
  86. font-size: 32rpx;
  87. color: #333;
  88. }
  89. .title navigator {
  90. font-size: 28rpx;
  91. color: #007aff;
  92. }
  93. .items {
  94. margin-top: 30rpx;
  95. }
  96. .items .item {
  97. display: flex;
  98. align-items: center;
  99. margin-bottom: 20rpx;
  100. }
  101. .thumbnail {
  102. width: 130rpx;
  103. height: 130rpx;
  104. margin-right: 20rpx;
  105. background: palegreen;
  106. border-radius: 12rpx;
  107. }
  108. .details .name {
  109. font-size: 32rpx;
  110. color: #333;
  111. }
  112. .details {
  113. width: 440rpx;
  114. }
  115. .details .date {
  116. font-size: 28rpx;
  117. color: #999;
  118. margin-top: 10rpx;
  119. }
  120. .logout-btn {
  121. width: 100% !important;
  122. height: 80rpx;
  123. background-color: #007aff;
  124. color: #fff;
  125. font-size: 32rpx;
  126. border-radius: 40rpx;
  127. }
  128. .xiazai_img {
  129. width: 45rpx;
  130. height: 40rpx;
  131. float: right;
  132. }
  133. .search-icon {
  134. width: 100%;
  135. height: 100%;
  136. }