examtest_mp/pages/candidate/index.wxss

36 lines
626 B
Plaintext

/* pages/candidate/index.wxss */
.searWrap{
display: flex;
margin-top: 30rpx;
}
.searchBtn{
/* flex: 2; */
width: 150rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
color: #ffffff;
border-radius: 40rpx;
margin-right: 20rpx;
background-color:#438af4 ;
}
.infoInput{
flex: 4;
height: 100rpx;
line-height: 100rpx;
padding: 0 20rpx;
box-sizing: border-box;
border: 1rpx solid #dddddd;
border-radius: 40rpx;
margin: 0 20rpx;
}
.listWrap{
padding: 20rpx;
box-sizing: border-box;
}
.listTitle{
height: 70rpx;
padding-left: 30rpx;
line-height: 70rpx;
font-size: 36rpx;
}