40 lines
719 B
Plaintext
40 lines
719 B
Plaintext
/* pages/candidate/index.wxss */
|
|
.searWrap{
|
|
display: flex;
|
|
/* margin-top: 30rpx; */
|
|
padding: 20rpx 0;
|
|
background: #ffffff;
|
|
}
|
|
.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;
|
|
margin-top: 20rpx;
|
|
box-sizing: border-box;
|
|
background: #ffffff;
|
|
}
|
|
.listTitle{
|
|
height: 70rpx;
|
|
padding-left: 30rpx;
|
|
line-height: 70rpx;
|
|
font-size: 36rpx;
|
|
} |