Commit 1e25f2cb authored by xxx's avatar xxx

1

parent 45f8f238
...@@ -59,33 +59,79 @@ export default { ...@@ -59,33 +59,79 @@ export default {
</script> </script>
<style scope> <style scope>
.swViews{
position: absolute; @media screen and (max-width:901px){
z-index: 2; .swViews{
top: 20%; position: absolute;
left: 30%; z-index: 2;
height: 60vh; top: 10%;
width: 40vw; left: 20%;
background:no-repeat center center url('~@/assets/images/truckTuPian/kapian1.png'); height: 60vh;
background-size:100% 100%; width: 28vw;
} background:no-repeat center center url('~@/assets/images/truckTuPian/kapian1.png');
.swViews_title{ background-size:100% 100%;
padding: 12px 30px 10px; }
box-sizing: border-box; .swViews_title{
display: flex; letter-spacing: 1px;
justify-content: space-between; padding: 2vh 2vw 1vh;
font-size: 20px; box-sizing: border-box;
font-weight: 600; display: flex;
color: rgb(24,228,240); justify-content: space-between;
border-bottom: 1px solid rgb(24,228,240); font-size: 14px;
} font-weight: 600;
.swViews_center{ color: rgb(24,228,240);
padding: 0px 30px; border-bottom: 1px solid rgb(24,228,240);
box-sizing: border-box; }
font-size: 20px; .swViews_title>img{
color: white; height: 4vh;
width: 4vh;
}
.swViews_center{
padding: 0px 2vw;
box-sizing: border-box;
font-size: 13px;
color: white;
}
.swViews_center>div{
margin-top: 1.5vh;
}
} }
.swViews_center>div{
margin-top: 10px; @media screen and (min-width:901px){
.swViews{
position: absolute;
z-index: 2;
top: 20%;
left: 30%;
height: 60vh;
width: 40vw;
background:no-repeat center center url('~@/assets/images/truckTuPian/kapian1.png');
background-size:100% 100%;
}
.swViews_title{
letter-spacing: 1px;
padding: 12px 30px 10px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
font-size: 20px;
font-weight: 600;
color: rgb(24,228,240);
border-bottom: 1px solid rgb(24,228,240);
}
.swViews_title>img{
height: 20px;
width: 20px;
}
.swViews_center{
padding: 0px 30px;
box-sizing: border-box;
font-size: 20px;
color: white;
}
.swViews_center>div{
margin-top: 10px;
}
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment