33 lines
501 B
CSS
33 lines
501 B
CSS
.body {
|
|
border-top: solid 1px #DBDBDA;
|
|
padding: 0 40upx;
|
|
}
|
|
/* 查询view */
|
|
.face-wapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
width: 100%;
|
|
/* margin-top: 120upx;
|
|
margin-bottom: 120upx; */
|
|
}
|
|
/* 查询内内容 */
|
|
.font {
|
|
width: 150upx;
|
|
padding-top: 20upx;
|
|
margin-left: 3upx;
|
|
}
|
|
/* 输入框 */
|
|
.input {
|
|
width: 500upx;
|
|
height: 90upx;
|
|
}
|
|
|
|
/* 显示背景 */
|
|
.backg{
|
|
margin-left: 125upx;
|
|
margin-top: 25upx;
|
|
width: 500upx;
|
|
height: 900upx;
|
|
background-color: pink;
|
|
} |