长城期货
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.
 
 
 
 
 
 

669 lines
20 KiB

.more{
display: flex;
align-items: center;
font-size: 16px;
line-height: 18px;
color: #f08200;
img{
margin-left: 7px;
}
&:hover{
color: #f08200;
}
}
.downAppBlock{
background: #f7f7f7;
padding-top: 40px;
.w1280{
> .tips{
position: relative;
padding: 32px 50px 31px;
background: #fff;
.tit{
font-weight: bold;
font-size: 16px;
color: #333;
}
p{
height: 70px;
overflow-y: auto;
margin-top: 16px;
font-size: 14px;
line-height: 1.75;
color: #666;
}
&::before{
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 100%;
background: #f08200;
}
}
.content{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
padding-bottom: 30px;
.list{
width: calc((100% - 30px) / 2);
margin-bottom: 30px;
padding: 49px 40px 46px;
background: #fff;
.top{
display: flex;
justify-content: space-between;
padding-bottom: 31px;
border-bottom: 1px solid rgba($color: #000000, $alpha: .1);
.left{
display: flex;
.ico{
overflow: hidden;
width: 52px;
height: 52px;
font-size: 0;
border-radius: 10px;
margin-right: 30px;
}
.tit{
margin-top: -4px;
font-size: 22px;
color: #333;
}
.type{
margin-top: 11px;
font-size: 15px;
color: #666;
}
.time{
margin-top: 4px;
font-size: 15px;
color: #666;
}
.more{
margin-top: 16px;
}
}
.right{
font-size: 0;
}
}
.mobTop{
display: none;
}
.bottom{
overflow-y: auto;
height: 53px;
margin-top: 25px;
padding-right: 20px;
font-size: 15px;
line-height: 1.75;
color: #666;
&::-webkit-scrollbar-track-piece{
background-color: #e6e6e6;
}
&::-webkit-scrollbar-thumb:vertical{
background-color: #f08200;
}
}
}
}
}
}
.downPcBlock{
padding: 40px 0 30px;
background: #f7f7f7;
.w1280{
> .tips{
position: relative;
padding: 32px 50px 31px;
background: #fff;
.tit{
font-weight: bold;
font-size: 16px;
color: #333;
}
p{
height: 70px;
overflow-y: auto;
margin-top: 16px;
font-size: 14px;
line-height: 1.75;
color: #666;
}
&::before{
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 100%;
background: #f08200;
}
}
.content{
margin-top: 40px;
.list{
width: 100%;
margin-bottom: 30px;
padding: 50px 50px 44px;
background: #fff;
.top{
display: flex;
justify-content: space-between;
padding-bottom: 35px;
border-bottom: 1px solid rgba($color: #000000, $alpha: .1);
.left{
display: flex;
.img{
margin-right: 30px;
font-size: 0;
}
.text{
.tit{
font-size: 22px;
color: #333;
}
.info{
display: flex;
align-items: center;
flex-wrap: wrap;
padding-top: 7px;
font-size: 14px;
color: #666;
span{
position: relative;
padding-right: 19px;
margin-right: 20px;
margin-top: 10px;
// border-right: 1px solid #ccc;
&:last-child{
margin-right: 0;
padding-right: 0;
&::after{
display: none;
}
}
&::after{
display: block;
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 12px;
background: #ccc;
}
}
}
.number{
margin-top: 10px;
font-size: 14px;
line-height: 1.75;
color: #666;
}
}
}
.right{
display: flex;
a{
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 46px;
border: 1px solid #f08200;
border-radius: 23px;
font-size: 15px;
img{
margin-right: 7px;
}
&.book{
color: #f08200;
}
&.down{
margin-left: 20px;
background: #f08200;
color: #fff;
}
}
}
}
.bottom{
margin-top: 22px;
font-size: 14px;
line-height: 1.75;
color: #999;
}
}
.learningMore{
display: flex;
align-items: center;
justify-content: center;
width: 200px;
margin: 0 auto;
padding: 12px 0;
font-size: 16px;
color: #666;
img{
margin-right: 11px;
}
}
}
}
}
.downWindow{
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 5;
background: rgba($color: #000000, $alpha: .3);
width: 100%;
height: 100vh;
.content{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
max-width: 947px;
max-height: 710px;
width: 90%;
height: 90%;
padding-top: 44px;
background: #FFFFFF;
border-radius: 10px;
.tit{
text-align: center;
font-weight: bold;
font-size: 24px;
line-height: 1.75;
color: #333333;
}
.text{
height: 450px;
margin: 0 32px;
margin-top: 31px;
padding-left: 32px;
padding-right: 30px;
overflow-y: auto;
.first{
margin-bottom: 38px;
font-weight: bold;
font-size: 16px;
}
p{
margin-bottom: 32px;
font-size: 16px;
line-height: 2;
color: #333;
}
&::-webkit-scrollbar{
width: 7px;
height: 7px;
}
&::-webkit-scrollbar-track-piece{
background-color: #e6e6e6;
}
&::-webkit-scrollbar-thumb:vertical{
background-color: #f08200;
}
}
.menu{
display: flex;
align-items: center;
justify-content: center;
padding: 32px 0;
margin: 0 64px;
margin-top: 37px;
border-top: 1px solid rgba($color: #000000, $alpha: .1);
a{
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 40px;
border-radius: 10px;
font-size: 16px;
color: #fff;
&.submit{
margin-right: 20px;
background: #f08200;
border-radius: 10px;
}
&.cancel{
background: #c6c6c6;
}
}
}
}
}
.downInfoBlock{
padding: 40px 0 30px;
background: #f7f7f7;
.w1280{
.list{
display: flex;
justify-content: space-between;
align-items: center;
transition: border .5s, box-shadow .5s;
margin-bottom: 30px;
padding: 27px 40px;
box-shadow: none;
background: #fff;
border: 1px solid #fff;
.left{
display: flex;
align-items: center;
.img{
width: 24px;
margin-right: 25px;
font-size: 0;
}
.tit{
font-size: 18px;
line-height: 1.75;
color: #333;
}
}
.right{
display: flex;
align-items: center;
.leftInfo{
display: flex;
align-items: center;
.time{
position: relative;
font-size: 15px;
color: #666;
padding-right: 20px;
margin-right: 20px;
&::after{
display: block;
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 12px;
background: #ccc;
}
}
.info{
font-size: 15px;
color: #666;
}
}
.down{
display: flex;
align-items: center;
justify-content: center;
transition: background .5s,color .5s;
width: 150px;
height: 46px;
margin-left: 50px;
border: 1px solid #f08200;
border-radius: 23px;
font-size: 15px;
color: #f08200;
img{
margin-right: 7px;
&:nth-child(2){
display: none;
}
}
}
}
}
}
}
@media (any-hover: hover) {
.downInfoBlock .w1280 .list:hover{
box-shadow: 0px 10px 20px 0px rgba(240,130,0, 0.05);
border-color: #f08200;
.right .down{
background-color: #f08200;
color: #f7f7f7;
img{
display: none;
&:nth-child(2){
display: block;
}
}
}
}
}
@media (max-width: 1080px) {
.downAppBlock{
padding: 40px 0 10px;
.w1280{
.tips{
padding: 30px 40px;
}
.content{
margin-top: 30px;
padding-bottom: 0;
.list{
width: 100%;
.bottom{
height: auto;
}
}
}
}
}
.downPcBlock{
padding: 40px 0 10px;
.w1280{
.tips{
padding: 30px 40px;
}
.content{
margin-top: 30px;
.list{
.top{
flex-direction: column;
.left{
flex-direction: column;
.img{
min-width: 50px;
margin-bottom: 20px;
}
.info{
padding-top: 0;
}
.text{
font-size: 20px;
}
}
.right{
margin-top: 20px;
}
}
}
}
}
}
.downInfoBlock{
padding: 40px 0 10px;
.w1280{
.list{
flex-direction: column;
align-items: flex-start;
padding: 20px 40px;
.left{
.tit{
font-size: 16px;
line-height: 24px;
}
}
.right{
flex-wrap: wrap;
margin-top: 15px;
.down{
margin-left: 0;
}
.leftInfo{
display: flex;
margin-right: 30px;
}
}
}
}
}
::-webkit-scrollbar {
display: block;
}
.tips p{
padding-right: 10px;
}
}
@media (max-width: 550px){
.downInfoBlock .w1280 .list .right .leftInfo{
width: 100%;
margin-right: 0;
margin-bottom: 15px;
}
}
@media (max-width: 500px){
.downAppBlock .w1280 {
.tips{
p{
&::-webkit-scrollbar{
display: block;
}
}
}
.content .list {
padding: 20px;
.top{
display: none;
flex-direction: column;
padding-bottom: 20px;
.left{
width: 100%;
.ico{
min-width: 52px;
margin-right: 20px;
}
.tit{
font-size: 20px;
}
.type{
font-size: 14px;
}
.time{
font-size: 14px;
}
}
.right{
margin-top: 20px;
width: 80px;
}
}
.mobTop{
display: flex;
justify-content: space-between;
.left{
width: calc(100% - 90px);
.tit{
display: flex;
align-items: center;
.ico{
font-size: 0;
min-width: 52px;
height: 52px;
border-radius: 4px;
overflow: hidden;
}
.text{
margin-left: 15px;
p{
font-weight: bold;
font-size: 16px;
}
.time{
margin-top: 4px;
font-size: 12px;
}
}
}
.type{
margin-top: 10px;
font-size: 14px;
}
.more{
margin-top: 10px;
font-size: 14px;
}
}
.right{
width: 80px;
height: 80px;
}
}
.bottom{
padding-top: 10px;
border-top: 1px solid rgba($color: #000000, $alpha: .1);
margin-top: 15px;
font-size: 14px;
}
}
}
.downPcBlock .w1280 .content .list{
padding: 20px;
.top .left .text {
.tit{
font-weight: bold;
font-size: 16px;
}
.info span{
padding-right: 10px;
margin-right: 10px;
}
}
}
.downWindow{
.content{
height: 90%;
padding-top: 30px;
.text{
margin: 0 20px;
margin-top: 20px;
padding-left: 10px;
padding-right: 20px;
.first{
margin-bottom: 20px;
}
p{
margin-bottom: 15px;
font-size: 14px;
line-height: 1.75;
}
}
.menu{
margin: 0 20px;
margin-top: 30px;
}
}
}
.downInfoBlock .w1280 .list{
padding: 20px;
.left {
.img{
margin-right: 15px;
}
.tit{
font-weight: bold;
}
}
}
}