examtest_mp/pages/cuoti/index.wxss

78 lines
1.3 KiB
Plaintext

.head{
height:30px;
color:#fff;
display:flex;
flex-direction: row;
}
.btns{
height:40px;
display:flex;
flex-direction: row;
flex-wrap: wrap;
text-align:center;
}
.txlabel{
color:#fff;
background-color: #438af4;
border-radius: 2px;
font-weight: 500;
font-size: 30rpx;
padding: 5rpx 10rpx;
}
/* 样式二 */
.page{
padding-top: 60rpx;
padding-bottom: 90rpx;
}
.head{
top: 0;
left: 0;
z-index: 10;
width: 100%;
position: fixed;
padding: 15rpx 0;
background-color:#438af4
}
.typeBtns{
margin: auto;
display: flex;
}
.typeBtn{
height: 60rpx;
line-height: 60rpx;
padding: 0 15rpx;
border-radius: 0 6rpx 6rpx 0 ;
border: 1rpx solid #ffffff;
}
.typeBtn1{
border-radius: 6rpx 0 0 6rpx;
}
.datiBtn{
color: #438af4;
background: #ffffff;
}
.beitiBtn{
color: #ffffff;
}
.footerBtns{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #f7f7f7;
border-top: 1rpx solid #f1f1f1;
}
.checkKey{
width: 70rpx; text-align: center; line-height: 70rpx;height: 70rpx;border-radius: 38rpx;border: 1rpx solid #aaaaaa;
}
/* .weui-cells_radio .weui-check[aria-checked=true]+.weui-icon-checked {
color: #438af4;
}
.weui-cells_radio .weui-check[aria-checked=false]+.weui-icon-checked {
color: #ffffff;
} */