index.scss 952 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .page{
  2. min-height: 100vh;
  3. background: #F1F1F1;
  4. }
  5. .content{
  6. padding: 0 32rpx;
  7. padding-top: 24rpx;
  8. padding-bottom: 24rpx;
  9. .item{
  10. background: #FFFFFF;
  11. border-radius: 0rpx 24rpx 0rpx 24rpx;
  12. padding: 0 24rpx;
  13. display: flex;
  14. flex-direction: column;
  15. margin-bottom: 24rpx;
  16. .line:last-child{
  17. border-bottom: none;
  18. }
  19. .line{
  20. display: flex;
  21. justify-content:space-between;
  22. align-items: center;
  23. border-bottom:2rpx solid #E6E6E6 ;
  24. height: 140rpx;
  25. .left{
  26. font-size: 32rpx;
  27. font-family: PingFang-SC-Bold, PingFang-SC;
  28. color: #333333;
  29. }
  30. .right{
  31. font-size: 32rpx;
  32. font-family: PingFang-SC-Medium, PingFang-SC;
  33. color: #333333;
  34. display: flex;
  35. align-items: center;
  36. .avatar{
  37. width: 100rpx;
  38. height: 100rpx;
  39. border-radius: 50%;
  40. margin-right: 20rpx;
  41. }
  42. .arr{
  43. width: 14rpx;
  44. height: 24rpx;
  45. }
  46. }
  47. }
  48. }
  49. }
  50. switch{
  51. // width: 83rpx;
  52. // height: 40rpx;
  53. }