datagramInfoTemplate.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .datagram-index-list-item-container {
  2. width: 100%;
  3. height: 100%;
  4. border-bottom: 1px #dddddd solid;
  5. margin-top: 10rpx;
  6. }
  7. .datagram-index-list-item-box {
  8. height: auto;
  9. width: auto;
  10. margin-bottom: 10rpx;
  11. margin-left: 10rpx;
  12. margin-right: 10rpx;
  13. display: flex;
  14. flex-direction: row;
  15. }
  16. .datagram-index-list-item-info-box {
  17. width: 100%;
  18. display: flex;
  19. flex-direction: column;
  20. }
  21. .datagram-info-text {
  22. width: 100%;
  23. height: 60rpx;
  24. }
  25. .datagram-list-container {
  26. width: 100%;
  27. height: 100px;
  28. flex: 1;
  29. }
  30. .datagram-scroll-box {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .datagram-scroll-list {
  35. width: 100%;
  36. display: flex;
  37. flex-direction: column;
  38. white-space: nowrap;
  39. }
  40. .datagram-kind-text{
  41. font-size: 26rpx;
  42. color:#426666;
  43. margin-left:10rpx;
  44. }
  45. .datagram-tm{
  46. font-size: 26rpx;
  47. color:darkgray;
  48. }
  49. .datagram-bottombar{
  50. width: 100%;
  51. height: 40rpx;
  52. display: flex;
  53. flex-direction: row;
  54. justify-content: start;
  55. padding-bottom: 10rpx;
  56. }
  57. .datagram-hex-box{
  58. display: flex;
  59. justify-content: flex-end;
  60. flex-direction: column;
  61. width:80%;
  62. }
  63. .datagram-hex-clickStyle{
  64. color:darkgray;
  65. width:500rpx;
  66. font-size: 20rpx;
  67. overflow: hidden;
  68. text-overflow: ellipsis;
  69. white-space: nowrap;
  70. display: block;
  71. text-align: start;
  72. }
  73. .datagram-button-box{
  74. display: flex;
  75. justify-content: flex-end;
  76. flex-direction: row;
  77. width:20%;
  78. align-items: center;
  79. }
  80. .datagram-view-clickStyle{
  81. color:#acacac;
  82. font-size: 28rpx;
  83. }
  84. .datagram-button-box-img{
  85. height: 30rpx;
  86. width: 30rpx;
  87. }