提交 c4de01e6 authored 作者: Anix's avatar Anix

夜郎国的疑问加入vr,调整四渡赤水vr部分文字小细节

上级 0f22ce97
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
<div class="center-text"> <div class="center-text">
<img src="@/assets/imgs/boutique/sdcs/vr/360deg.png" alt="" /> <img src="@/assets/imgs/boutique/sdcs/vr/360deg.png" alt="" />
</div> </div>
<div class="text">足不出户,体验展管一切</div> <div class="text-middle">足不出户,体验展管一切</div>
<div class="button"> <div class="button">
<div class="outter"> <div class="outter">
<div class="inner"> <div class="inner">
...@@ -1289,10 +1289,12 @@ export default { ...@@ -1289,10 +1289,12 @@ export default {
justify-content: space-around; justify-content: space-around;
.text { .text {
font-size: 20px; font-size: 20px;
padding: 20px 0;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #fff; color: #fff;
line-height: 65px; line-height: 65px;
letter-spacing: 4px;
} }
.video-button { .video-button {
color: #fff; color: #fff;
...@@ -1336,14 +1338,26 @@ export default { ...@@ -1336,14 +1338,26 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.center-text { .center-text {
font-size: 40px; /* font-size: 40px;
font-weight: 500; font-weight: 500;
color: #e9b76f; color: #e9b76f;
line-height: 50px; line-height: 50px; */
width: 334px;
height: 53px;
> img {
width: 100%;
}
}
.text-middle {
font-family: PingFang SC;
color: #fff;
padding: 20px 0;
letter-spacing: 6px;
font-size: 32px;
} }
} }
.button { .button {
margin-top: 30px; margin-top: 60px;
cursor: pointer; cursor: pointer;
.outter { .outter {
width: 90px; width: 90px;
...@@ -1356,8 +1370,8 @@ export default { ...@@ -1356,8 +1370,8 @@ export default {
animation: likes 2.5s ease-in infinite; animation: likes 2.5s ease-in infinite;
transition: all ease-in 0.5s; transition: all ease-in 0.5s;
.inner { .inner {
width: 50px; width: 65px;
height: 50px; height: 65px;
border-radius: 50%; border-radius: 50%;
background-color: #e9b76f; background-color: #e9b76f;
display: flex; display: flex;
...@@ -1365,6 +1379,9 @@ export default { ...@@ -1365,6 +1379,9 @@ export default {
align-items: center; align-items: center;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
> i {
font-size: 32px;
}
} }
} }
} }
...@@ -1373,4 +1390,4 @@ export default { ...@@ -1373,4 +1390,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论