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.
|
|
|
|
/* pages/recordChoice/index.wxss */
|
|
|
|
|
@import '../firstBill/index';
|
|
|
|
|
/* @import "../../appcommon.wxss"; */
|
|
|
|
|
|
|
|
|
|
@import '../index/index.wxss';
|
|
|
|
|
.page{
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: calc(100vh);
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__form{
|
|
|
|
|
/* overflow: hidden; */
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box{
|
|
|
|
|
position: sticky;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box .icon-qingchu1{
|
|
|
|
|
/* width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
right:72px; */
|
|
|
|
|
/* top:8px; */
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box .icon-qingchu1::before {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
|
|
|
|
.jobCenterActive{
|
|
|
|
|
height: calc(100vh - 64px);
|
|
|
|
|
/* background-color: #fff; */
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box .icon-sousuo11 {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
.jobIn{
|
|
|
|
|
padding: 16px 10px;
|
|
|
|
|
}
|
|
|
|
|
.agency .jobOne{
|
|
|
|
|
position: relative;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
/* align-items: center; */
|
|
|
|
|
/* height: 42px; */
|
|
|
|
|
padding: 16px 15px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.job .jobOne{
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.jobOne.hcb2:active{
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.agency .jobOne .info {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.agency .listcontainer >view:not(:last-child)::after{
|
|
|
|
|
content:'';
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 95%;
|
|
|
|
|
height: 1px;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
background-color: #0000000f;
|
|
|
|
|
}
|