my.wxss 5.4 KB

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