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.
160 lines
2.4 KiB
Plaintext
160 lines
2.4 KiB
Plaintext
page {
|
|
padding-bottom: 120px;
|
|
}
|
|
|
|
.p1020 {
|
|
padding: 10px 10px 10px 20px;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.container::after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
visibility: hidden;
|
|
clear: both;
|
|
}
|
|
|
|
.container .item {
|
|
width: calc(33.33% - 10px);
|
|
float: left;
|
|
margin-right: 10px;
|
|
background: #fff;
|
|
border-radius: 16px;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
padding: 8px 0;
|
|
color: #1d1d1d;
|
|
margin-bottom: 10px;
|
|
line-height: 20px;
|
|
/* display: flex;
|
|
align-items: center;
|
|
justify-content: center; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.container .item.active {
|
|
background: var(--color-ysd);
|
|
color: #ffffff;
|
|
}
|
|
|
|
.headTxt {
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 25px;
|
|
margin-top: 10px;
|
|
}
|
|
.resetBtn{
|
|
height: 44px;
|
|
opacity: 1;
|
|
background: #fff;
|
|
border: 1px solid var(--color-ysd);
|
|
border-radius: 25px;
|
|
font-size: 18px;
|
|
font-weight: 601;
|
|
color: var(--color-ysd);
|
|
padding: 0;
|
|
line-height: 44px;
|
|
margin-bottom: 40px;
|
|
}
|
|
.resetBtn:active{
|
|
background-color: #f2f2f2;
|
|
}
|
|
.loginOut {
|
|
width: 100%;
|
|
height: 44px;
|
|
opacity: 1;
|
|
background: var(--color-ysd) !important;
|
|
border-radius: 25px;
|
|
font-size: 18px;
|
|
font-weight: 601;
|
|
color: #ffffff;
|
|
padding: 0;
|
|
line-height: 44px;
|
|
margin-bottom: 40px;
|
|
margin-top: 20rpx;
|
|
}
|
|
.pl10{
|
|
padding-left: 10px;
|
|
}
|
|
.pr10{
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.btmFix {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
left: 0;
|
|
width: 100%;
|
|
/* background-color: #ffffff; */
|
|
z-index: 99;
|
|
}
|
|
page {
|
|
padding-bottom: 0;
|
|
}
|
|
.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: 80px;
|
|
right: 0;
|
|
z-index: 999;
|
|
width: 24px;
|
|
font-size: 11px;
|
|
text-align: center;
|
|
color: #999999;
|
|
}
|
|
|
|
.letter-list .letter {
|
|
padding: 4px;
|
|
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;
|
|
}
|