examtest_mp/pages/lianxi/main.wxss

79 lines
1.2 KiB
Plaintext

.head{
color:#fff;
display:flex;
flex-direction: row;
}
.btns{
height:40px;
display:flex;
padding:4px;
background-color: white;
flex-direction: row;
flex-wrap: wrap;
text-align:center;
}
.txlabel{
color:#fff;
background-color:#7bbd52;
border-radius: 2px;
padding: 6rpx 16rpx;
font-weight: 500;
font-size: 30rpx;
}
.weui-article{
background-color: white;
padding: 24px 16px;
}
/* 样式二 */
.page{
padding-top: 60rpx;
padding-bottom: 90rpx;
}
.head{
top: 0;
left: 0;
z-index: 10;
width: 100%;
position: fixed;
padding-bottom: 20rpx;
padding: 15rpx;
background-color: #7bbd52;
box-sizing: border-box;
}
.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: #7bbd52;
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;
}