my.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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: 42rpx;
  133. height: 34rpx;
  134. display: block;
  135. margin-left: 20rpx;
  136. margin-right: 10rpx;
  137. }
  138. .edit-text {
  139. width: 150rpx;
  140. /* height: 32rpx; */
  141. color: #FFFFFF;
  142. font-size: 32rpx;
  143. /* line-height:46rpx; */
  144. }
  145. .only-flower {
  146. width: 720rpx;
  147. height: 120rpx;
  148. background: #fff;
  149. border-radius: 20rpx;
  150. margin: 10rpx auto 0;
  151. position: relative;
  152. display: flex;
  153. align-items: center;
  154. justify-content: space-between;
  155. padding: 0 40rpx;
  156. box-sizing: border-box;
  157. }
  158. .grey-point {
  159. width: 15rpx;
  160. height: 15rpx;
  161. background: #f2f2f2;
  162. position: absolute;
  163. top: 10rpx;
  164. left: 10rpx;
  165. border-radius: 50%;
  166. }
  167. .flower-amount,
  168. .wallet-box {
  169. font-size: 30rpx;
  170. font-weight: 800;
  171. display: flex;
  172. align-items: center;
  173. }
  174. .flower-amount image {
  175. width: 64rpx;
  176. height: 64rpx;
  177. margin-right: 24rpx;
  178. }
  179. .flower-tips {
  180. color: #848484;
  181. font-size: 24rpx;
  182. }
  183. .flower-last {
  184. color: #f65641;
  185. }
  186. .wallet-section {
  187. width: 720rpx;
  188. height: 120rpx;
  189. /* background: #fff; */
  190. border-radius: 20rpx;
  191. margin: 10rpx auto 0;
  192. position: relative;
  193. display: flex;
  194. align-items: center;
  195. justify-content: space-between;
  196. box-sizing: border-box;
  197. }
  198. .wallet-box,
  199. .flower-box {
  200. width: 355rpx;
  201. height: 120rpx;
  202. border-radius: 20rpx;
  203. background: #fff;
  204. display: flex;
  205. align-items: center;
  206. position: relative;
  207. /* justify-content: space-around; */
  208. }
  209. .wallet-box {
  210. margin-right: 10rpx;
  211. }
  212. .wallet-icon {
  213. width: 60rpx;
  214. height: 63rpx;
  215. margin-left: 51rpx;
  216. margin-right: 25rpx;
  217. }
  218. .flower-icon {
  219. width: 54rpx;
  220. height: 64rpx;
  221. margin: 0 14rpx 0 32rpx;
  222. }
  223. .flower-text {
  224. width: 242rpx;
  225. font-size: 30rpx;
  226. font-weight: 800;
  227. }
  228. .flower-tips-text {
  229. color: #848484;
  230. font-size: 22rpx;
  231. }
  232. .btn-section {
  233. width: 100%;
  234. height: 190rpx;
  235. background: #fff;
  236. display: flex;
  237. justify-content: space-between;
  238. align-items: center;
  239. margin-top: 10rpx;
  240. padding: 0 60rpx;
  241. box-sizing: border-box;
  242. }
  243. .btn {
  244. width: 121rpx;
  245. height: 170rpx;
  246. display: flex;
  247. flex-direction: column;
  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: 68rpx;
  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. font-size: 28rpx;
  288. color: #444;
  289. align-items: center;
  290. }
  291. .title-right image{
  292. width: 15rpx;
  293. height: 27rpx;
  294. margin-left: 10rpx;
  295. }
  296. .set-msg-temp {
  297. position: absolute;
  298. width: 100%;
  299. height: 248rpx;
  300. }
  301. .footer-section{
  302. width: 100%;
  303. height: 150rpx;
  304. font-size: 24rpx;
  305. color: #b6b6b6;
  306. text-align: center;
  307. padding-top: 70rpx;
  308. }
  309. .placerholder {
  310. height: 41rpx;
  311. background: rgba(228, 255, 242, .8);
  312. /* background: #E4FFF2; */
  313. width: 410rpx;
  314. margin-top: 35rpx;
  315. margin-left: 220rpx;
  316. border-radius: 10rpx;
  317. }
  318. .line1 {
  319. width: 300rpx;
  320. }