bike页面css优化

This commit is contained in:
WindowBird 2025-10-21 11:43:32 +08:00
parent b3a5ae9e98
commit a45cafe6f1

View File

@ -317,13 +317,14 @@
.use-scene-info { .use-scene-info {
color: #fff; color: #fff;
width: 90%; width: 256px;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
position: absolute; position: absolute;
bottom: -200px; bottom: -200px;
left: 5%;
left: 50%;
transform: translateX(-50%);
transition: bottom 1s; transition: bottom 1s;
-moz-transition: bottom 1s; /* Firefox 4 */ -moz-transition: bottom 1s; /* Firefox 4 */
-webkit-transition: bottom 1s; /* Safari 和 Chrome */ -webkit-transition: bottom 1s; /* Safari 和 Chrome */
@ -1017,7 +1018,7 @@
.solut-detail ul li { .solut-detail ul li {
width: 80px; width: 80px;
height: 90px;
margin: 8px 12px; margin: 8px 12px;
} }
@ -1061,14 +1062,14 @@
} }
.use-scene ul { .use-scene ul {
height: 1550px; height: 2050px;
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
} }
.use-scene ul li { .use-scene ul li {
width: 100%; width: 100%;
height: 380px; height: 500px;
margin-bottom: 16px; margin-bottom: 16px;
} }