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