my.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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. }
  112. image {
  113. width: 100%;
  114. height: 100%;
  115. }
  116. .mine-edit {
  117. position: absolute;
  118. top: 72rpx;
  119. right: 36rpx;
  120. width: 138rpx;
  121. height: 52rpx;
  122. border-radius: 26rpx;
  123. background: #FF9209;
  124. box-sizing: border-box;
  125. align-items: center;
  126. display: flex;
  127. }
  128. /* .edit-image{
  129. width: 24rpx;
  130. height: 34rpx;
  131. margin-left: 24rpx;
  132. margin-right: 10rpx;
  133. } */
  134. .edit-img {
  135. width: 24rpx;
  136. height: 30rpx;
  137. display: block;
  138. position: absolute;
  139. right: 43rpx;
  140. bottom: 73rpx;
  141. }
  142. .only-flower {
  143. width: 720rpx;
  144. height: 120rpx;
  145. background: #fff;
  146. border-radius: 20rpx;
  147. margin: 10rpx auto 0;
  148. position: relative;
  149. display: flex;
  150. align-items: center;
  151. justify-content: space-between;
  152. padding: 0 40rpx;
  153. box-sizing: border-box;
  154. }
  155. .grey-point {
  156. width: 15rpx;
  157. height: 15rpx;
  158. background: #f2f2f2;
  159. position: absolute;
  160. top: 10rpx;
  161. left: 10rpx;
  162. border-radius: 50%;
  163. }
  164. .flower-amount,
  165. .wallet-box {
  166. font-size: 30rpx;
  167. font-weight: 800;
  168. display: flex;
  169. align-items: center;
  170. }
  171. .flower-amount image {
  172. width: 64rpx;
  173. height: 64rpx;
  174. margin-right: 24rpx;
  175. }
  176. .flower-tips {
  177. color: #848484;
  178. font-size: 24rpx;
  179. }
  180. .flower-last {
  181. color: #f65641;
  182. }
  183. .wallet-section {
  184. width: 720rpx;
  185. height: 120rpx;
  186. /* background: #fff; */
  187. border-radius: 20rpx;
  188. margin: 10rpx auto 0;
  189. position: relative;
  190. display: flex;
  191. align-items: center;
  192. justify-content: space-between;
  193. box-sizing: border-box;
  194. }
  195. .wallet-box,
  196. .flower-box {
  197. width: 355rpx;
  198. height: 120rpx;
  199. border-radius: 20rpx;
  200. background: #fff;
  201. display: flex;
  202. align-items: center;
  203. position: relative;
  204. /* justify-content: space-around; */
  205. }
  206. .wallet-box {
  207. margin-right: 10rpx;
  208. }
  209. .wallet-icon {
  210. width: 60rpx;
  211. height: 63rpx;
  212. margin-left: 51rpx;
  213. margin-right: 25rpx;
  214. margin-top:-7rpx;
  215. }
  216. .flower-icon {
  217. width: 54rpx;
  218. height: 64rpx;
  219. margin: 0 14rpx 0 32rpx;
  220. }
  221. .flower-text {
  222. width: 242rpx;
  223. font-size: 30rpx;
  224. font-weight: 800;
  225. }
  226. .flower-tips-text {
  227. color: #848484;
  228. font-size: 22rpx;
  229. }
  230. .btn-section {
  231. width: 100%;
  232. height: 190rpx;
  233. background: #fff;
  234. display: flex;
  235. justify-content: space-between;
  236. align-items: center;
  237. margin-top: 10rpx;
  238. padding: 0 60rpx;
  239. box-sizing: border-box;
  240. }
  241. .btn {
  242. width: 121rpx;
  243. height: 170rpx;
  244. display: flex;
  245. flex-direction: column;
  246. margin-top: 6rpx;
  247. }
  248. .btn image {
  249. width: 121rpx;
  250. height: 121rpx;
  251. border-radius: 50%;
  252. }
  253. .btn-title {
  254. margin-top: 11rpx;
  255. width: 121rpx;
  256. text-align: center;
  257. color: #505050;
  258. font-size: 24rpx;
  259. font-weight: 800;
  260. }
  261. .my-reading-title {
  262. width: 100%;
  263. height: 74rpx;
  264. line-height: 89rpx;
  265. display: flex;
  266. /* align-items: center; */
  267. justify-content: space-between;
  268. padding: 0 0 0 30rpx;
  269. color: #393939;
  270. font-weight: 800;
  271. font-size: 30rpx;
  272. box-sizing: border-box;
  273. }
  274. .my-reading-section-placeholder {
  275. width: 100%;
  276. font-size: 24rpx;
  277. color: #393939;
  278. text-align: center;
  279. line-height: 80rpx;
  280. }
  281. .title-right {
  282. display: flex;
  283. flex-direction: row;
  284. float: right;
  285. width: 100rpx;
  286. height: 38rpx;
  287. line-height: 92rpx;
  288. font-size: 28rpx;
  289. color: #444;
  290. /* align-items: center; */
  291. }
  292. .title-right image {
  293. width: 15rpx;
  294. height: 27rpx;
  295. margin-left: 10rpx;
  296. margin-top: 33rpx;
  297. }
  298. .set-msg-temp {
  299. position: absolute;
  300. width: 100%;
  301. height: 248rpx;
  302. }
  303. .footer-section {
  304. width: 100%;
  305. height: 150rpx;
  306. font-size: 24rpx;
  307. color: #b6b6b6;
  308. text-align: center;
  309. padding-top: 70rpx;
  310. }
  311. .placerholder {
  312. height: 41rpx;
  313. background: rgba(228, 255, 242, .8);
  314. /* background: #E4FFF2; */
  315. width: 410rpx;
  316. margin-top: 35rpx;
  317. margin-left: 220rpx;
  318. border-radius: 10rpx;
  319. }
  320. .line1 {
  321. width: 300rpx;
  322. }