提交 9175e569 authored 作者: matian's avatar matian

updates

上级 5e2b81a2
...@@ -224,6 +224,7 @@ export default { ...@@ -224,6 +224,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc { .is-pc {
overflow: hidden;
.banner { .banner {
position: relative; position: relative;
.img_banner { .img_banner {
...@@ -233,8 +234,9 @@ export default { ...@@ -233,8 +234,9 @@ export default {
.banner_con { .banner_con {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 10%;
transform: translate(-50%, -50%); right: 10%;
transform: translateY(-50%);
.con_tit { .con_tit {
font-size: 50px; font-size: 50px;
font-weight: 500; font-weight: 500;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论