提交更新

parent 1308dc7d
......@@ -330,6 +330,16 @@
</view>
</view>
</view>
<!-- 门禁报告 -->
<view v-if="tabIndex==2" class="attendance-report-context-card-two">
</view>
<!-- 公话报告 -->
<view class="school-report-context-card-title">
<view class="school-report-context-card-title-img">
<text>出勤情况</text>
</view>
</view>
<view v-if="isOpen" class="school-report-footer">
<view class="school-report-footer-item">
<view class="school-report-footer-item-txt">
......@@ -349,7 +359,7 @@
</view>
</view>
</view>
<view v-if="!isOpen" class="no-open">
<view v-if="!isOpen" class="no-open" :style="{height:[915,845,891][tabIndex-1]+'rpx'}">
<view class="no-open-solution" @tap="equityPay">
<view class="no-open-solution-txt">
<text>最低{{[memberInfo.leastAmount,0.1,0.3][tabIndex-1]}}元/天开通,查看完整{{['消费','门禁','公话'][tabIndex-1]}}报告</text>
......@@ -1429,7 +1439,27 @@
height: 452rpx;
background: no-repeat center/100% url(../../static/images/pubTalkReportBg.png);
}
.school-report-context-card-title {
height: 62rpx;
display: flex;
justify-content: center;
.school-report-context-card-title-img {
width: 318rpx;
background: no-repeat center/100% url(../../static/images/cardBg.png);
font-size: 32rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
line-height: 45rpx;
display: flex;
justify-content: center;
align-items: center;
}
}
// 消费报告
.school-report-context-card {
width: 100%;
background: #E5F8F1;
......@@ -1578,25 +1608,6 @@
}
}
.school-report-context-card-title {
height: 62rpx;
display: flex;
justify-content: center;
.school-report-context-card-title-img {
width: 318rpx;
background: no-repeat center/100% url(../../static/images/cardBg.png);
font-size: 32rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
line-height: 45rpx;
display: flex;
justify-content: center;
align-items: center;
}
}
.school-report-context-card-two {
height: 876rpx;
background: #FFFFFF;
......@@ -2036,6 +2047,10 @@
}
}
}
// 门禁报告
}
.no-open {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment