riderMy.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. button::after {
  2. border: none;
  3. /* background-color: none; */
  4. }
  5. .u-icon__icon {
  6. font-size: 35rpx !important;
  7. font-weight: bold !important;
  8. }
  9. .u-title {
  10. color: #000000 !important;
  11. }
  12. .u-navbar-fixed {
  13. background: none !important;
  14. }
  15. page {
  16. background: #F5F5F5;
  17. }
  18. .bg {}
  19. .logins {
  20. border: none;
  21. background: #F8501F;
  22. color: #fff;
  23. width: 200rpx;
  24. margin: 70rpx 20rpx;
  25. height: 70rpx;
  26. line-height: 70rpx;
  27. }
  28. .content {
  29. background: linear-gradient(0deg, #F5F5F5 0%, #fed9ba 100%);
  30. width: 100%;
  31. }
  32. /* 顶部 */
  33. .header {
  34. width: 100%;
  35. height: 200rpx;
  36. display: flex;
  37. }
  38. .head_image {
  39. flex: 1;
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .head_image image {
  45. width: 90rpx;
  46. height: 90rpx;
  47. }
  48. .head_name {
  49. flex: 4;
  50. position: relative;
  51. margin-left: -14rpx;
  52. }
  53. .name {
  54. position: absolute;
  55. top: 65rpx;
  56. }
  57. .approve {
  58. position: absolute;
  59. top: 100rpx;
  60. font-size: 24rpx;
  61. color: #999999;
  62. }
  63. /* 用户信息 */
  64. .user_box {
  65. display: flex;
  66. height: 210rpx;
  67. position: relative;
  68. top: -15rpx;
  69. padding: 0 20rpx;
  70. }
  71. .box {
  72. flex: 1;
  73. /* margin-left: 40rpx; */
  74. margin-top: 40rpx;
  75. }
  76. .user_price {
  77. font-size: 44rpx;
  78. margin-top: 10rpx;
  79. }
  80. .user_price text {
  81. font-size: 21rpx;
  82. margin-left: 10rpx;
  83. }
  84. .user_tit {
  85. color: #B3B3B3;
  86. font-size: 21rpx;
  87. margin-top: 10rpx;
  88. }
  89. .u-section__title {
  90. font-weight: 500 !important;
  91. color: #333333 !important;
  92. font-size: 14px !important;
  93. padding-left: 10px;
  94. }
  95. /* 我的列表 */
  96. .mylist {
  97. width: 93%;
  98. margin: 0 auto;
  99. background-color: #FFFFFF;
  100. margin-top: 10rpx;
  101. border-radius: 23rpx;
  102. }
  103. .list_box {
  104. width: 90%;
  105. margin: 0 auto;
  106. display: flex;
  107. height: 95rpx;
  108. }
  109. .list_left {
  110. flex: 1;
  111. display: flex;
  112. justify-content: left;
  113. align-items: center;
  114. }
  115. .list_img {
  116. margin-right: 10rpx;
  117. margin-top: 10rpx;
  118. }
  119. .list_img image {
  120. width: 32rpx;
  121. height: 32rpx;
  122. }
  123. .list_name {
  124. font-size: 25rpx;
  125. letter-spacing: 2rpx;
  126. }
  127. .list_right {
  128. flex: 1;
  129. display: flex;
  130. justify-content: flex-end;
  131. align-items: center;
  132. }
  133. .list_right image {
  134. width: 12rpx;
  135. height: 20rpx;
  136. }
  137. .bott {
  138. background: red;
  139. color: #ffffff;
  140. padding: 5rpx 10rpx;
  141. border-radius: 60%;
  142. font-size: 23rpx;
  143. margin-right: 15rpx;
  144. }