index.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. page {
  2. background-color: #F0F2F6;
  3. }
  4. .container {
  5. position: relative;
  6. width: 100vw;
  7. height: 100vh;
  8. overflow: hidden;
  9. }
  10. .title-img {
  11. width: 750rpx;
  12. /* height: 372rpx; */
  13. height: 196rpx;
  14. /* background: linear-gradient(135deg, rgba(143, 103, 232, 1) 0%, rgba(99, 87, 204, 1) 100%); */
  15. background-color: #8F67E8;
  16. border-radius: 0px 0px 0px 70rpx;
  17. }
  18. .list {
  19. position: absolute;
  20. /* top: 176rpx; */
  21. /* top: 112rpx; */
  22. top:0;
  23. left: 50rpx;
  24. right: 50rpx;
  25. bottom: 0;
  26. }
  27. .black-38 {
  28. height: 38rpx;
  29. clear: both;
  30. overflow: hidden;
  31. font-size: 0;
  32. }
  33. .list .item {
  34. position: relative;
  35. width: 100%;
  36. background: rgba(255, 255, 255, 1);
  37. border-radius: 24rpx;
  38. overflow: hidden;
  39. }
  40. .item .me-active{
  41. position: absolute;
  42. top: -4rpx;
  43. right: 20rpx;
  44. }
  45. .item .me-active image{
  46. width: 50rpx;
  47. height: 50rpx;
  48. }
  49. .item .item-img {
  50. width: 610rpx;
  51. height: 230rpx;
  52. background-color: #eee;
  53. }
  54. .item .item-img image{
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .item-content {
  59. padding: 28rpx 40rpx 24rpx;
  60. }
  61. .item-content .content-title {
  62. padding: 8rpx 0;
  63. font-size: 40rpx;
  64. font-weight: 400;
  65. color: rgba(49, 49, 49, 1);
  66. }
  67. .content-addr {
  68. display: flex;
  69. align-items: center;
  70. padding-bottom: 26rpx;
  71. }
  72. .addr-icon {
  73. width: 28rpx;
  74. height: 28rpx;
  75. margin: 0 18rpx 0 6rpx;
  76. }
  77. .addr-icon image {
  78. width: 100%;
  79. height: 100%;
  80. }
  81. .content-addr view {
  82. display: flex;
  83. align-items: center;
  84. }
  85. .addr {
  86. font-size: 24rpx;
  87. color: #313131;
  88. }
  89. .addr-m {
  90. font-size: 20rpx;
  91. color: #838383;
  92. }
  93. .content-time {
  94. display: flex;
  95. align-items: center;
  96. }
  97. .content-time view {
  98. display: flex;
  99. align-items: center;
  100. }
  101. .time-icon {
  102. width: 24rpx;
  103. height: 24rpx;
  104. margin: 0 18rpx 0 6rpx;
  105. }
  106. .time-icon image{
  107. width: 100%;
  108. height: 100%;
  109. }
  110. .time {
  111. font-size: 28rpx;
  112. color: #313131;
  113. margin-right: 10rpx;
  114. }
  115. .number {
  116. color: #A5A5A7;
  117. font-size: 28rpx;
  118. }
  119. .line {
  120. margin: 0 40rpx;
  121. height: 0;
  122. border-bottom: 2rpx dashed #E5E5E5;
  123. }
  124. .item-fn {
  125. display: flex;
  126. align-items: center;
  127. justify-content: space-between;
  128. padding: 28rpx 40rpx 38rpx;
  129. }
  130. .fn-t {
  131. padding: 9rpx 0;
  132. font-size: 48rpx;
  133. color: #313131;
  134. }
  135. .fn-d {
  136. font-size: 20rpx;
  137. color: #313131;
  138. }
  139. .fn-r {
  140. position: relative;
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. width: 300rpx;
  145. height: 100rpx;
  146. background: linear-gradient(135deg, rgba(143, 103, 232, 1) 0%, rgba(99, 87, 204, 1) 100%);
  147. border-radius: 50rpx;
  148. font-size: 32rpx;
  149. color: #fff;
  150. }
  151. .fn-r button:not([size='mini']){
  152. width: 100%;
  153. height: 100%;
  154. background-color: none;
  155. margin:0;
  156. padding:0;
  157. position: absolute;
  158. top:0;
  159. left:0;
  160. right:0;
  161. bottom:0;
  162. background: none;
  163. }
  164. .black-112 {
  165. height: 112rpx;
  166. overflow: hidden;
  167. clear: both;
  168. }
  169. .add {
  170. position: absolute;
  171. right: 16rpx;
  172. bottom: 196rpx;
  173. width: 80rpx;
  174. height: 80rpx;
  175. background: rgba(140, 102, 230, 0.75);
  176. border-radius: 50%;
  177. color: #fff;
  178. font-size: 52rpx;
  179. text-align: center;
  180. }
  181. .go-detail{
  182. display: flex;
  183. align-items: center;
  184. justify-content: center;
  185. width: 100%;
  186. height: 100%;
  187. }
  188. /* 获取个人信息 */
  189. .get-info {
  190. position: fixed;
  191. top: 0;
  192. left: 0;
  193. right: 0;
  194. bottom: 0;
  195. background: rgba(0, 0, 0, .3);
  196. }
  197. .get-info .in {
  198. position: absolute;
  199. left: 50%;
  200. top: 50%;
  201. transform: translate(-50%, -50%);
  202. width: 500rpx;
  203. border-radius: 16rpx;
  204. background: #fff;
  205. font-size: 26rpx;
  206. }
  207. .get-info .get-info-head {
  208. font-size: 32rpx;
  209. color: #666;
  210. text-align: center;
  211. padding: 15rpx 0;
  212. }
  213. .get-info .get-info-content {
  214. text-align: center;
  215. padding: 20rpx 0 30rpx;
  216. }
  217. .get-info .get-info-footer {
  218. position: relative;
  219. border-top: 1px solid #eee;
  220. padding: 30rpx 0;
  221. text-align: center;
  222. color: rgba(143, 103, 232, 1);
  223. font-size: 30rpx;
  224. }
  225. .get-info .get-info-footer button:not([size='mini']) {
  226. position: absolute;
  227. top: 0;
  228. right: 0;
  229. left: 0;
  230. bottom: 0;
  231. width: auto;
  232. background: none;
  233. }