You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
523 B
34 lines
523 B
.search{
|
|
width: 98%;
|
|
padding: 10rpx 0;
|
|
}
|
|
.search_arr {
|
|
border: 1px solid #d0d0d0;
|
|
border-radius: 10rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.search_arr input{
|
|
margin-left: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 5px;
|
|
}
|
|
.sousuo {
|
|
padding-left: 38%;
|
|
width: 15%;
|
|
line-height: 150%;
|
|
text-align: center;
|
|
}
|
|
.page_row{
|
|
display: flex;
|
|
flex-direction: row
|
|
}
|
|
.searchcion {
|
|
margin: 10rpx 10rpx 10rpx 10rpx;
|
|
position: absolute;
|
|
margin-left:38%;
|
|
z-index: 2;
|
|
width: 15px;
|
|
height: 15px;
|
|
text-align: center;
|
|
}
|