mine.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. page{
  2. background: #f4f4f4;
  3. }
  4. .user {
  5. width: 100%;
  6. height: 408rpx;
  7. position: relative;
  8. }
  9. .back{
  10. position: absolute;
  11. top:56rpx;
  12. left:0rpx;
  13. }
  14. .back image{
  15. height:37rpx;
  16. width:37rpx;
  17. vertical-align: -5rpx;
  18. margin:0 15rpx;
  19. }
  20. .back text{
  21. font-size:36rpx;
  22. color:#2a2a2a;
  23. }
  24. .userPhoto {
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. }
  29. .userPhoto image {
  30. height: 128rpx;
  31. width: 128rpx;
  32. border-radius: 50%;
  33. margin: 161rpx 0 29rpx 0;
  34. }
  35. .userPhoto view {
  36. font-size: 32rpx;
  37. color: #fff;
  38. letter-spacing: 5rpx;
  39. }
  40. .userPhoto .state {
  41. background: rgba(255, 81, 81, 1);
  42. border-radius: 21px;
  43. font-size:24rpx;
  44. margin-left:25rpx;
  45. padding:10rpx 20rpx;
  46. }
  47. .list {
  48. width: 90%;
  49. margin: 0 auto;
  50. background: white;
  51. box-shadow:0rpx 0rpx 4rpx 4rpx rgba(224,224,224,0.68);
  52. border-radius: 10rpx;
  53. }
  54. .list>view, .service>view, .list .special {
  55. border-bottom: 1px solid #f4f4f4;
  56. padding: 26rpx 0;
  57. }
  58. .list image, .service image {
  59. height: 55rpx;
  60. width: 55rpx;
  61. vertical-align: middle;
  62. margin-right: 30rpx;
  63. }
  64. .list .iconfont, .service .iconfont {
  65. font-size: 55rpx;
  66. vertical-align: middle;
  67. }
  68. .list .name {
  69. font-size: 30rpx;
  70. }
  71. .list .gary {
  72. font-size: 24rpx;
  73. color: #999;
  74. }
  75. .list .iconfont {
  76. font-size: 55rpx;
  77. vertical-align: middle;
  78. }
  79. .service {
  80. font-size: 28rpx;
  81. }
  82. .service .down {
  83. color: #18d5b9;
  84. }
  85. .serviceCon {
  86. background: white;
  87. font-size: 28rpx;
  88. display: flex;
  89. flex-direction: column;
  90. font-family: PingFang SC;
  91. font-weight: 400;
  92. color: rgba(42, 42, 42, 1);
  93. justify-content: center;
  94. }
  95. .flexB{
  96. width: 90%;
  97. margin: 0 auto;
  98. }
  99. .flexB .img{
  100. width: 55rpx;
  101. height: 55rpx;
  102. margin-left: 10rpx;
  103. }
  104. .serviceCon .view {
  105. display: flex;
  106. align-items: center;
  107. width: 62%;
  108. }
  109. .serviceCon image {
  110. width: 60rpx;
  111. height: 60rpx;
  112. }
  113. .showService {
  114. color: #18d5b9;
  115. }
  116. button image {
  117. width: 60rpx;
  118. height: 60rpx;
  119. vertical-align: middle;
  120. margin-right: 30rpx;
  121. }
  122. button {
  123. width: 92%;
  124. margin: 0 auto;
  125. padding: 11rpx 0rpx;
  126. line-height: normal;
  127. background: transparent;
  128. }
  129. .btn-hover {
  130. background: transparent;
  131. }
  132. .riding_card{
  133. width: 90%;
  134. height: 160rpx;
  135. box-shadow:0rpx 0rpx 4rpx 4rpx rgba(224,224,224,0.68);
  136. margin: 0 auto;
  137. border-radius: 10rpx;
  138. display: flex;
  139. align-items: center;
  140. justify-content: space-between;
  141. background: white;
  142. margin-top: 40rpx !important;
  143. margin-bottom: 20rpx !important;
  144. }
  145. .riding_card .view1{
  146. display: flex;
  147. flex-direction: column;
  148. padding-left: 25rpx;
  149. }
  150. .riding_card .view1 .text1{
  151. font-size: 30rpx;
  152. font-weight: 800;
  153. }
  154. .riding_card .view1 .text2{
  155. font-size: 28rpx;
  156. padding-top: 15rpx;
  157. color: #999;
  158. }
  159. .riding_card .view2{
  160. display: flex;
  161. align-items: center;
  162. justify-content: center;
  163. margin-right: 25rpx;
  164. width:125rpx;
  165. height:50rpx;
  166. background:rgba(24,213,185,1);
  167. border-radius:35rpx;
  168. color: white;
  169. font-size: 26rpx;
  170. }
  171. .riding_card .view3{
  172. display: flex;
  173. align-items: center;
  174. justify-content: center;
  175. margin-right: 25rpx;
  176. width:125rpx;
  177. height:50rpx;
  178. background:#f4f4f4;
  179. border-radius:35rpx;
  180. color: black;
  181. font-size: 26rpx;
  182. }
  183. .ad{
  184. bottom: 0rpx;
  185. left: 0;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. }
  190. .return {
  191. width: 100%;
  192. height: 110rpx;
  193. display: flex;
  194. align-items: center;
  195. justify-content: center;
  196. font-size: 28rpx;
  197. color: #AAAAAA;
  198. }
  199. button {
  200. border-radius: 10rpx;
  201. color: #fff;
  202. font-size: 32rpx;
  203. font-family: PingFang SC;
  204. width: 210rpx;
  205. }
  206. .button-hover {
  207. background:rgba(255, 81, 81, 1);
  208. color: #fff;
  209. }