my.wxss 6.4 KB

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