index.wxss 5.7 KB

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