存档备份
This commit is contained in:
parent
014d04337f
commit
d9b27605a9
@ -33,18 +33,18 @@ export default {
|
|||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-between(md,xl){
|
@include media-breakpoint-between(md,xxl){
|
||||||
min-height: 759px;
|
min-height: 759px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background-image: url('/bottom/bg_pc.png');
|
background-image: url('/bottom/bg_pc.png');
|
||||||
padding-left: 100px;
|
padding-left: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(xl) {
|
@include media-breakpoint-up(xxl) {
|
||||||
min-height: 759px;
|
min-height: 759px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background-image: url('/bottom/bg_pc.png');
|
background-image: url('/bottom/bg_pc.png');
|
||||||
padding-left: 366px;
|
padding-left: 256px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1,17 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="footercontent">
|
<div id="footercontent">
|
||||||
<div id="title" style="text-align: left">
|
<div id="title" style="text-align: left">
|
||||||
<strong style="
|
<strong>期待与您共创</strong>
|
||||||
width: 112px;
|
|
||||||
height: 48px;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
color: rgba(255, 255, 255, 1);
|
|
||||||
font-size: 28px;
|
|
||||||
font-family: PingFangSC-Medium;
|
|
||||||
font-weight: 500;
|
|
||||||
text-align: left;
|
|
||||||
white-space: nowrap;
|
|
||||||
line-height: 48px;">期待与您共创</strong>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="CAL">
|
<div id="CAL">
|
||||||
<span class="itemtitle">CAL</span>
|
<span class="itemtitle">CAL</span>
|
||||||
@ -84,13 +74,24 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#title{
|
#title{
|
||||||
|
width: 112px;
|
||||||
|
height: 48px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
color: rgba(255, 255, 255, 1);
|
||||||
|
font-family: PingFangSC-Medium;
|
||||||
|
font-weight: 500;
|
||||||
|
text-align: left;
|
||||||
|
white-space: nowrap;
|
||||||
|
line-height: 48px;
|
||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
font-size: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#CAL{
|
#CAL{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user