examtest_mp/pages/test/test.wxss

42 lines
653 B
Plaintext

.head{
width:100%;
height:30px;
color:#fff;
background-color: #438af4;
text-align: left;
display:flex;
padding: 0 20rpx;
box-sizing: border-box;
}
.btns{
height:40px;
display:flex;
padding: 4px;
flex-direction: row;
flex-wrap: wrap;
text-align:center;
background-color: white;
}
.footerBtns{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #f7f7f7;
border-top: 1rpx solid #f1f1f1;
}
.txlabel{
color:#fff;
background-color: #438af4;
border-radius: 2px;
font-weight: 500;
font-size: 30rpx;
padding: 5rpx 10rpx;
}
.weui-article{
background-color: white;
padding: 24px 16px;
}