Browse Source

调整部分布局

master
453530270@qq.com 3 years ago
parent
commit
9d0ae50fe5
  1. 17
      src/views/TycView.vue

17
src/views/TycView.vue

@ -106,11 +106,12 @@
} }
.tyclogo { .tyclogo {
margin-top: 1.6rem; margin-top: 1.4rem;
background-image: url("../assets/img/tyc_00.png"); background-image: url("../assets/img/tyc_00.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100% 100%;
background-position: 0 0; background-position: 0 0;
padding-left: 2rem;
height: 12rem; height: 12rem;
} }
@ -214,15 +215,17 @@
} }
.jgbox .jgcon .jgitem { .jgbox .jgcon .jgitem {
width: 7.5rem; width: 50%;
margin: 2rem 2rem 0px; margin: 10% 0 0 0%;
float: left;
} }
.jgbox .jgcon .jgitem .jgimg{ .jgbox .jgcon .jgitem .jgimg{
text-align: center; width: 10rem;
width: 7.5rem;
height: 5.56rem; height: 5.56rem;
line-height: 10rem; line-height: 10rem;
font-size: 1.06rem; font-size: 1.06rem;
text-align: center;
background-position: center center;
} }
.jgbox .jgcon .jgitem:nth-of-type(1) .jgimg { .jgbox .jgcon .jgitem:nth-of-type(1) .jgimg {
background: url('../assets/img/icon01.png'); background: url('../assets/img/icon01.png');
@ -251,6 +254,8 @@
.jgbox .jgcon .jgitem .jgdesc { .jgbox .jgcon .jgitem .jgdesc {
color: #8A90AF; color: #8A90AF;
font-size: 0.8rem; font-size: 0.8rem;
text-align: center;
} }
/* 进馆人数统计 */ /* 进馆人数统计 */

Loading…
Cancel
Save