pingLunList.wxss 837 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .linesp{
  2. width: 100%;
  3. height: 8rpx;
  4. background-color: aliceblue;
  5. }
  6. .tabs {
  7. flex: 1;
  8. flex-direction: column;
  9. overflow: hidden;
  10. background-color: #ffffff;
  11. }
  12. .tabbarct{
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: flex-start;
  16. }
  17. .xialakuang{
  18. width: 92%;
  19. height: 60rpx;
  20. margin-left: 20rpx;
  21. border-radius: 30rpx;
  22. }
  23. .listCT{
  24. margin-top: 24rpx;
  25. }
  26. .tabitemct{
  27. display: flex;
  28. flex-direction: row;
  29. justify-content:space-between;
  30. margin: 8rpx;
  31. width: 96%;
  32. align-items: center;
  33. }
  34. .viewinrow{
  35. display: flex;
  36. flex-direction: row;
  37. justify-content:center;
  38. align-items: center;
  39. }
  40. .xingxing{
  41. width: 30rpx;
  42. height: 30rpx;
  43. }
  44. .timeimage{
  45. margin-left: 20rpx;
  46. width: 30rpx;
  47. height: 30rpx;
  48. }
  49. .pltitle{
  50. font-size: 26rpx;
  51. height: 30rpx;
  52. line-height: 30rpx;
  53. align-items: center;
  54. }
  55. .contentTxt{
  56. font-size: 30rpx;
  57. }