aosiyiliaouniapp/unpackage/dist/dev/.tmp/app-plus/pages/shibie/shibie.wxss

196 lines
3.6 KiB
Plaintext

.body {
border-top: solid 1px #DBDBDA;
padding: 0 40rpx;
}
/* 内排序 */
.neipaixu{
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
}
/* 纵向样式 */
.zongxiang{
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 20rpx;
/* justify-content: flex-start; */
/* height: 900upx; */
/* width: 650upx; */
}
/* 横向样式 */
.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;
margin-left: 10rpx;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
/* 名称样式 */
.mingcheng{
height: 70rpx;
margin-right: 10rpx;
width: 138rpx;
text-align: center;
padding-top: 30rpx;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
}
/* 识别样式 */
.jiexi{
height: 70rpx;
margin-right: 9rpx;
width: 288rpx;
text-align: center;
padding-top: 30rpx;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
font-size: 15px;
}
/* pes样式 */
.pes{
height: 70rpx;
margin-right: 10rpx;
width: 288rpx;
text-align: center;
padding-top: 30rpx;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
font-size: 15px;
}
/* 最后一行横线 */
.lost{
height: 70rpx;
margin-right: 9rpx;
width: 288rpx;
padding-top: 30rpx;
text-align: center;
border-left: solid 1px;
border-right: solid 1px;
border-bottom: solid 1px;
border-top: solid 1px;
font-size: 15px;
}
.lostmingcheng{
height: 70rpx;
margin-right: 10rpx;
width: 138rpx;
padding-top: 30rpx;
text-align: center;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
border-bottom: solid 1px;
font-size: 15px;
}
/* 查询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; */
}
/* 查询内内容 */
.font {
width: 150rpx;
padding-top: 20rpx;
}
/* 输入框 */
.input {
width: 500rpx;
height: 90rpx;
margin-left: 40rpx;
}
/* 查询内容大小 */
.showsize{
width: 332rpx;
height: 120rpx;
border-bottom: solid 1px;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
}
/* 字段名样式 */
.namesize{
width: 332rpx;
height: 60rpx;
text-align: center;
}
/* 查询内容样式 */
.sersize{
width: 332rpx;
height: 60rpx;
text-align: center;
color: #007AFF;
}
/* 字体调整 */
.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;
}
/* 下拉样式 */
.xiala{
margin-left: 20rpx;
margin-top: 40rpx;
height: 68rpx;
width: 175rpx;
background-color: #007AFF;
color: #FFFFFF;
font-size: 14px;
padding-top: 15rpx;
/* padding-left: 25upx; */
text-align: center;
border-radius:10rpx;
}