mine.wxss 3.4 KB

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