detail.wxss 1.1 KB

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