//less
.container {
width
:
100
vw;
height
:
100%
;
}
.container .first {
width
:
100
vw;
height
:
100
vh;
background
:
url
(
"https://sqimg.qq.com/qq\_product\_operations/im/pcqq/9.0/firstscreen\_img/BG-1.jpg"
),
url
(
"https://sqimg.qq.com/qq\_product\_operations/im/pcqq/9.0/firstscreen\_img/BG-1\_1.jpg"
),
url
(
"https://sqimg.qq.com/qq\_product\_operations/im/pcqq/9.0/firstscreen\_img/BG-2\_1.jpg"
),
url
(
"https://sqimg.qq.com/qq\_product\_operations/im/pcqq/9.0/firstscreen\_img/BG-4\_1.jpg"
),
url
(
"https://sqimg.qq.com/qq\_product\_operations/im/pcqq/9.0/firstscreen\_img/BG-5\_1.jpg"
),
url
(
"https://sqimg.qq.com/qq\_product\_operations/im/pcqq/9.0/firstscreen\_img/BG-1\_1.jpg"
);
animation: bgmove
10
s infinite;
}
@keyframes bgmove {
0%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-1.jpg"
)
no-repeat
center
center
;
background-
size
: cover;
opacity:
1
;
}
15%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-1_1.jpg"
)
no-repeat
center
center
;
opacity:
1
;
background-
size
: cover;
}
30%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-2_1.jpg"
)
no-repeat
center
center
;
opacity:
1
;
background-
size
: cover;
}
45%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-4_1.jpg"
)
no-repeat
center
center
;
opacity:
1
;
background-
size
: cover;
}
60%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-5_1.jpg"
)
no-repeat
center
center
;
opacity:
1
;
background-
size
: cover;
}
80%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-1_1.jpg"
)
no-repeat
center
center
;
opacity:
1
;
background-
size
: cover;
}
100%
{
background
:
url
(
"https://sqimg.qq.com/qq_product_operations/im/pcqq/9.0/firstscreen_img/BG-1.jpg"
)
no-repeat
center
center
;
background-
size
: cover;
opacity:
1
;
}
}