Browse Source

格式下整体

master
453530270@qq.com 3 years ago
parent
commit
abaab84013
  1. 6
      src/views/HomeView.vue

6
src/views/HomeView.vue

@ -760,21 +760,26 @@ export default {
.cgbox .cgleft>ul {
padding-left: 0.66rem;
}
.cgbox .cgright {
width: 30%;
height: 12rem;
float: left;
}
.cgbox .cgright>ul {
padding-left: 0.66rem;
}
.cgbox .cglist {
margin-top: 3rem;
}
.cgbox .cglist ul {
display: block;
width: 100%;
}
.cgbox .cglist ul li {
width: 100%;
list-style: none;
@ -783,6 +788,7 @@ export default {
font-size: 0.66rem;
margin-top: 1rem;
}
.cgbox .cglist ul li span {
display: block;
float: left;

Loading…
Cancel
Save