examtest_mp/pages/question/detail.wxss

18 lines
241 B
Plaintext

.head{
width:100%;
height:30px;
color:#fff;
background-color: cornflowerblue;
text-align: center;
}
.btns{
height:60px;
}
.txlabel{
color:#fff;
background-color: rgb(216, 140, 0);
border-radius: 2px;
padding: 1px 4px;
}