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.
124 lines
2.1 KiB
Plaintext
124 lines
2.1 KiB
Plaintext
@import "../../index/index.wxss";
|
|
.p1216 {
|
|
padding: 12px 16px;
|
|
}
|
|
page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.container {
|
|
flex: 1;
|
|
}
|
|
.historyBox {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.searchTag {
|
|
display: flex;
|
|
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: #ff4400;
|
|
}
|
|
.weui-search-bar .icon-qingchu {
|
|
position: absolute !important;
|
|
z-index: 9999999;
|
|
}
|
|
.weui-search-bar .icon-qingchu::after {
|
|
z-index: 9999;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.wannaList {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.wannaList .subset {
|
|
position: relative;
|
|
padding: 5px 12px;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
background-color: #fff;
|
|
border-radius: 16px;
|
|
}
|
|
.wannaList .subset .clearIcon {
|
|
position: absolute;
|
|
top: -6px;
|
|
right: -4px;
|
|
color: #aaa;
|
|
}
|
|
.wannaSearch {
|
|
position: relative;
|
|
/* margin-top: 32px; */
|
|
}
|
|
.wannaSearch .laji {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 0;
|
|
color: #999;
|
|
}
|
|
.markImg {
|
|
z-index: 9;
|
|
}
|
|
.bottomBox {
|
|
background-color: #fff;
|
|
border-top: 1px solid #eeeeee;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
.backIndex {
|
|
width: 260px !important;
|
|
height: 44px;
|
|
opacity: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: var(--color-ysd);
|
|
border-radius: 25px;
|
|
font-size: 18px;
|
|
font-weight: 601;
|
|
color: #ffffff;
|
|
padding: 0;
|
|
line-height: 44px;
|
|
margin-bottom: 40px;
|
|
margin-top: 20rpx;
|
|
}
|
|
.weui-switch-cp__input:checked + .weui-switch-cp__box::after,
|
|
.weui-switch-cp__input[aria-checked="true"] + .weui-switch-cp__box::after,
|
|
.weui-switch:checked::after {
|
|
transform: translateX(38px) !important;
|
|
}
|