Browse Source

优化首页

master
ltlzx 5 years ago
parent
commit
f4097b735d
  1. 4
      src/components/page/index.vue

4
src/components/page/index.vue

@ -243,13 +243,13 @@ export default {
margin-top: 5px; margin-top: 5px;
} }
.tree_img{ .tree_img{
width: 280px; /* width: 280px; */
height: 60px; height: 60px;
cursor: pointer; cursor: pointer;
margin-right: 14px; margin-right: 14px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.tree_img:nth-child(n+3){ .tree_img:nth-child(n+4){
margin-right: 0; margin-right: 0;
} }
.asset_title_right_span{ .asset_title_right_span{

Loading…
Cancel
Save