my.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. .mine-container {
  2. width: 100%;
  3. /* height: 1136rpx; */
  4. position: relative;
  5. /* background: #faf7fa; */
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: space-between;
  10. box-sizing: border-box;
  11. margin-bottom: 20rpx;
  12. }
  13. .follow-details {
  14. width: 100%;
  15. box-sizing: border-box;
  16. /* padding: 0 15rpx; */
  17. }
  18. .follow-info {
  19. /* margin-top: 26rpx; */
  20. width: 100%;
  21. height: 230rpx;
  22. background: #FFFFFF;
  23. position: relative;
  24. }
  25. .info-placerholder {
  26. width: 100%;
  27. height: 66rpx;
  28. position: absolute;
  29. top: 0;
  30. background: #ededed;
  31. }
  32. .set-msg {
  33. width: 100%;
  34. height: 230rpx;
  35. display: flex;
  36. /* align-items: flex-start; */
  37. /* justify-content: center; */
  38. }
  39. .avatar-bg {
  40. margin-left: 20rpx;
  41. margin-top: 50rpx;
  42. width: 152rpx;
  43. height: 152rpx;
  44. background: #61CA54;
  45. border-radius: 50%;
  46. position: relative;
  47. }
  48. .avatar-box {
  49. width: 160rpx;
  50. height: 160rpx;
  51. border-radius: 50%;
  52. margin: 23rpx 0 0 66rpx;
  53. position: relative;
  54. box-shadow: 5rpx 10rpx 3rpx 2rpx rgba(0, 0, 0, .1);
  55. }
  56. .avatar-image {
  57. width: 154rpx;
  58. height: 154rpx;
  59. border-radius: 50%;
  60. border: 6rpx solid #fff;
  61. }
  62. .avatar-nickname {
  63. /* width: 500rpx; */
  64. display: flex;
  65. height: 27rpx;
  66. line-height: 27rpx;
  67. margin-top: 17rpx;
  68. width: 100%;
  69. overflow-x: hidden;
  70. }
  71. .occupation-title {
  72. position: absolute;
  73. left: 30rpx;
  74. width: 90rpx;
  75. background: #61CA54;
  76. border-radius: 180rpx;
  77. z-index: 600;
  78. line-height: 32rpx;
  79. text-align: center;
  80. color: #FFFFFF;
  81. font-size: 20rpx;
  82. bottom: -28rpx;
  83. height: 32rpx;
  84. border: 2rpx solid #fff;
  85. }
  86. .avatar-msg {
  87. /* margin-left: 40rpx; */
  88. /* margin-top: 50rpx; */
  89. width: 471rpx;
  90. height: 110rpx;
  91. color: #3d3d3d;
  92. font-size: 28rpx;
  93. margin: 66rpx 0 0 20rpx;
  94. font-weight: 800;
  95. border-bottom: solid 2rpx #edf0f3;
  96. }
  97. .mine-category {
  98. box-sizing: border-box;
  99. width: 471rpx;
  100. font-size: 24rpx;
  101. display: flex;
  102. justify-content: space-between;
  103. color: rgba(0,0,0,.8);
  104. margin-top: 37rpx;
  105. padding-right: 37rpx;
  106. }
  107. .amount-text {
  108. font-weight: 400;
  109. /* margin-right:125rpx; */
  110. }
  111. image {
  112. width: 100%;
  113. height: 100%;
  114. }
  115. .mine-edit {
  116. position: absolute;
  117. top: 72rpx;
  118. right: 36rpx;
  119. width: 138rpx;
  120. height: 52rpx;
  121. border-radius: 26rpx;
  122. background: #FF9209;
  123. box-sizing: border-box;
  124. align-items: center;
  125. display: flex;
  126. }
  127. /* .edit-image{
  128. width: 24rpx;
  129. height: 34rpx;
  130. margin-left: 24rpx;
  131. margin-right: 10rpx;
  132. } */
  133. .edit-img {
  134. width: 26rpx;
  135. height: 30rpx;
  136. display: block;
  137. position: absolute;
  138. right: 51rpx;
  139. bottom: 98rpx;
  140. }
  141. .only-flower {
  142. width: 720rpx;
  143. height: 120rpx;
  144. background: #fff;
  145. border-radius: 20rpx;
  146. margin: 10rpx auto 0;
  147. position: relative;
  148. display: flex;
  149. align-items: center;
  150. justify-content: space-between;
  151. padding: 0 40rpx;
  152. box-sizing: border-box;
  153. }
  154. .grey-point {
  155. width: 15rpx;
  156. height: 15rpx;
  157. background: #f2f2f2;
  158. position: absolute;
  159. top: 10rpx;
  160. left: 10rpx;
  161. border-radius: 50%;
  162. }
  163. .flower-amount,
  164. .wallet-box {
  165. font-size: 30rpx;
  166. font-weight: 800;
  167. display: flex;
  168. align-items: center;
  169. }
  170. .flower-amount image {
  171. width: 64rpx;
  172. height: 64rpx;
  173. margin-right: 24rpx;
  174. }
  175. .flower-tips {
  176. color: #848484;
  177. font-size: 24rpx;
  178. }
  179. .flower-last {
  180. color: #f65641;
  181. }
  182. .vip-con {
  183. position: relative;
  184. width: 100%;
  185. height: 140rpx;
  186. background: #fff;
  187. padding: 30rpx;
  188. margin-top: 20rpx;
  189. box-sizing: border-box;
  190. }
  191. .vip-con image {
  192. width: 100%;
  193. height: 100%;
  194. }
  195. .vip-con .price {
  196. position: absolute;
  197. left: 220rpx;
  198. top: 35rpx;
  199. color: #FE0606;
  200. font-size: 30rpx;
  201. width: 180rpx;
  202. text-align: end;
  203. font-weight: 600;
  204. }
  205. .vip-con .price text {
  206. font-size: 45rpx;
  207. }
  208. .vip-con .flase-price {
  209. position: absolute;
  210. left: 408rpx;
  211. top: 63rpx;
  212. font-size: 15rpx;
  213. text-decoration: line-through;
  214. font-weight: 500;
  215. color: rgba(0, 0, 0, 0.6);
  216. }
  217. .vip-con .order-buy {
  218. position: absolute;
  219. top: 46rpx;
  220. right: 62rpx;
  221. display: flex;
  222. align-items: center;
  223. justify-content: center;
  224. width: 169rpx;
  225. height: 49rpx;
  226. background: #FF6300;
  227. border-radius: 25rpx;
  228. color: #fff;
  229. font-size: 26rpx;
  230. font-weight: 500;
  231. }
  232. .vip-con .vip-buy {
  233. background: transparent;
  234. color: #FE0606;
  235. font-size: 30rpx;
  236. top: 46rpx;
  237. }
  238. .vip-con .vip-end-time {
  239. position: absolute;
  240. top: 53rpx;
  241. left: 251rpx;
  242. font-size: 28rpx;
  243. color: #6E4008;
  244. font-weight: 400;
  245. }
  246. .vip-con .invite {
  247. position: absolute;
  248. right: 73rpx;
  249. top: 50rpx;
  250. font-size: 30rpx;
  251. color: #FE0606;
  252. font-weight: 400;
  253. }
  254. .wallet-section {
  255. width: 100%;
  256. height: 120rpx;
  257. /* background: #fff; */
  258. border-radius: 10rpx;
  259. margin-top: 20rpx;
  260. position: relative;
  261. display: flex;
  262. align-items: center;
  263. justify-content: space-between;
  264. box-sizing: border-box;
  265. }
  266. .wallet-box,
  267. .flower-box {
  268. width: 100%;
  269. height: 120rpx;
  270. border-radius: 20rpx;
  271. background: #fff;
  272. display: flex;
  273. align-items: center;
  274. position: relative;
  275. justify-content: space-around;
  276. }
  277. .flower-box-box{
  278. display: flex;
  279. align-items: center;
  280. }
  281. .wallet-box {
  282. margin-right: 10rpx;
  283. }
  284. .wallet-icon {
  285. width: 93rpx;
  286. height: 83rpx;
  287. margin-left: 31rpx;
  288. margin-right: 25rpx;
  289. margin-top: -7rpx;
  290. }
  291. .right_vip{
  292. display: flex;
  293. flex-direction: column;
  294. align-items: center;
  295. }
  296. .vip_text{
  297. color: #505050;
  298. font-size: 30rpx;
  299. margin-bottom: 14rpx;
  300. }
  301. .grey{
  302. background-color: #b2b1b1;
  303. width: 167rpx;
  304. height: 36rpx;
  305. border-radius: 16rpx;
  306. color: #fff;
  307. font-size: 24rpx;
  308. line-height: 36rpx;
  309. text-align: center;
  310. }
  311. .vip{
  312. background-color: #ff9313;
  313. width: 167rpx;
  314. height: 36rpx;
  315. border-radius: 16rpx;
  316. color: #fff;
  317. font-size: 24rpx;
  318. line-height: 36rpx;
  319. text-align: center;
  320. }
  321. .flower-icon {
  322. width: 54rpx;
  323. height: 64rpx;
  324. margin: 0 14rpx 0 32rpx;
  325. }
  326. .flower-text {
  327. width: 242rpx;
  328. font-size: 30rpx;
  329. font-weight: 800;
  330. }
  331. .flower-tips-text {
  332. float: right;
  333. color: rgba(0,0,0,.6);
  334. font-size: 26rpx;
  335. }
  336. .btn-section {
  337. width: 100%;
  338. height: 190rpx;
  339. background: #fff;
  340. display: flex;
  341. justify-content: space-between;
  342. align-items: center;
  343. margin-top: 20rpx;
  344. padding: 0 60rpx;
  345. box-sizing: border-box;
  346. }
  347. .btn {
  348. padding: 0;
  349. margin: 0;
  350. overflow: visible;
  351. -webkit-appearance: none;
  352. -webkit-tap-highlight-color: #fff;
  353. width: 121rpx;
  354. height: 170rpx;
  355. display: flex;
  356. flex-direction: column;
  357. margin-top: 6rpx;
  358. line-height: normal;
  359. }
  360. .btn .btn-icon {
  361. width: 121rpx;
  362. height: 121rpx;
  363. border-radius: 50%;
  364. flex-shrink: 0;
  365. }
  366. .btn-title {
  367. margin-top: 11rpx;
  368. width: 121rpx;
  369. text-align: center;
  370. color: #505050;
  371. font-size: 24rpx;
  372. font-weight: 800;
  373. }
  374. .my-reading-title {
  375. width: 100%;
  376. height: 74rpx;
  377. line-height: 89rpx;
  378. display: flex;
  379. /* align-items: center; */
  380. justify-content: space-between;
  381. padding: 0 0 0 30rpx;
  382. color: #393939;
  383. font-weight: 800;
  384. font-size: 30rpx;
  385. box-sizing: border-box;
  386. }
  387. .my-reading-section-placeholder {
  388. width: 100%;
  389. font-size: 24rpx;
  390. color: #393939;
  391. text-align: center;
  392. line-height: 80rpx;
  393. }
  394. .title-right {
  395. display: flex;
  396. flex-direction: row;
  397. float: right;
  398. width: 100rpx;
  399. height: 38rpx;
  400. line-height: 92rpx;
  401. font-size: 28rpx;
  402. color: #444;
  403. /* align-items: center; */
  404. }
  405. .title-right image {
  406. width: 15rpx;
  407. height: 27rpx;
  408. margin-left: 10rpx;
  409. margin-top: 33rpx;
  410. }
  411. .set-msg-temp {
  412. position: absolute;
  413. width: 100%;
  414. height: 248rpx;
  415. }
  416. .footer-section {
  417. width: 100%;
  418. height: 150rpx;
  419. font-size: 24rpx;
  420. color: #b6b6b6;
  421. text-align: center;
  422. padding-top: 70rpx;
  423. }
  424. .placerholder {
  425. height: 41rpx;
  426. background: rgba(228, 255, 242, .8);
  427. /* background: #E4FFF2; */
  428. width: 410rpx;
  429. margin-top: 35rpx;
  430. margin-left: 220rpx;
  431. border-radius: 10rpx;
  432. }
  433. .line1 {
  434. width: 300rpx;
  435. }