my.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  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: 20rpx;
  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: 355rpx;
  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. .wallet-box {
  208. margin-right: 10rpx;
  209. }
  210. .wallet-icon {
  211. width: 60rpx;
  212. height: 63rpx;
  213. margin-left: 51rpx;
  214. margin-right: 25rpx;
  215. margin-top:-7rpx;
  216. }
  217. .flower-icon {
  218. width: 54rpx;
  219. height: 64rpx;
  220. margin: 0 14rpx 0 32rpx;
  221. }
  222. .flower-text {
  223. width: 242rpx;
  224. font-size: 30rpx;
  225. font-weight: 800;
  226. }
  227. .flower-tips-text {
  228. color: #848484;
  229. font-size: 22rpx;
  230. }
  231. .btn-section {
  232. width: 100%;
  233. height: 190rpx;
  234. background: #fff;
  235. display: flex;
  236. justify-content: space-between;
  237. align-items: center;
  238. margin-top: 10rpx;
  239. padding: 0 60rpx;
  240. box-sizing: border-box;
  241. }
  242. .btn {
  243. width: 121rpx;
  244. height: 170rpx;
  245. display: flex;
  246. flex-direction: column;
  247. margin-top: 6rpx;
  248. }
  249. .btn image {
  250. width: 121rpx;
  251. height: 121rpx;
  252. border-radius: 50%;
  253. }
  254. .btn-title {
  255. margin-top: 11rpx;
  256. width: 121rpx;
  257. text-align: center;
  258. color: #505050;
  259. font-size: 24rpx;
  260. font-weight: 800;
  261. }
  262. .my-reading-title {
  263. width: 100%;
  264. height: 74rpx;
  265. line-height: 89rpx;
  266. display: flex;
  267. /* align-items: center; */
  268. justify-content: space-between;
  269. padding: 0 0 0 30rpx;
  270. color: #393939;
  271. font-weight: 800;
  272. font-size: 30rpx;
  273. box-sizing: border-box;
  274. }
  275. .my-reading-section-placeholder {
  276. width: 100%;
  277. font-size: 24rpx;
  278. color: #393939;
  279. text-align: center;
  280. line-height: 80rpx;
  281. }
  282. .title-right {
  283. display: flex;
  284. flex-direction: row;
  285. float: right;
  286. width: 100rpx;
  287. height: 38rpx;
  288. line-height: 92rpx;
  289. font-size: 28rpx;
  290. color: #444;
  291. /* align-items: center; */
  292. }
  293. .title-right image {
  294. width: 15rpx;
  295. height: 27rpx;
  296. margin-left: 10rpx;
  297. margin-top: 33rpx;
  298. }
  299. .set-msg-temp {
  300. position: absolute;
  301. width: 100%;
  302. height: 248rpx;
  303. }
  304. .footer-section {
  305. width: 100%;
  306. height: 150rpx;
  307. font-size: 24rpx;
  308. color: #b6b6b6;
  309. text-align: center;
  310. padding-top: 70rpx;
  311. }
  312. .placerholder {
  313. height: 41rpx;
  314. background: rgba(228, 255, 242, .8);
  315. /* background: #E4FFF2; */
  316. width: 410rpx;
  317. margin-top: 35rpx;
  318. margin-left: 220rpx;
  319. border-radius: 10rpx;
  320. }
  321. .line1 {
  322. width: 300rpx;
  323. }