我希望当我按下cdtimer 1的按钮时,它会在其他暂停时恢复,反之亦然。我试着用下面的代码做到这一点。但另一个计时器也与运行计时器并行运行。请帮助我暂停和恢复计时器,一次只运行计时器并暂停其他计时器。
#container{
width: 100%;
}
#img{
background: transparent center no-repeat url('image.png');
width: 100%;
height: 100%;
max-height: 850px;
background-size:cover;
}