prog-rtu-list.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* pages/buyer/prog-rtu-List/prog-rtu-list.wxss */
  2. .viewBox {
  3. width: 100%;
  4. height: 100%;
  5. background: white;
  6. flex: 1;
  7. }
  8. .scroll-box {
  9. height: 100%;
  10. width: 95%;
  11. display: flex;
  12. flex-direction: column;
  13. }
  14. .scroll-list {
  15. width: 90%;
  16. display: flex;
  17. flex-direction: column;
  18. white-space: nowrap;
  19. margin-top: 10px;
  20. margin-left: 8px;
  21. }
  22. .rtu-list-item-container {
  23. height: 60%;
  24. width: 100%;
  25. display: flex;
  26. flex-direction: row;
  27. margin-left: 10px;
  28. /* margin-bottom: 8rpx; */
  29. border-bottom: 1px #dddddd solid;
  30. }
  31. .rtuInfoBox {
  32. height: 100%;
  33. width: 100%;
  34. margin-top: 2px;
  35. margin-bottom: 2px;
  36. display: flex;
  37. flex-direction: column;
  38. }
  39. .rtuInfoTop{
  40. margin-bottom: 5px;
  41. }
  42. .rtuName {
  43. font-size: 17px;
  44. color: #00528E;
  45. }
  46. .rtuInfo {
  47. font-size: 14px;
  48. color: #B2B2B2;
  49. overflow: hidden;
  50. text-overflow: ellipsis;
  51. white-space: nowrap;
  52. }
  53. .tipsBox {
  54. height: 60px;
  55. width: 30px;
  56. margin-right: 10px;
  57. }
  58. .tipsImg {
  59. height: 30px;
  60. width: 30px;
  61. margin-top: 10px;
  62. margin-right: 10px;
  63. }