friendcircle.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. page {
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. box-sizing: border-box;
  6. padding-top: 68rpx;
  7. }
  8. .pagetop {
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. background-color: #1598fc;
  13. width: 100%;
  14. z-index: 99;
  15. padding: 40rpx 24rpx 0;
  16. }
  17. .firendtitbox {
  18. display: block;
  19. width: 100%;
  20. white-space: nowrap;
  21. overflow-x: auto;
  22. padding-right: 40rpx;
  23. position: relative;
  24. /* border-bottom: 2rpx solid #f2f2f2; */
  25. }
  26. .firendtitbox view {
  27. display: inline-block;
  28. line-height: 32rpx;
  29. height: 32rpx;
  30. box-sizing: content-box;
  31. padding: 0 0 27rpx 0;
  32. margin-right: 24rpx;
  33. margin-left: 24rpx;
  34. font-size: 32rpx;
  35. }
  36. .firendtitbox view:first-child {
  37. padding-left: 0;
  38. }
  39. .pagetop view.filtratebox {
  40. display: block;
  41. position: absolute;
  42. top: 32rpx;
  43. right: 24rpx;
  44. width: 41rpx;
  45. height: 48rpx;
  46. /* background-color: #fff; */
  47. padding: 0;
  48. }
  49. .pagetop view.filtratebox image {
  50. display: block;
  51. width: 40rpx;
  52. height: 32rpx;
  53. position: relative;
  54. left: -6rpx;
  55. top: 8rpx;
  56. }
  57. .firendtitbox view.nowtag {
  58. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  59. font-size: 34rpx;
  60. color: #fff;
  61. position: relative;
  62. }
  63. .firendtitbox view.nowtag::before {
  64. content: " ";
  65. width: 32rpx;
  66. height: 8rpx;
  67. background-image: linear-gradient(-29deg, #fff 0%, #fff 38%, #fff 100%), linear-gradient(#e9eff5, #e9eff5);
  68. border-radius: 4rpx;
  69. position: absolute;
  70. bottom: 0;
  71. left: 50%;
  72. margin-left: -16rpx;
  73. }
  74. .searchListBox {
  75. display: block;
  76. width: 100%;
  77. padding: 36rpx 25rpx 0;
  78. }
  79. .everyfriendBox {
  80. display: block;
  81. width: 100%;
  82. padding: 29rpx 25rpx 45rpx;
  83. background-color: #ffffff;
  84. box-shadow: 0px 7rpx 21rpx 0px rgba(40, 40, 40, 0.1);
  85. border-radius: 10rpx;
  86. overflow: hidden;
  87. margin-bottom: 24rpx;
  88. }
  89. .personMsg {
  90. position: relative;
  91. }
  92. .personMsg view {
  93. height: 74rpx;
  94. line-height: 74rpx;
  95. }
  96. .personMsg .name {
  97. font-family: PingFang-SC-Bold, Source Han Sans CN Bold;
  98. font-size: 32rpx;
  99. color: #384855;
  100. width: 400rpx;
  101. }
  102. .personMsg .time {
  103. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  104. font-size: 24rpx;
  105. color: #b6cade;
  106. position: absolute;
  107. top: 0;
  108. right: 0;
  109. }
  110. .text {
  111. font-family: PingFangSC-Regular, Source Han Sans CN DemiLight;
  112. font-size: 28rpx;
  113. line-height: 40rpx;
  114. color: #384855;
  115. width: 100%;
  116. white-space: pre-wrap;
  117. }
  118. .text text {
  119. display: inline-block;
  120. background-color: #dcdcdc;
  121. line-height: 40rpx;
  122. padding: 0 4rpx;
  123. border-radius: 4rpx;
  124. }
  125. .video {
  126. display: block;
  127. width: 311rpx;
  128. height: 380rpx;
  129. background-color: #384855;
  130. border-radius: 10px;
  131. }
  132. .circleBox {
  133. overflow: hidden;
  134. margin-top: 32rpx;
  135. }
  136. .circleBox .useTime {
  137. float: left;
  138. height: 44rpx;
  139. line-height: 44rpx;
  140. font-family: PingFangSC-Regular, Source Han Sans CN DemiLight;
  141. font-size: 24rpx;
  142. color: #999999;
  143. }
  144. .buttonBox {
  145. float: right;
  146. }
  147. button.copy {
  148. display: block;
  149. float: left;
  150. height: 27rpx;
  151. background-color: #fff;
  152. }
  153. button.copy image {
  154. display: block;
  155. float: left;
  156. height: 27rpx;
  157. }
  158. button.copy view {
  159. float: left;
  160. margin-left: 10rpx;
  161. font-size: 24rpx;
  162. color: #009eff;
  163. line-height: 27rpx;
  164. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  165. }
  166. .otherline {
  167. float: left;
  168. width: 4rpx;
  169. height: 18rpx;
  170. font-size: 24rpx;
  171. color: #999999;
  172. position: relative;
  173. top: 4.5rpx;
  174. line-height: 18rpx;
  175. margin: 0 28rpx;
  176. }
  177. button.save {
  178. display: block;
  179. float: left;
  180. height: 27rpx;
  181. background-color: #fff;
  182. }
  183. button.save image {
  184. display: block;
  185. float: left;
  186. height: 27rpx;
  187. }
  188. button.save view {
  189. float: left;
  190. margin-left: 10rpx;
  191. font-size: 24rpx;
  192. color: #009eff;
  193. line-height: 27rpx;
  194. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  195. }
  196. .bg {
  197. background: #EAF0F4;
  198. width: 100%;
  199. height: 16rpx;
  200. }
  201. .iamgeBox {
  202. overflow: hidden;
  203. border-radius: 10rpx;
  204. width: 584rpx;
  205. }
  206. .iamgeBox image {
  207. float: left;
  208. width: 192rpx;
  209. height: 192rpx;
  210. margin-right: 5rpx;
  211. margin-bottom: 5rpx;
  212. max-height: 250rpx !important;
  213. }
  214. .iamgeBox image:nth-of-type(3n) {
  215. margin-right: 0;
  216. }
  217. view.oneImg image {
  218. display: block;
  219. width: 390rpx;
  220. max-height: none !important;
  221. }
  222. view.fourImg image:nth-of-type(2n) {
  223. margin-right: 50rpx;
  224. }
  225. view.fourImg image:nth-of-type(3n) {
  226. margin-right: 5rpx;
  227. }
  228. button::after {
  229. border-width: 0px;
  230. }
  231. .downloadBox {
  232. display: block;
  233. width: 500rpx;
  234. position: fixed;
  235. top: 50%;
  236. left: 125rpx;
  237. height: 200rpx;
  238. border-radius: 12rpx;
  239. background-color: rgba(0,0,0,0.6);
  240. z-index: 99;
  241. box-shadow:unset;
  242. }
  243. .downTitle {
  244. display: block;
  245. text-align: center;
  246. width: 100%;
  247. line-height: 48rpx;
  248. font-size: 32rpx;
  249. padding-top: 16rpx;
  250. color: #fff;
  251. }
  252. .downnumbox {
  253. color: #fff;
  254. }
  255. .downnumbox cover-view {
  256. display: inline-block;
  257. margin-top: 36rpx;
  258. line-height: 40rpx;
  259. }
  260. .fixwordtitbox {
  261. box-shadow: 0 6rpx 12rpx 0 rgba(36, 158, 251, 0.41);
  262. }
  263. .filtrateview {
  264. display: block;
  265. position: fixed;
  266. top: 0;
  267. left: 0;
  268. width: 100%;
  269. height: 100%;
  270. z-index: 98;
  271. background-color: rgba(0, 0, 0, 0.50);
  272. }
  273. .filtrateview image {
  274. display: block;
  275. width: 62rpx;
  276. height: 62rpx;
  277. margin: 98rpx auto 0;
  278. z-index: 100;
  279. position: relative;
  280. }
  281. .filtratetop {
  282. display: block;
  283. width: 100%;
  284. margin-top: 68rpx;
  285. max-height: 60%;
  286. overflow: auto;
  287. padding: 40rpx 24rpx;
  288. background-color: #f9f9f9;
  289. border-radius: 0px 0px 20rpx 20rpx;
  290. }
  291. .filtratetop view {
  292. display: inline-block;
  293. height: 66rpx;
  294. padding: 0 24rpx;
  295. background-color: #fff;
  296. margin-right: 20rpx;
  297. margin-bottom: 20rpx;
  298. border-radius: 8rpx;
  299. line-height: 66rpx;
  300. border: 1px solid rgba(157, 182, 207, 1);
  301. font-size: 30rpx !important;
  302. }
  303. view.nowfiltrate {
  304. background-color: #009eff;
  305. color: #ffffff;
  306. }
  307. .colorfff {
  308. color: #fff;
  309. }
  310. .allstorebox {
  311. position: fixed;
  312. top: 0;
  313. left: 0;
  314. background-color: transparent;
  315. width: 100%;
  316. height: 100%;
  317. z-index: 101;
  318. }
  319. .alertallstorebox {
  320. display: block;
  321. position: fixed;
  322. left: 32rpx;
  323. top: 110rpx;
  324. background-color: #fff;
  325. box-shadow: 0 0 8rpx 0 rgba(36, 158, 251, 0.55);
  326. width: 130rpx;
  327. line-height: 40rpx;
  328. font-size: 32rpx;
  329. text-align: center;
  330. }
  331. .alertallstorebox view {
  332. line-height: 48rpx;
  333. font-size: 28rpx;
  334. text-align: center;
  335. }
  336. .friendHeader {
  337. position: fixed;
  338. top: 0;
  339. left: 0;
  340. background-color: #fff;
  341. width: 100%;
  342. z-index: 99;
  343. display: flex;
  344. padding: 0rpx 24rpx 0;
  345. box-shadow: 0px 4rpx 7rpx 0px rgba(62, 85, 255, 0.06);
  346. height: 68rpx;
  347. }
  348. .friendHeader image{
  349. display: block;
  350. width: 18rpx;
  351. height: 12rpx;
  352. position: relative;
  353. top: 16rpx;
  354. margin-left: 8rpx;
  355. }
  356. .tab-item {
  357. flex: 1;
  358. display: flex;
  359. align-items: center;
  360. justify-content: center;
  361. color: #333333;
  362. font-size: 30rpx;
  363. padding: 10rpx 0;
  364. height: 68rpx;
  365. }
  366. .tab-active {
  367. font-size: 30rpx;
  368. color: #333333;
  369. position: relative;
  370. color: #249efb;
  371. }
  372. /* .tab-active::before {
  373. content: " ";
  374. width: 32rpx;
  375. height: 8rpx;
  376. background-image: linear-gradient(-29deg, #fff 0%, #fff 38%, #fff 100%), linear-gradient(#e9eff5, #e9eff5);
  377. border-radius: 4rpx;
  378. position: absolute;
  379. bottom: 0;
  380. left: 50%;
  381. margin-left: -16rpx;
  382. } */