examtest/test_mini/pages/test/detail.wxss

22 lines
320 B
Plaintext

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