rtuNavigateListView.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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: 60px;
  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: 90%;
  34. margin-top: 2px;
  35. margin-bottom: 2px;
  36. display: flex;
  37. flex-direction: column;
  38. justify-content: center;
  39. }
  40. .rtuInfoTop{
  41. margin-bottom: 5px;
  42. }
  43. .rtuName {
  44. font-size: 17px;
  45. color: #00528E;
  46. }
  47. .rtuInfo {
  48. font-size: 14px;
  49. color: #B2B2B2;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. }
  54. .tipsBox {
  55. height: 60px;
  56. width: 30px;
  57. margin-right: 10px;
  58. }
  59. .tipsImg {
  60. height: 30px;
  61. width: 30px;
  62. margin-top: 10px;
  63. margin-right: 10px;
  64. }
  65. .button-check{
  66. height: 100%;
  67. display: flex;
  68. justify-content: center;
  69. flex-direction: column;
  70. }
  71. .check-btn{
  72. height: 22px;
  73. width: 60px;
  74. background-color: #669999;
  75. }
  76. .btn-hover-class{
  77. background-color:coral;
  78. }