You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
/* @import '../firstBill/index.wxss'; */
|
|
.p1216{
|
|
padding: 12px 16px;
|
|
}
|
|
.searchTag{
|
|
padding: 6px 12px;
|
|
margin-bottom: 10px;
|
|
float: left;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
margin-left: 10px;
|
|
}
|
|
.weui-search-bar.fff{
|
|
background-color: #fff;
|
|
}
|
|
.weui-search-bar.be{
|
|
background-color: #1890ff;
|
|
}
|
|
.agencyRoleContainer{
|
|
padding: 10px;
|
|
}
|
|
.sub{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 81px;
|
|
padding: 0 10px;
|
|
font-size: 18px;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
}
|
|
.sub-hover{
|
|
background-color: #e5e5e5;
|
|
}
|
|
.sub:not(:first-child) {
|
|
margin-top: 10px;
|
|
}
|
|
.weui-search-bar__box .weui-search-bar__input {
|
|
width: unset;
|
|
}
|
|
.nonePeople{
|
|
height: 81px;
|
|
justify-content: center;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
}
|
|
.qrcode{
|
|
margin: 40px 28px;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
padding-bottom: 68px;
|
|
padding-top: 60px;
|
|
box-shadow: 0px 0px 14px 0px rgba(206,206,206,0.50);
|
|
}
|
|
.qrcode image{
|
|
margin-bottom: 40px;
|
|
} |