index.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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. .black-128 {
  34. height: 100rpx;
  35. clear: both;
  36. overflow: hidden;
  37. font-size: 0;
  38. }
  39. .list .item {
  40. position: relative;
  41. width: 100%;
  42. background: rgba(255, 255, 255, 1);
  43. border-radius: 24rpx;
  44. overflow: hidden;
  45. }
  46. .list .item .mask{
  47. position: absolute;
  48. top:0;
  49. left:0;
  50. right:0;
  51. bottom:0;
  52. background-color: rgba(255, 255, 255, .4);
  53. border-radius: 24rpx;
  54. z-index: 2;
  55. }
  56. .item .me-active{
  57. position: absolute;
  58. top: -4rpx;
  59. right: 20rpx;
  60. }
  61. .item .me-active image{
  62. width: 50rpx;
  63. height: 50rpx;
  64. position: relative;
  65. z-index: 10;
  66. }
  67. .item .item-img {
  68. position: relative;
  69. width: 610rpx;
  70. height: 310rpx;
  71. background-color: #fff;
  72. }
  73. .item .item-img image{
  74. width: 100%;
  75. height: 100%;
  76. border-radius: 0 0 24rpx 0;
  77. }
  78. .item-content {
  79. padding: 28rpx 40rpx 24rpx;
  80. }
  81. .content-title {
  82. position: absolute;
  83. bottom:0;
  84. left:0;
  85. right:0;
  86. height: 88rpx;
  87. line-height: 88rpx;
  88. font-size: 40rpx;
  89. font-weight: 400;
  90. color: #fff;
  91. background:rgba(30,30,30,0.35);
  92. border-radius: 0 0 24rpx 0;
  93. box-sizing: border-box;
  94. padding-left: 40rpx;
  95. }
  96. .content-addr {
  97. display: flex;
  98. align-items: center;
  99. padding-bottom: 26rpx;
  100. }
  101. .addr-icon {
  102. width: 28rpx;
  103. height: 28rpx;
  104. margin: 0 18rpx 0 6rpx;
  105. }
  106. .addr-icon image {
  107. width: 100%;
  108. height: 100%;
  109. }
  110. .content-addr view {
  111. display: flex;
  112. align-items: center;
  113. }
  114. .addr {
  115. display: block;
  116. width: 380rpx;
  117. font-size: 24rpx;
  118. color: #313131;
  119. }
  120. .addr-m {
  121. font-size: 20rpx;
  122. color: #838383;
  123. }
  124. .content-time {
  125. display: flex;
  126. align-items: center;
  127. }
  128. .content-time view {
  129. display: flex;
  130. align-items: center;
  131. }
  132. .time-icon {
  133. width: 24rpx;
  134. height: 24rpx;
  135. margin: 0 18rpx 0 6rpx;
  136. }
  137. .time-icon image{
  138. width: 100%;
  139. height: 100%;
  140. }
  141. .time {
  142. font-size: 28rpx;
  143. color: #313131;
  144. margin-right: 10rpx;
  145. }
  146. .number {
  147. color: #A5A5A7;
  148. font-size: 28rpx;
  149. }
  150. .line {
  151. margin: 0 40rpx;
  152. height: 0;
  153. border-bottom: 2rpx dashed #E5E5E5;
  154. }
  155. .item-fn {
  156. display: flex;
  157. align-items: center;
  158. justify-content: space-between;
  159. padding: 28rpx 40rpx 38rpx;
  160. }
  161. .fn-t {
  162. padding: 9rpx 0;
  163. font-size: 48rpx;
  164. color: #313131;
  165. }
  166. .fn-d {
  167. font-size: 20rpx;
  168. margin-left: 12rpx;
  169. color: #313131;
  170. }
  171. .fn-r {
  172. position: relative;
  173. display: flex;
  174. align-items: center;
  175. justify-content: center;
  176. width: 300rpx;
  177. height: 100rpx;
  178. background: linear-gradient(135deg, rgba(143, 103, 232, 1) 0%, rgba(99, 87, 204, 1) 100%);
  179. border-radius: 50rpx;
  180. font-size: 32rpx;
  181. color: #fff;
  182. }
  183. .fn-r button:not([size='mini']){
  184. width: 100%;
  185. height: 100%;
  186. background-color: none;
  187. margin:0;
  188. padding:0;
  189. position: absolute;
  190. top:0;
  191. left:0;
  192. right:0;
  193. bottom:0;
  194. background: none;
  195. }
  196. .black-112 {
  197. height: 112rpx;
  198. overflow: hidden;
  199. clear: both;
  200. }
  201. .add {
  202. position: absolute;
  203. right: 16rpx;
  204. bottom: 196rpx;
  205. width: 80rpx;
  206. height: 80rpx;
  207. background: rgba(140, 102, 230, 0.75);
  208. border-radius: 50%;
  209. color: #fff;
  210. font-size: 52rpx;
  211. text-align: center;
  212. z-index: 10000;
  213. }
  214. .go-detail{
  215. display: flex;
  216. align-items: center;
  217. justify-content: center;
  218. width: 100%;
  219. height: 100%;
  220. }
  221. /* 获取个人信息 */
  222. .get-info {
  223. position: fixed;
  224. top: 0;
  225. left: 0;
  226. right: 0;
  227. bottom: 0;
  228. background: rgba(0, 0, 0, .3);
  229. z-index: 111111;
  230. }
  231. .get-info .in {
  232. position: absolute;
  233. left: 50%;
  234. top: 50%;
  235. transform: translate(-50%, -50%);
  236. width: 500rpx;
  237. border-radius: 16rpx;
  238. background: #fff;
  239. font-size: 26rpx;
  240. }
  241. .get-info .get-info-head {
  242. font-size: 32rpx;
  243. color: #666;
  244. text-align: center;
  245. padding: 15rpx 0;
  246. }
  247. .get-info .get-info-content {
  248. text-align: center;
  249. padding: 20rpx 0 30rpx;
  250. }
  251. .get-info .get-info-footer {
  252. position: relative;
  253. border-top: 1px solid #eee;
  254. padding: 30rpx 0;
  255. text-align: center;
  256. color: rgba(143, 103, 232, 1);
  257. font-size: 30rpx;
  258. }
  259. .get-info .get-info-footer button:not([size='mini']) {
  260. position: absolute;
  261. top: 0;
  262. right: 0;
  263. left: 0;
  264. bottom: 0;
  265. width: auto;
  266. background: none;
  267. }
  268. @import "index.skeleton.wxss";
  269. .get-info-mask{
  270. position: fixed;
  271. top: 0;
  272. left: 0;
  273. right: 0;
  274. bottom: 0;
  275. background: rgba(0, 0, 0, .3);
  276. z-index: 3;
  277. }
  278. .get-info-mask .in{
  279. position: absolute;
  280. bottom:0;
  281. left:0;
  282. right:0;
  283. height: 600rpx;
  284. background-color: #fff;
  285. border-top-left-radius: 50rpx;
  286. border-top-right-radius: 50rpx;
  287. }
  288. .get-info-mask .avatar{
  289. width: 130rpx;
  290. height: 130rpx;
  291. border-radius: 50%;
  292. background-color: #ccc;
  293. margin: 80rpx auto 0;
  294. overflow: hidden;
  295. }
  296. .get-info-mask .avatar image{
  297. display: block;
  298. width: 100%;
  299. height: 100%;
  300. }
  301. .get-info-mask .name{
  302. text-align: center;
  303. padding: 20rpx 0 10rpx;
  304. font-size: 38rpx;
  305. font-weight: bold;
  306. color:#333;
  307. }
  308. .get-info-mask .des{
  309. text-align: center;
  310. font-size: 28rpx;
  311. color:#666;
  312. }
  313. .get-info-mask .btn{
  314. width:700rpx;
  315. height: 100rpx;
  316. background-color: blue;
  317. margin: 100rpx auto 0;
  318. border-radius: 10rpx;
  319. }
  320. .get-info-mask button:not([size='mini']) {
  321. display: flex;
  322. align-items: center;
  323. justify-content: center;
  324. font-weight: normal;
  325. width: 100%;
  326. height: 100%;
  327. margin:0;
  328. padding:0;
  329. color: #fff;
  330. background-color: rgba(143, 103, 232, 1);
  331. }
  332. .get-info-mask .scroll-in{
  333. bottom:0;
  334. animation: myScroll .4s forwards;
  335. }
  336. @keyframes myScroll {
  337. 0% {
  338. bottom: -600rpx;
  339. }
  340. 100% {
  341. bottom: 48px;
  342. }
  343. }