长城期货
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

239 lines
4.9 KiB

.pageListNav {
display: none;
}
.investList {
padding-top: 40px;
padding-bottom: 60px;
background: #f7f7f7;
}
.investList .w1280 {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.investList .w1280 .left {
width: 260px;
background: #fff;
}
.investList .w1280 .left .tit {
display: flex;
align-items: center;
justify-content: center;
position: relative;
font-size: 0;
}
.investList .w1280 .left .tit p {
position: absolute;
font-weight: bold;
font-size: 28px;
line-height: 1.5;
color: #fff;
}
.investList .w1280 .left ul {
padding: 19px 30px 60px;
}
.investList .w1280 .left ul li {
transition: border 0.5s;
}
.investList .w1280 .left ul li > a {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
transition: color 0.5s;
padding-bottom: 18px;
padding-top: 17px;
font-size: 18px;
color: #333;
border-bottom: 1px solid rgba(240, 130, 0, 0);
}
.investList .w1280 .left ul li > a i {
transition: transform 0.5s;
transform: rotate(0deg);
}
.investList .w1280 .left ul li > a i img {
transition: opacity 0.5s;
opacity: 0;
}
.investList .w1280 .left ul li > a.active {
color: #f08200;
border-bottom: 1px solid #f08200;
}
.investList .w1280 .left ul li > a.active i {
transform: rotate(90deg);
}
.investList .w1280 .left ul li > a.active i img {
opacity: 1;
}
.investList .w1280 .left ul li.on > a {
color: #f08200;
border-bottom: 1px solid #f08200;
}
.investList .w1280 .left ul li.on > a i {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 10px;
right: -15px;
width: 40px;
height: 40px;
}
.investList .w1280 .left ul li.on > a i img {
opacity: 1;
}
.investList .w1280 .left ul li .childList {
width: 100%;
height: 0;
overflow: hidden;
}
.investList .w1280 .left ul li .childList .center {
padding-top: 14px;
}
.investList .w1280 .left ul li .childList .center a {
display: block;
position: relative;
transition: color 0.5s;
padding-left: 20px;
margin-top: 10px;
font-size: 16px;
line-height: 1.5;
color: #666;
}
.investList .w1280 .left ul li .childList .center a::after {
display: block;
content: "";
position: absolute;
left: 0;
top: 10px;
width: 4px;
height: 4px;
background: rgba(0, 0, 0, 0.1);
}
.investList .w1280 .left ul li .childList .center a:first-child {
margin-top: 0;
}
.investList .w1280 .left ul li .childList .center a.on {
color: #f08200;
}
.investList .w1280 .mobPageNav {
display: none;
width: 100%;
margin-bottom: 40px;
overflow-x: auto;
}
.investList .w1280 .mobPageNav a {
white-space: nowrap;
padding: 10px 20px;
font-size: 14px;
line-height: 24px;
color: #333;
}
.investList .w1280 .mobPageNav a.on {
font-weight: bold;
background: #f08200;
color: #fff;
}
.investList .w1280 .right {
width: calc(100% - 290px);
padding: 37px 40px 48px;
background: #fff;
}
.investList .w1280 .right .tit {
display: flex;
align-items: center;
font-size: 24px;
color: #333;
}
.investList .w1280 .right .tit::before {
display: block;
content: "";
width: 4px;
height: 25px;
margin-right: 14px;
background-color: #f0850a;
border-radius: 2px;
}
.investList .w1280 .right .content {
margin-top: 38px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.investList .w1280 .right .content .list {
padding: 26px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.investList .w1280 .right .content .list a {
font-weight: bold;
font-size: 16px;
line-height: 1.5;
color: #333;
}
.investList .w1280 .right .content .list p {
margin-top: 12px;
font-size: 15px;
color: #999;
}
.investList .w1280 .right .content .pagination {
margin-top: 50px;
}
@media (any-hover: hover) {
.investList .w1280 .left ul li:hover > a {
color: #f08200;
border-bottom: 1px solid #f08200;
}
.investList .w1280 .left ul li:hover > a i img {
opacity: 1;
}
.investList .w1280 .left ul .childList .center a:hover {
color: #f08200;
}
}
@media (max-width: 1080px) {
.pageListNav {
display: block;
}
.investList {
padding-top: 20px;
}
.investList .w1280 {
flex-direction: column;
}
.investList .w1280 .left {
display: none;
}
.investList .w1280 .mobPageNav {
display: flex;
margin-bottom: 20px;
}
.investList .w1280 .mobPageNav a {
padding: 5px 10px;
}
.investList .w1280 .right {
width: 100%;
}
}
@media (max-width: 500px) {
.investList .w1280 .right {
padding: 20px;
}
.investList .w1280 .right .tit {
font-size: 20px;
}
.investList .w1280 .right .content {
margin-top: 20px;
}
.investList .w1280 .right .content .list {
padding: 10px 0;
}
.investList .w1280 .right .content .list a {
line-height: 1.3;
}
.investList .w1280 .right .content .list p {
margin-top: 10px;
}
.investList .w1280 .right .content .pagination {
margin-top: 20px;
}
}/*# sourceMappingURL=fanxiqian.css.map */