my.wxss 6.4 KB

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