indexList.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .uni-page-body,page {
  2. height:100%
  3. }
  4. ::v-deep .tab .tab-cont{
  5. height: 100%;
  6. margin-bottom: 60px;
  7. }
  8. .leaderIndex{
  9. // border:1px solid red;
  10. background-color: #F8F9FA;
  11. padding-top: 60rpx;
  12. overflow-y: auto;
  13. height: 100%;
  14. width: 100%;
  15. .leaderIndex_list{
  16. .list_title{
  17. padding: 15rpx 0 5rpx 5rpx;
  18. display: flex;
  19. .statusIcon{
  20. height: 50rpx;
  21. width: 50rpx;
  22. margin-right: 20rpx;
  23. }
  24. .showIcon{
  25. margin-left: 10rpx;
  26. width: 45rpx;
  27. height: 45rpx;
  28. }
  29. }
  30. .list_content{
  31. display: flex;
  32. padding: 10rpx 10rpx 10rpx 55rpx;
  33. .list_item{
  34. padding-left: 20rpx;
  35. font-size: 14px;
  36. font-weight: 400;
  37. letter-spacing: 0.5px;
  38. line-height: 22px;
  39. color: rgba(53, 53, 53, 1);
  40. vertical-align: top;
  41. }
  42. .list_item_text{
  43. padding-right: 20rpx;
  44. padding-left: 30rpx;
  45. flex: 1;
  46. text-align: right;
  47. font-size: 14px;
  48. font-weight: 400;
  49. letter-spacing: 0.5px;
  50. line-height: 22px;
  51. color: rgba(53, 53, 53, 1);
  52. }
  53. }
  54. .button_group{
  55. display: flex;
  56. justify-content: flex-start;
  57. height: 80rpx;
  58. border-top: 1px solid rgba(235, 237, 240, 1);
  59. .button_sign{
  60. flex: 1;
  61. align-items: center;
  62. justify-content: center;
  63. display: flex;
  64. border-right: 0.5px solid rgba(235, 237, 240, 1);
  65. font-size: 17px;
  66. font-weight: 400;
  67. letter-spacing: 1.5px;
  68. color: rgba(190, 163, 117, 1);
  69. }
  70. .button_start{
  71. flex: 1;
  72. display:flex;
  73. align-items: center;
  74. justify-content: center;
  75. font-size: 17px;
  76. font-weight: 400;
  77. letter-spacing: 1.5px;
  78. color: rgba(102, 102, 102, 1);
  79. }
  80. }
  81. }
  82. .empty_data{
  83. display: flex;
  84. justify-content: center;
  85. align-items: center;
  86. }
  87. }
  88. .zkTaskList{
  89. ::v-deep .uni-scroll-view-content{
  90. display: flex;
  91. align-content: flex-end;
  92. justify-content: space-around;
  93. }
  94. ::v-deep .tab-fixed .tab-bar{
  95. position: fixed;
  96. }
  97. ::v-deep .tab-pane{
  98. width: 100%;
  99. }
  100. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  101. color: rgba(190, 163, 117, 1);
  102. }
  103. ::v-deep .uni-popup__info{
  104. color: rgba(31, 35, 41, 1);
  105. }
  106. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  107. color: rgba(31, 35, 41, 1);
  108. }
  109. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  110. color: rgba(31, 35, 41, 1);
  111. }
  112. }