126 lines
2.2 KiB
Plaintext
126 lines
2.2 KiB
Plaintext
/* 查询内容大小 */
|
|
.showsize{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-left: solid 1px;
|
|
border-top: solid 1px;
|
|
}
|
|
/* 字段名样式 */
|
|
.namesize{
|
|
width: 332rpx;
|
|
height: 55rpx;
|
|
text-align: center;
|
|
}
|
|
/* 查询内容样式 */
|
|
.sersize{
|
|
width: 332rpx;
|
|
height: 55rpx;
|
|
text-align: center;
|
|
border-top: solid 1px;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
}
|
|
.body {
|
|
border-top: solid 1px #DBDBDA;
|
|
padding: 0 40rpx;
|
|
}
|
|
/* 横向样式 */
|
|
.hengxiang{
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-top: 20rpx;
|
|
|
|
/* justify-content: flex-start; */
|
|
|
|
/* height: 900upx; */
|
|
/* width: 650upx; */
|
|
}
|
|
.showsizelost{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-bottom: solid 1px;
|
|
border-left: solid 1px;
|
|
border-right: solid 1px;
|
|
border-top: solid 1px;
|
|
}
|
|
.showsizelost1{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-bottom: solid 1px;
|
|
border-left: solid 1px;
|
|
border-top: solid 1px;
|
|
border-right: solid 1px;
|
|
}
|
|
.showsizeright{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-left: solid 1px;
|
|
border-right: solid 1px;
|
|
border-top: solid 1px;
|
|
}
|
|
/* 字体调整 */
|
|
.ziti{
|
|
margin-top: 55rpx;
|
|
height: 80rpx;
|
|
}
|
|
/* 按钮调整 */
|
|
.button{
|
|
height: 80rpx;
|
|
font-size: 14px;
|
|
margin-top: 40rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
/* 按钮总样式 */
|
|
.anjian{
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.sersize1{
|
|
width: 332rpx;
|
|
height: 55rpx;
|
|
text-align: center;
|
|
border-top: solid 1px;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
}
|
|
/* 查询view */
|
|
.face-wapper {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
|
|
/* margin-top: 120upx;
|
|
margin-bottom: 120upx; */
|
|
}
|
|
/* 输入框 */
|
|
.input {
|
|
width: 500rpx;
|
|
height: 90rpx;
|
|
margin-left: 40rpx;
|
|
}
|
|
/* 查询内内容 */
|
|
.font {
|
|
width: 150rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
|