You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
283 lines
5.1 KiB
283 lines
5.1 KiB
|
|
.gymbox {
|
|
margin-top: 3.2rem;
|
|
width: 100%;
|
|
background-image: url("../assets/img/gymbox_bg.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-position: 0 0;
|
|
padding-top: 2.26rem;
|
|
height: 20rem;
|
|
}
|
|
|
|
.gymbox .gympic {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 0rem;
|
|
height: 12.68rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.gymbox .gympic img {
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 1rem;
|
|
display: block;
|
|
padding-top: 0.2rem;
|
|
height: 16rem;
|
|
}
|
|
|
|
.gymbox .gymnum {
|
|
width: 60%;
|
|
margin: 0.6rem auto;
|
|
text-align: center;
|
|
height: 3rem;
|
|
padding-top: 1.4rem;
|
|
}
|
|
|
|
.gymbox .gymnum span {
|
|
font-size: 0.86rem;
|
|
display: block;
|
|
line-height: 1.2rem;
|
|
}
|
|
|
|
.gymbox .gymnum p {
|
|
line-height: 1.2;
|
|
height: 26px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
display: block;
|
|
}
|
|
|
|
/* 數據box */
|
|
.numbox {
|
|
width: 100%;
|
|
height: 4rem;
|
|
line-height: 1.2;
|
|
margin-top: 2.6rem;
|
|
}
|
|
|
|
.numbox .numicon {
|
|
display: block;
|
|
width: 20%;
|
|
height: 3.2rem;
|
|
float: left;
|
|
}
|
|
|
|
.numbox .numdiv {
|
|
width: 72%;
|
|
background-image: url("../assets/img/num_bg.png");
|
|
background-repeat: no-repeat;
|
|
background-position: 0 center;
|
|
background-size: 100%;
|
|
float: left;
|
|
margin-left: 0.68rem;
|
|
height: 4rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.numbox .numdiv p {
|
|
display: block;
|
|
float: left;
|
|
width: 100%;
|
|
line-height: 0;
|
|
}
|
|
|
|
.numbox .numdiv .ndtitle {
|
|
padding-top: 0.4rem;
|
|
font-size: 1.08rem;
|
|
}
|
|
|
|
.numbox .numdiv .nddesc {
|
|
color: #ccc;
|
|
font-size: 0.4rem;
|
|
padding-bottom: 0.2rem;
|
|
}
|
|
|
|
/** 客流趋势 */
|
|
.klqs {
|
|
margin-top: 3rem;
|
|
background-image: url("../assets/img/klqs_bg.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
height: 3.8rem;
|
|
background-position: -1.04rem 0.2rem;
|
|
}
|
|
|
|
.klqs .klqs_bg {
|
|
float: left;
|
|
/* width: 80%; */
|
|
margin-left: 4rem;
|
|
/* padding-left: 6.4rem; */
|
|
font-size: 1.6rem;
|
|
}
|
|
|
|
.klqs .klbtn {
|
|
float: left;
|
|
margin-left: 1.06rem;
|
|
}
|
|
|
|
.klqs .klbtn span {
|
|
display: block;
|
|
float: left;
|
|
width: 2.2rem;
|
|
height: 2.2rem;
|
|
margin-left: 0.4rem;
|
|
line-height: 2.2rem;
|
|
text-align: center;
|
|
border: 1px solid #006bff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* 选择年月日后的样式变化 */
|
|
.klqs .klbtn span.spactive {
|
|
background-image: url('../assets/img/sactive_bg.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-position: 0 0;
|
|
}
|
|
|
|
/** 場館飽和度 */
|
|
.cgbox {
|
|
background-image: url("../assets/img/cgbox_bg.png");
|
|
width: 100%;
|
|
height: 12rem;
|
|
background-position: center center;
|
|
background-size: 100% 100%;
|
|
margin-top: 2.4rem;
|
|
}
|
|
|
|
/* 饼图 */
|
|
.cgbox .cgpies {
|
|
width: 40%;
|
|
height: 12rem;
|
|
float: left;
|
|
}
|
|
|
|
.cgbox .cgleft {
|
|
width: 30%;
|
|
height: 12rem;
|
|
float: left;
|
|
}
|
|
|
|
.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;
|
|
height: 0.66rem;
|
|
line-height: 0.66rem;
|
|
font-size: 0.66rem;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.cgbox .cglist ul li span {
|
|
display: block;
|
|
float: left;
|
|
margin-left: 0.46rem;
|
|
}
|
|
|
|
.cgbox .cglist ul li span img {
|
|
width: 0.68rem;
|
|
height: 0.68rem;
|
|
}
|
|
|
|
.cgbox .cgright {
|
|
width: 30%;
|
|
height: 12rem;
|
|
float: left;
|
|
}
|
|
|
|
/* 今日人數 */
|
|
.today_rs {
|
|
margin-top: 2.6rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.today_rs .tdrs_title {
|
|
background-image: url("../assets/img/klqs_bg.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-position: 0 0;
|
|
height: 3.2rem;
|
|
line-height: 2.86rem;
|
|
background-position: -1.04rem 0.2rem;
|
|
padding-left: 4.6rem;
|
|
font-size: 1.6rem;
|
|
}
|
|
|
|
/** 各場館實時 */
|
|
.pcgrs {
|
|
clear: both;
|
|
margin-top: 2.6rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.pcgrs .pcgrs_title {
|
|
background-image: url("../assets/img/klqs_bg.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
height: 3.8rem;
|
|
background-position: -1.04rem 0.2rem;
|
|
padding-left: 4.6rem;
|
|
font-size: 1.6rem;
|
|
}
|
|
|
|
.pcgrs .pcg_item {
|
|
margin-top: 0.4rem;
|
|
background-image: url("../assets/img/pcg_bg.png");
|
|
background-repeat: no-repeat;
|
|
height: 12rem;
|
|
width: 48%;
|
|
float: left;
|
|
margin-left: 2%;
|
|
}
|
|
|
|
.pcgrs .pcg_item .pcpos {
|
|
text-align: right;
|
|
font-size: 0.68rem;
|
|
display: block;
|
|
float: right;
|
|
margin-top: 1.6rem;
|
|
padding-right: 1.18rem;
|
|
}
|
|
|
|
.pcgrs .pcg_item .pcval {
|
|
font-size: 1.086rem;
|
|
margin-top: 6rem;
|
|
width: 68%;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
|
|
.pcgrs .pcg_item .pcrate {
|
|
/* width: 32%; */
|
|
display: block;
|
|
float: left;
|
|
font-size: 0.86rem;
|
|
margin-top: 4rem;
|
|
text-align: center;
|
|
}
|