aosiyiliaouniapp/pages/wuliugenzong1/genzong.css

92 lines
1.4 KiB
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;
}
.chaxunx{
display: flex;
}
.bianju{
margin-left: 20upx;
margin-right: 20upx;
}
.bianju1{
margin-left: 80upx;
margin-top: 20upx;
}
.bottom{
width: 100vw;
height:92.1vh;
background-color: rgb(245, 245, 245);
}
.geziWC{
margin: auto;
margin-top: 30upx;
width: 730upx;
height: 300upx;
background-color: #fff;
}
.u-tag--mini.data-v-3732d7af {
height: 22px;
line-height: 22px;
/* padding: 0 5px; */
text-align: center;
margin: auto;
}
.container {
display: flex;
flex-direction: column;
height: 100%;
padding-bottom: 100rpx; /* 保证按钮的位置 */
}
.fixed-button-container {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
display: flex;
justify-content: center;
}
.fixed-button {
width: 100%;
max-width: 690rpx; /* 根据实际需要设置按钮宽度 */
}
::v-deep .u-tag{
flex: none;
align-items: center; /* 垂直居中 */
justify-content: center;
width: 120upx;
}