Commit 8703dbfb authored by 徐乐's avatar 徐乐

feat: 修改

parent c52acc83
...@@ -111,8 +111,10 @@ ...@@ -111,8 +111,10 @@
} }
.bootPageList { .bootPageList {
width: 100%; // width: 100%;
height: 100%; // height: 100%;
width: 300px;
height: 270px;
border-radius: 4px; border-radius: 4px;
transition: all .2s ease-out; transition: all .2s ease-out;
display: flex; display: flex;
...@@ -130,6 +132,8 @@ ...@@ -130,6 +132,8 @@
} }
.listMain { .listMain {
width: 207px;
height: 218px;
transition: all 0.2s ease-out; transition: all 0.2s ease-out;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -137,7 +141,8 @@ ...@@ -137,7 +141,8 @@
background: url('@/assets/bootPage/bg.png'); background: url('@/assets/bootPage/bg.png');
background-size: 100%; background-size: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 30px 54px 48px 43px; // padding: 30px 54px 48px 43px;
padding-top: 30px;
img { img {
// width: 298px; // width: 298px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment