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.
191 lines
3.3 KiB
Plaintext
191 lines
3.3 KiB
Plaintext
page{
|
|
--color-ysd: #00BEBE;
|
|
--color-bgcolor:#e5f8f8;
|
|
background-color: var(--color-ysd);
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.fff{
|
|
color: #ffffff;
|
|
}
|
|
.p8{
|
|
padding: 8px;
|
|
}
|
|
.pl12{
|
|
padding-left: 12px;
|
|
}
|
|
.titlelist {
|
|
display: flex;
|
|
position: sticky;
|
|
box-sizing: border-box;
|
|
justify-content: space-between;
|
|
/* border-bottom: 1px solid #eee; */
|
|
border-top: 1px solid #eee;
|
|
padding: 8px 20px ;
|
|
line-height: 2;
|
|
padding-bottom: 8px;
|
|
font-size: 15px;
|
|
background-color: #fff;
|
|
top: 0px;
|
|
left: 0;
|
|
width: calc(100%);
|
|
z-index: 999;
|
|
}
|
|
.titlelist .pr {
|
|
width: 60px;
|
|
font-weight:bold;
|
|
text-align: center;
|
|
color: #333333;
|
|
z-index: 99999;
|
|
}
|
|
.titlelist .activelist {
|
|
color: var(--color-ysd);
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
.titlelist .activelist::after {
|
|
display: block;
|
|
content: "";
|
|
width: 60px;
|
|
height: 3px;
|
|
background-color:var(--color-ysd);
|
|
position: absolute;
|
|
bottom: -8px;
|
|
left: 0;
|
|
/* transform: translateX(-10px); */
|
|
}
|
|
.jdTitle .num{
|
|
width: 16px;
|
|
height: 16px;
|
|
background: rgba(255,255,255,0.90);
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
display: inline-block;
|
|
color: var(--color-ysd);
|
|
margin-right: 4px;
|
|
font-weight: bold;
|
|
}
|
|
.jdTitle .dtitle{
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
color: #ffffff;
|
|
line-height: 24px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.jddt{
|
|
background-color: #33CBCB;
|
|
border-radius: 8px;
|
|
margin-left: 20px;
|
|
margin-top:12px;
|
|
}
|
|
.jddt>.mb4>.mr4{
|
|
min-width: 12px;
|
|
}
|
|
.jddtD{
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.loginOut.sm-loginOut:active,.loginOut.sm-loginOut:focus,.loginOut.sm-loginOut:hover{
|
|
background-color: #00aaaa;
|
|
}
|
|
.dtBtn,.dtBtnD{
|
|
display: inline-block;
|
|
border-radius: 18px;
|
|
font-size: 16px;
|
|
font-weight: 601;
|
|
padding: 0;
|
|
color: #ffffff;
|
|
background-color: var(--color-ysd);
|
|
width: 256rpx;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
margin-top: 12px;
|
|
margin-left: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
.button-hover[type="primary"]{
|
|
background-color: #00aaaa;
|
|
}
|
|
.dtBtnD{
|
|
border: 1px solid #00bebe;
|
|
border-radius: 18px;
|
|
background-color: #fff;
|
|
color: var(--color-ysd);
|
|
}
|
|
.dtBtnD:active{
|
|
background-color:#e5f8f8
|
|
}
|
|
.lh13{
|
|
line-height: 1.3;
|
|
}
|
|
.bgfb{
|
|
/* bgf p8 br8 mb10 c3 */
|
|
background-color: #ffffff;
|
|
padding:0 8px;
|
|
border-radius: 8px;
|
|
margin-bottom: 8px;
|
|
color: #333333;
|
|
}
|
|
.bgfb12{
|
|
padding-left: 12px;
|
|
min-height: 45px;
|
|
white-space: pre-line;
|
|
}
|
|
.funDib{
|
|
display: inline-block;
|
|
white-space: pre-line;
|
|
}
|
|
.icon-zhankai.f14{
|
|
font-size: 13px;
|
|
}
|
|
.bgfb{
|
|
/* position: absolute;
|
|
top: 0; */
|
|
}
|
|
.height0{
|
|
max-height: 0;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
opacity: 0;
|
|
position: absolute;
|
|
top:0;
|
|
/* padding-top: 0;
|
|
padding-bottom: 0; */
|
|
margin-bottom: 0px;
|
|
transition:max-height 0.1s linear,opacity 0.1s linear;
|
|
|
|
}
|
|
.heightA{
|
|
|
|
max-height: 500px;
|
|
overflow: hidden;
|
|
opacity: 1;
|
|
margin-bottom: 0px;
|
|
transition: max-height 0s linear,opacity 0.1s linear;
|
|
}
|
|
.bgfb .f16.fwb{
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.noani{
|
|
transition: max-height 0s linear;
|
|
}
|
|
/* case2 */
|
|
|
|
.icon-zhankai{
|
|
display: none;
|
|
}
|