index.wxss 4.4 KB

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