mine.wxss 799 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/mine/mine.wxss */
  2. page{
  3. background: #F1F1F1;
  4. font-family: PingFang SC;
  5. padding: 0rpx;
  6. }
  7. .avatar{
  8. width:50%;
  9. margin:60rpx auto;
  10. text-align: center;
  11. }
  12. .avatar view:first-child{
  13. width:100%;
  14. height: 200rpx;
  15. }
  16. .avatar image{
  17. width:200rpx;
  18. height: 100%;
  19. border-radius: 50%;
  20. }
  21. .avatar .nickname{
  22. font-size: 32rpx;
  23. color: #333333;
  24. padding-top:30rpx;
  25. }
  26. .avatar .nickname text{
  27. padding:0rpx;
  28. margin:0rpx;
  29. }
  30. .list{
  31. padding:0 10rpx;
  32. }
  33. .list .list-item{
  34. height:88rpx;
  35. line-height: 88rpx;
  36. background:#ffffff;
  37. border-radius: 20rpx;
  38. margin-bottom:20rpx;
  39. padding:0 30rpx;
  40. font-size: 34rpx;
  41. color: #333333;
  42. position:relative;
  43. }
  44. .list .list-item image{
  45. width: 14rpx;
  46. height: 28rpx;
  47. text-align: right;
  48. position:absolute;
  49. right:30rpx;
  50. top:30rpx;
  51. }