Browse Source

格式下整体

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

20
src/views/HomeView.vue

@ -757,25 +757,30 @@ export default {
float: left; float: left;
} }
.cgbox .cgleft>ul{ .cgbox .cgleft>ul {
padding-left: 0.66rem; padding-left: 0.66rem;
} }
.cgbox .cgright { .cgbox .cgright {
width: 30%; width: 30%;
height: 12rem; height: 12rem;
float: left; float: left;
} }
.cgbox .cgright>ul{
.cgbox .cgright>ul {
padding-left: 0.66rem; padding-left: 0.66rem;
} }
.cgbox .cglist{
.cgbox .cglist {
margin-top: 3rem; margin-top: 3rem;
} }
.cgbox .cglist ul{
.cgbox .cglist ul {
display: block; display: block;
width: 100%; width: 100%;
} }
.cgbox .cglist ul li{
.cgbox .cglist ul li {
width: 100%; width: 100%;
list-style: none; list-style: none;
height: 0.66rem; height: 0.66rem;
@ -783,13 +788,14 @@ export default {
font-size: 0.66rem; font-size: 0.66rem;
margin-top: 1rem; margin-top: 1rem;
} }
.cgbox .cglist ul li span{
.cgbox .cglist ul li span {
display: block; display: block;
float: left; float: left;
margin-left: 0.46rem; margin-left: 0.46rem;
} }
.cgbox .cglist ul li span img{ .cgbox .cglist ul li span img {
width: 0.68rem; width: 0.68rem;
height: 0.68rem; height: 0.68rem;
} }

Loading…
Cancel
Save