diff --git a/src/views/TycView.vue b/src/views/TycView.vue
index a3993a6..1999e1b 100644
--- a/src/views/TycView.vue
+++ b/src/views/TycView.vue
@@ -12,20 +12,20 @@
@@ -33,8 +33,11 @@
进馆人数统计
-
-
+
+
@@ -75,7 +78,8 @@
font-size: 2.02rem;
padding-top: 4.8rem;
}
-.tyclogo .tydesc{
+
+.tyclogo .tydesc {
height: 2rem;
line-height: 2rem;
font-size: 1.03rem;
@@ -83,13 +87,15 @@
padding-right: 1.06rem;
color: #999;
}
+
/* 总计进馆 */
-.jgbox{
+.jgbox {
margin-top: 1.02rem;
width: 100%;
height: 12rem;
}
-.jgbox .jg_title{
+
+.jgbox .jg_title {
background-image: url('../assets/ty_jg_bg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
@@ -98,34 +104,41 @@
height: 2.06rem;
line-height: 2.06rem;
}
-.jgbox .jgcon{
+
+.jgbox .jgcon {
width: 100%;
height: 7rem;
padding-top: 2rem;
}
-.jgbox .jgcon .jgitem{
+
+.jgbox .jgcon .jgitem {
width: 30%;
margin-left: 3%;
float: left;
}
-.jgbox .jgcon .jgitem .jgimg{
+
+.jgbox .jgcon .jgitem .jgimg {
margin-left: auto;
margin-right: auto;
text-align: center;
}
-.jgbox .jgcon .jgitem span{
+
+.jgbox .jgcon .jgitem span {
display: block;
text-align: center;
height: 1.8rem;
line-height: 1.8rem;
}
-.jgbox .jgcon .jgitem .jgival{
+
+.jgbox .jgcon .jgitem .jgival {
font-size: 1.06rem;
}
-.jgbox .jgcon .jgitem .jgdesc{
+
+.jgbox .jgcon .jgitem .jgdesc {
color: #666;
font-size: 0.8rem;
}
+
/* 进馆人数统计 */
.gcins {
margin-top: 1.6rem;
@@ -135,18 +148,31 @@
background-image: url("../assets/tyc_tbg.png");
background-position: 0 0;
background-repeat: no-repeat;
- background-size: 100%;
+ background-size: 100% 100%;
height: 1.8rem;
line-height: 1.8rem;
padding-left: 2.02rem;
}
-/* 进馆人数 */
-.incbox{
- margin-top: 1.2rem;
- background: url("../assets/tyc_bhd.png") no-repeat 0 center;
- background-size: 100%;
- height: 8rem;
+/* 各场馆人数趋势 */
+.gcgrs {
+ margin-top: 1.06rem;
+}
+
+.gcgrs .gcgrs_title {
+ background-image: url("../assets/wh_tbg.png");
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ height: 1.8rem;
+ line-height: 1.8rem;
+ padding-left: 2.02rem;
+}
+
+.gcgrs .gcgrs_charts {
+ margin-top: 2rem;
+ width: 100%;
+ height: 17rem;
}
\ No newline at end of file