bike页面css优化
This commit is contained in:
parent
b3a5ae9e98
commit
a45cafe6f1
|
|
@ -317,13 +317,14 @@
|
|||
|
||||
.use-scene-info {
|
||||
color: #fff;
|
||||
width: 90%;
|
||||
width: 256px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: -200px;
|
||||
left: 5%;
|
||||
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transition: bottom 1s;
|
||||
-moz-transition: bottom 1s; /* Firefox 4 */
|
||||
-webkit-transition: bottom 1s; /* Safari 和 Chrome */
|
||||
|
|
@ -1017,7 +1018,7 @@
|
|||
|
||||
.solut-detail ul li {
|
||||
width: 80px;
|
||||
height: 90px;
|
||||
|
||||
margin: 8px 12px;
|
||||
}
|
||||
|
||||
|
|
@ -1061,14 +1062,14 @@
|
|||
}
|
||||
|
||||
.use-scene ul {
|
||||
height: 1550px;
|
||||
height: 2050px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.use-scene ul li {
|
||||
width: 100%;
|
||||
height: 380px;
|
||||
height: 500px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user