38 lines
657 B
Plaintext
38 lines
657 B
Plaintext
/* pages/queryList/queryList.wxss */
|
|
.query_list_wrap{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 10rpx;
|
|
}
|
|
.search_title{
|
|
width: 100%;
|
|
height: 12vh;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.title_left{
|
|
width: 50%;
|
|
margin-right: 10px;
|
|
}
|
|
.list_row{
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx solid silver;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.list_row_right{
|
|
margin-left: 10rpx;
|
|
font-size: 30rpx;
|
|
color: #575656;
|
|
}
|
|
.more_search_wrap{
|
|
width: 100%;
|
|
height: 30vh;
|
|
}
|
|
.target_wrap{
|
|
width: 100%;
|
|
height: 40vh;
|
|
} |