detail.wxss 958 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .img_section {
  2. width: 100%;
  3. height: 648rpx;
  4. display: flex;
  5. justify-content: center;
  6. align-items: center;
  7. }
  8. .avatar {
  9. width: 470rpx;
  10. height: 432rpx;
  11. background: #F2F5F7;
  12. border-radius: 24rpx;
  13. }
  14. .section {
  15. margin-bottom: 20px;
  16. }
  17. .title {
  18. font-size: 16px;
  19. font-weight: bold;
  20. margin-bottom: 10px;
  21. }
  22. .item {
  23. display: flex;
  24. align-items: center;
  25. border-bottom: 1px solid #e0e0e0;
  26. justify-content: space-between;
  27. margin-inline: 32rpx;
  28. height: 120rpx;
  29. }
  30. .left-content {
  31. display: flex;
  32. align-items: center;
  33. }
  34. .label {
  35. font-size: 16px;
  36. color: #333333;
  37. margin-left: 32rpx;
  38. }
  39. .arrow {
  40. width: 20px;
  41. height: 20px;
  42. margin-right: 16rpx;
  43. }
  44. .switch {
  45. width: 88rpx;
  46. height: 44rpx;
  47. margin-right: 16rpx;
  48. }
  49. .red {
  50. width: 10rpx;
  51. height: 10rpx;
  52. margin-top: -14rpx;
  53. background-color: #6546A3;
  54. border-radius: 50%;
  55. margin-left: 12rpx;
  56. }
  57. .question {
  58. margin-left: 8rpx;
  59. width: 40rpx;
  60. height: 40rpx;
  61. }