16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
/* pages/candidate/index.wxss */
|
|
.searchBtn{
|
|
width: 300rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
margin: 100rpx auto;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 36rpx;
|
|
border-radius: 40rpx;
|
|
background-color:#438af4 ;
|
|
}
|
|
.noCertificate{
|
|
color: #666666;
|
|
text-align:center;
|
|
} |