datagramDetailInfo.wxss 460 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .list-container {
  2. width: 100%;
  3. height: 100%;
  4. flex: 1;
  5. }
  6. .scroll-box {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .scroll-list {
  11. width: 100%;
  12. display: flex;
  13. flex-direction: column;
  14. white-space: nowrap;
  15. }
  16. .text-name{
  17. font-size: 26rpx;
  18. color:#426666;
  19. margin-left:10rpx;
  20. }
  21. .text-value{
  22. font-size: 26rpx;
  23. color:darkgray;
  24. word-wrap: break-word;
  25. word-break: break-all;
  26. white-space: pre-line;
  27. }
  28. .datagram-hex-box{
  29. word-break: break-all;
  30. }