.uni-page-body,page { height:100% } ::v-deep .tab .tab-cont{ height: 100%; margin-bottom: 60px; } .leaderIndex{ // border:1px solid red; background-color: #F8F9FA; padding-top: 60rpx; overflow-y: auto; height: 100%; width: 100%; .leaderIndex_list{ .list_title{ padding: 15rpx 0 5rpx 5rpx; display: flex; .statusIcon{ height: 50rpx; width: 50rpx; margin-right: 20rpx; } .showIcon{ margin-left: 10rpx; width: 45rpx; height: 45rpx; } } .list_content{ display: flex; padding: 10rpx 10rpx 10rpx 55rpx; .list_item{ padding-left: 20rpx; font-size: 14px; font-weight: 400; letter-spacing: 0.5px; line-height: 22px; color: rgba(53, 53, 53, 1); vertical-align: top; } .list_item_text{ padding-right: 20rpx; padding-left: 30rpx; flex: 1; text-align: right; font-size: 14px; font-weight: 400; letter-spacing: 0.5px; line-height: 22px; color: rgba(53, 53, 53, 1); } } .button_group{ display: flex; justify-content: flex-start; height: 80rpx; border-top: 1px solid rgba(235, 237, 240, 1); .button_sign{ flex: 1; align-items: center; justify-content: center; display: flex; border-right: 0.5px solid rgba(235, 237, 240, 1); font-size: 17px; font-weight: 400; letter-spacing: 1.5px; color: rgba(190, 163, 117, 1); } .button_start{ flex: 1; display:flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 400; letter-spacing: 1.5px; color: rgba(102, 102, 102, 1); } } } .empty_data{ display: flex; justify-content: center; align-items: center; } } .zkTaskList{ ::v-deep .uni-scroll-view-content{ display: flex; align-content: flex-end; justify-content: space-around; } ::v-deep .tab-fixed .tab-bar{ position: fixed; } ::v-deep .tab-pane{ width: 100%; } ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{ color: rgba(190, 163, 117, 1); } ::v-deep .uni-popup__info{ color: rgba(31, 35, 41, 1); } ::v-deep .uni-popup__wrapper .uni-dialog-content-text{ color: rgba(31, 35, 41, 1); } ::v-deep .uni-popup__wrapper .uni-dialog-button-text{ color: rgba(31, 35, 41, 1); } }