examTeamApp/unpackage/dist/dev/mp-weixin/pages/home/home.wxss

609 lines
12 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.tabbar.data-v-92bb8f34 {
width: calc(100% - 30px);
padding: 10px 15px 15px;
display: flex;
align-items: center;
justify-content: space-around;
}
.tabbar view.data-v-92bb8f34 {
position: relative;
}
.tabbar .active.data-v-92bb8f34:after {
content: "";
height: 3px;
width: 100%;
position: absolute;
bottom: -5px;
left: 0;
border-radius: 5px;
background: #37cc92;
}
.notice.data-v-92bb8f34 {
width: 100%;
display: flex;
align-items: center;
background-color: #fff;
margin-top: 15px;
margin-bottom: 15px;
border-radius: 10px;
}
.notice text.data-v-92bb8f34 {
width: 60px;
font-size: 18px;
color: red;
font-weight: bold;
text-align: center;
border-right: 1px solid #dfdfdf;
}
.notice.data-v-92bb8f34 swiper {
width: calc(100% - 15px);
height: 40px;
line-height: 40px;
margin-left: 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.f_banner.data-v-92bb8f34 {
width: calc(100% - 20px);
height: 330rpx;
margin: 20rpx;
}
.f_banner.data-v-92bb8f34 swiper {
height: 330rpx;
}
.f_banner image.data-v-92bb8f34 {
width: 100%;
height: 100%;
border-radius: 10px;
background-size: 100%;
}
.charts .boxTime.data-v-92bb8f34 {
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 10px 10px 0 0;
}
.charts .boxTime .one.data-v-92bb8f34 {
width: 100%;
display: flex;
line-height: 25px;
justify-content: space-between;
align-items: center;
}
.charts .boxTime .center.data-v-92bb8f34 {
width: 10%;
margin: 0 15px;
}
.charts .boxTime picker.data-v-92bb8f34 {
width: 50%;
border: none;
display: flex;
justify-content: center;
}
.charts .boxTime .iconfont.data-v-92bb8f34 {
color: #333333;
font-size: 36rpx;
}
.charts .box.data-v-92bb8f34 {
width: 100%;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
border-radius: 0 0 10px 10px;
justify-content: space-between;
}
.charts .box .listC.data-v-92bb8f34 {
background-color: #fff;
}
.charts .box .listC .name.data-v-92bb8f34 {
width: 20%;
padding: 0 15px;
font-size: 32rpx;
text-align: center;
border-radius: 5px;
height: 30px;
line-height: 30px;
}
.charts .box .listC .active2.data-v-92bb8f34 {
color: #fff;
background: #37cc92;
}
.charts .box .blockC.data-v-92bb8f34 {
clear: both;
width: 100%;
height: 250px;
background-color: #fff;
border-radius: 0 0 10px 10px;
padding-bottom: 15px;
}
.charts .gridList.data-v-92bb8f34 {
margin: 0px !important;
width: 100% !important;
}
.charts .gridList .info.data-v-92bb8f34 {
width: 100%;
display: flex;
justify-content: space-between;
}
.charts .gridList .info .item.data-v-92bb8f34 {
color: #fff;
width: 48%;
height: 120rpx;
background: #37cc92;
text-align: center;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.charts .gridList .info .item text.data-v-92bb8f34 {
width: 70rpx;
height: 70rpx;
border-radius: 50%;
margin-right: 10px;
display: inline-block;
background-color: #fff;
}
.charts .gridList .data .item.data-v-92bb8f34 {
display: block !important;
}
.report .box.data-v-92bb8f34 {
padding: 10px 10px 0;
background-color: #fff;
border-radius: 10px;
display: block;
margin: 15px 10px;
}
.report .box .time.data-v-92bb8f34 {
color: #999;
padding-bottom: 15px;
width: 100%;
}
.report .box .item2.data-v-92bb8f34 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.report .box .item2 .item2_data.data-v-92bb8f34 {
width: 33%;
}
.report .box .item2 .item2_data .data.data-v-92bb8f34 {
width: 100%;
text-align: center;
border-right: 1PX solid #f7f7f7;
}
.report .box .item2 .item2_data text.data-v-92bb8f34 {
font-size: 40rpx !important;
font-weight: bold;
}
.report .box2.data-v-92bb8f34 {
height: 50px;
line-height: 50px;
border-radius: 10px;
display: flex;
padding: 0 10px;
justify-content: space-between;
margin: 10px;
background-color: #fff;
}
.report .info.data-v-92bb8f34 {
width: 100%;
display: flex;
justify-content: space-between;
}
.report .info .item.data-v-92bb8f34 {
color: #fff;
width: 48%;
height: 120rpx;
background: #37cc92;
text-align: center;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.report .info .item text.data-v-92bb8f34 {
width: 70rpx;
height: 70rpx;
border-radius: 50%;
margin-right: 10px;
display: inline-block;
background-color: #fff;
}
.report .myinfoPage.data-v-92bb8f34 {
width: 100%;
background: #fff;
margin: 10px 0;
padding-bottom: 0px;
border-radius: 10px;
}
.report .myinfoPage .box1.data-v-92bb8f34 {
display: flex;
flex-wrap: wrap;
border-radius: 10px;
font-size: 32rpx;
position: relative;
margin: 0px 15px 0;
padding-bottom: 10px;
}
.report .myinfoPage .box1 .list.data-v-92bb8f34 {
width: 100%;
color: #666;
padding: 0;
line-height: 50px;
}
.report .myinfoPage .box1 .list image.data-v-92bb8f34,
.report .myinfoPage .box1 .list .t-icon.data-v-92bb8f34 {
width: 18px !important;
height: 18px;
border: 2px solid #c7c7c7;
background-color: #c7c7c7;
border-radius: 50%;
margin-right: 5px;
}
.report .myinfoPage .box1 .list .block.data-v-92bb8f34 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
color: #666;
position: relative;
}
.report .myinfoPage .box1 .list .block .level.data-v-92bb8f34,
.report .myinfoPage .box1 .list .block .val.data-v-92bb8f34 {
width: 25%;
}
.report .myinfoPage .box1 .list .block .name.data-v-92bb8f34 {
width: 40%;
display: flex;
align-items: center;
}
.report .myinfoPage .box1 .list .block .icon.data-v-92bb8f34 {
width: 20px;
text-align: right;
display: flex;
}
.report .myinfoPage .box1 .list .block .icon image.data-v-92bb8f34 {
width: 20px;
height: 20px;
}
.report .desc.data-v-92bb8f34 {
line-height: 20px;
text-align: left;
width: calc(100%-20px);
height: auto;
border-radius: 5px;
font-size: 30rpx;
color: #999;
padding: 10px;
background: #f7f7f7;
}
.report .desc .statuevue.data-v-92bb8f34 {
height: 35px;
position: relative;
width: 100% !important;
margin: 20px auto 10px;
}
.report .desc .statuevue .bi.data-v-92bb8f34 {
display: flex;
justify-content: space-between;
width: auto;
padding-top: 10px;
}
.report .desc .statuevue .bi .peobox.data-v-92bb8f34 {
position: absolute;
right: 0;
top: -1px;
z-index: 999;
}
.report .desc .statuevue .bi .peobox .xx.data-v-92bb8f34 {
width: 5px;
height: 5px;
border-radius: 50%;
background: #fff;
position: absolute;
z-index: 9;
border: 2px solid #1b2086;
top: 9px;
}
.report .desc .statuevue .item.data-v-92bb8f34 {
position: relative;
margin: 0;
flex: 1;
height: 5px;
color: #666;
font-size: 30rpx;
}
.report .desc .statuevue .item .span1.data-v-92bb8f34 {
width: 100%;
text-align: center;
position: absolute;
top: -23px;
}
.report .desc .statuevue .item .span.data-v-92bb8f34 {
margin-top: 8px;
position: absolute;
right: -8px;
}
.report .yuanxing.data-v-92bb8f34 {
display: inline-block;
background: #f19601;
width: 8px;
height: 12px;
margin-right: 5px;
font-size: 36rpx;
}
.report .btnf.data-v-92bb8f34 {
font-size: 28rpx;
border-radius: 5px;
height: 22px;
margin: 0 10px 0 0;
line-height: 22px;
color: #fff;
font-weight: 400;
width: 44px !important;
text-align: center !important;
float: right;
}
.report .tivon.data-v-92bb8f34 {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
}
.report .tivon .bianji.data-v-92bb8f34 {
width: 20px;
height: 20px;
margin-left: 5px;
}
.report .box1 :last-child.list .val.data-v-92bb8f34 {
width: 25% !important;
}
.report .kcalClass.data-v-92bb8f34 {
width: 100%;
text-align: center;
font-size: 36rpx;
line-height: 55px;
margin: -20px auto;
}
.report .yichang.data-v-92bb8f34 {
background: #ffe4be;
color: #ff4239;
padding: 5px;
text-align: center;
border-radius: 5px;
margin: 0 15px 10px;
}
.report .tips.data-v-92bb8f34 {
font-size: 30rpx;
line-height: 20px;
}
.report .tips text.data-v-92bb8f34 {
display: inline-block;
width: 100%;
}
.report .jianyi_box.data-v-92bb8f34 {
background-color: #fff;
border-radius: 10px;
padding: 5px 10px 15px;
width: calc(100% -20px);
margin: 10px 0;
}
.report .jianyi.data-v-92bb8f34 {
display: flex;
margin: 0 -15px;
justify-content: space-between;
}
.report .jianyi view.data-v-92bb8f34 {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: center;
width: 20%;
margin: 0px 2.5% 0;
}
.report .jianyi view image.data-v-92bb8f34 {
width: 25px;
height: 25px;
}
.report .jianyi view text.data-v-92bb8f34 {
width: 100%;
text-align: center;
margin-top: 10px;
font-size: 28rpx;
color: #666;
}
.report .jianyi .active.data-v-92bb8f34 {
border-bottom: 2px solid #f19601;
padding-bottom: 5px;
margin: 17px 2.5% 0;
}
.report .jianyi-con.data-v-92bb8f34 {
margin-top: 15px;
background: #f7f7f7;
padding: 10px;
font-size: 28rpx;
line-height: 20px;
border-radius: 10px;
}
.report .tips2.data-v-92bb8f34 {
color: #999;
margin-top: 15px;
font-size: 30rpx;
display: flex;
align-items: center;
}
.report.data-v-92bb8f34 .uni-collapse-item {
width: 100% !important;
}
.report.data-v-92bb8f34 .uni-collapse-item__title-arrow {
margin-right: 0 !important;
}
.report.data-v-92bb8f34 .uni-collapse-item__wrap-content.uni-collapse-item--border {
border-bottom-width: 0;
}
.wrapper.data-v-92bb8f34 {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999;
}
.wrapper .bg.data-v-92bb8f34 {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 99;
}
.wrapper .edit.data-v-92bb8f34 {
width: 90%;
height: auto;
background: #fff;
border-radius: 10px;
position: relative;
top: 23%;
padding: 5px;
margin: auto;
z-index: 99999;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.wrapper .edit image.data-v-92bb8f34 {
width: 100%;
height: 450rpx;
margin-top: 10px;
}
.wrapper uni-icons.data-v-92bb8f34 {
position: absolute;
right: 3px;
top: 0px;
background-color: #fff;
border-radius: 50%;
}
.data-v-92bb8f34 .header {
width: 100%;
}
.data-v-92bb8f34 .header .top {
color: #fff;
background: #37cc92;
}
.data-v-92bb8f34 .cityList {
margin-top: -36px;
}
.list.data-v-92bb8f34 {
margin-top: 0rpx;
padding: 0;
}
.blueBtn.data-v-92bb8f34 {
color: #fff;
padding: 5px !important;
background-color: #2397f1;
}
.orangeBtn.data-v-92bb8f34 {
color: #fff;
padding: 5px !important;
background-color: #FF974C;
}
.border.data-v-92bb8f34 {
border-bottom: 1px solid #f7f7f7;
}
.target.data-v-92bb8f34 {
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 99;
}
.target .bold.data-v-92bb8f34 {
width: 45%;
text-align: left;
}
.target .btnGroup.data-v-92bb8f34 {
width: 50%;
display: flex;
justify-content: space-between;
}
.item.data-v-92bb8f34 {
position: relative;
z-index: 99;
}
.size32.data-v-92bb8f34 {
font-size: 80rpx;
}
.card.data-v-92bb8f34 {
position: relative;
overflow: hidden;
}
.boxBg.data-v-92bb8f34 {
width: 250rpx;
height: 215rpx;
position: absolute;
right: 15px;
z-index: 9;
bottom: -50rpx;
}
.boxBg image.data-v-92bb8f34 {
width: 100%;
height: 100%;
}
.content.data-v-92bb8f34 {
min-height: 100vh;
padding-bottom: 15px;
background-color: #f7f7f7;
}
.bleTips.data-v-92bb8f34 {
height: 35px;
line-height: 35px;
margin: 15px 10px 10px;
background: #fff;
border-radius: 10px;
text-align: center;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.bleTips2.data-v-92bb8f34 {
background: #fea606;
color: #fff;
}
.tools_l.data-v-92bb8f34 {
width: 100%;
display: flex;
flex-wrap: wrap;
padding-top: 15px;
background: #fff;
justify-content: space-between;
}
.tools_l .list.data-v-92bb8f34 {
width: 20%;
text-align: center;
font-size: 14px;
margin-bottom: 20px;
}
.tools_l .list .text.data-v-92bb8f34 {
margin-top: 5px;
color: #666;
font-size: 14px;
}
.tools_l image.data-v-92bb8f34 {
width: 35px;
height: 35px;
}
.activeHeight.data-v-92bb8f34 {
padding-bottom: 10px;
border-bottom: 2px solid #37cc92;
}