examtest_mp/pages/test/detail.wxss

28 lines
428 B
Plaintext

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