aosiyiliaouniapp/unpackage/dist/build/.tmp/app-plus/pages/biaomian/biaomian.wxss

121 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-04-08 02:59:47 +00:00
.super-hot{
margin-top: 12rpx;
padding: 20rpx;
}
.hot-title-wapper{
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
}
.hot-title{
font-size: 20px;
margin-left: 20rpx;
font-weight: 15rpx;
}
.hot-ico{
width: 30rpx;
height: 30rpx;
margin-top: 15rpx;
}
/* 查询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;
}
/* 横向样式 */
.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; */
}
/* 查询内容大小 */
.showsize{
width: 332rpx;
height: 110rpx;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
}
.showsize1{
width: 332rpx;
height: 110rpx;
border-right: solid 1px;
border-top: solid 1px;
}
.showsize2{
width: 332rpx;
height: 110rpx;
border-right: solid 1px;
border-top: solid 1px;
border-bottom: solid 1px;
}
.showsize3{
width: 332rpx;
height: 110rpx;
border-right: solid 1px;
border-top: solid 1px;
border-left: solid 1px;
border-bottom: solid 1px;
}
/* 字段名样式 */
.namesize{
width: 332rpx;
height: 55rpx;
text-align: center;
background-color: #999999;
}
/* 查询内容样式 */
.sersize{
width: 332rpx;
height: 55rpx;
text-align: center;
border-top: solid 1px;
font-size: 14px;
}
.sersize1{
width: 332rpx;
height: 120rpx;
text-align: center;
border-top: solid 1px;
font-size: 14px;
}