my.wxss 6.4 KB

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