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.
|
|
|
|
@import "../screen/index.wxss";
|
|
|
|
|
page {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box {
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__form {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box {
|
|
|
|
|
border-radius: 17px;
|
|
|
|
|
}
|
|
|
|
|
.p10200 {
|
|
|
|
|
padding: 10px 10px 140px 20px;
|
|
|
|
|
}
|
|
|
|
|
.letter-list {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 190px;
|
|
|
|
|
right: 3px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
width: 24px;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letter-list .letter {
|
|
|
|
|
padding: 2px 0px;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rlhc {
|
|
|
|
|
background: var(--color-ysd);
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.positionLetter {
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 40px;
|
|
|
|
|
top: 90px;
|
|
|
|
|
width: 47px;
|
|
|
|
|
height: 47px;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
background: #cccccc;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 47px;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
}
|
|
|
|
|
.loginOut {
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.btn {
|
|
|
|
|
width: unset !important;
|
|
|
|
|
}
|
|
|
|
|
.navigatorBar {
|
|
|
|
|
position: relative;
|
|
|
|
|
/* z-index: 999; */
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
.navigatorBar .tabs {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
justify-content: center;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigatorBar .tabs > view {
|
|
|
|
|
flex: 1;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
width: 56px;
|
|
|
|
|
color: #666666;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.navigatorBar .tabs .active {
|
|
|
|
|
height: 26px;
|
|
|
|
|
background-color: #1890ff;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
.searchBox{
|
|
|
|
|
margin: 0 20px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
border-radius: 99px;
|
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
|
}
|
|
|
|
|
.fss{
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|