|
@@ -1,22 +1,597 @@
|
|
|
<template>
|
|
|
- <el-row></el-row>
|
|
|
+ <el-row class="contentBox">
|
|
|
+ <transition name="el-fade-in-linear">
|
|
|
+ <el-col class="leftBox" v-show="leftBtn">
|
|
|
+ <el-col>
|
|
|
+ <h4>大型安保预案</h4>
|
|
|
+ <div class="leftTopBox">
|
|
|
+ <div>
|
|
|
+ <span>大型安保名称:</span>
|
|
|
+ <span>某某活动安保</span>
|
|
|
+ <a href="javascript:;">查看预案</a>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <span>时间:</span>
|
|
|
+ <span>2021-05-28 09:00:00 ~ 2021-05-28 09:00:00</span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <span>阶段:</span>
|
|
|
+ <span>XXXXXXXXXXXXXXXXXXXXX</span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <span>保卫目标:</span>
|
|
|
+ <span>XXXXXXXXXXXXXXXXXXXXX</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col>
|
|
|
+ <h4>社会面火灾防控</h4>
|
|
|
+ <div class="leftCenterBox">
|
|
|
+ <div class="echartsLsit">
|
|
|
+ <gauge ref="gauge1" :dataMap="0.2" :dataNumber="20" color="rgba(191,66,22,1)" :size="36" :with="10"></gauge>
|
|
|
+ <gauge ref="gauge2" :dataMap="0.2" :dataNumber="20" color="rgba(20,225,234,1)" :size="36" :with="10"></gauge>
|
|
|
+ <gauge ref="gauge3" :dataMap="0.2" :dataNumber="20" color="rgba(248,237,65,1)" :size="36" :with="10"></gauge>
|
|
|
+ <gauge ref="gauge4" :dataMap="0.2" :dataNumber="20" color="rgba(117,255,99,1)" :size="36" :with="10"></gauge>
|
|
|
+ </div>
|
|
|
+ <div class="echatsGaugeTitle">
|
|
|
+ <el-col>检查家次(家)</el-col>
|
|
|
+ <el-col>发现隐患(起)</el-col>
|
|
|
+ <el-col>整改隐患(起)</el-col>
|
|
|
+ <el-col>单位类型数(种)</el-col>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col>
|
|
|
+ <h4>重点区域人流情况</h4>
|
|
|
+ <div class="leftBotBox">
|
|
|
+ <div>
|
|
|
+ <img src="../assets/img/home/qiye.png" alt="">
|
|
|
+ <span>某某大型商场</span>
|
|
|
+ <span><b>8</b>人/次</span>
|
|
|
+ <div>低密度</div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <img src="../assets/img/home/qiye.png" alt="">
|
|
|
+ <span>某某大型商场</span>
|
|
|
+ <span><b>30</b>人/次</span>
|
|
|
+ <div>超高密度</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </transition>
|
|
|
+ <transition name="el-fade-in-linear">
|
|
|
+ <el-col
|
|
|
+ class="centerBox"
|
|
|
+ :style="{
|
|
|
+ 'max-width':
|
|
|
+ leftBtn && rightBtn
|
|
|
+ ? '8rem'
|
|
|
+ : !leftBtn && !rightBtn
|
|
|
+ ? '100%'
|
|
|
+ : leftBtn || rightBtn
|
|
|
+ ? '16rem'
|
|
|
+ : '8rem',
|
|
|
+ }"
|
|
|
+ >
|
|
|
+ <el-row class="leftBtn btnW" @click="leftBtnClick()">
|
|
|
+ <i
|
|
|
+ :class="leftBtn ? 'el-icon-arrow-left' : 'el-icon-arrow-right'"
|
|
|
+ ></i>
|
|
|
+ </el-row>
|
|
|
+ <el-row class="centerContent" id="mapF"></el-row>
|
|
|
+ <el-row class="rightBtn btnW" @click="rightBtnClick()">
|
|
|
+ <i
|
|
|
+ :class="rightBtn ? 'el-icon-arrow-right' : 'el-icon-arrow-left'"
|
|
|
+ ></i>
|
|
|
+ </el-row>
|
|
|
+ </el-col>
|
|
|
+ </transition>
|
|
|
+ <transition name="el-fade-in-linear">
|
|
|
+ <el-col class="rightBox" v-show="rightBtn">
|
|
|
+ <div class="btnList">
|
|
|
+ <div :class="{'isChack':isChack===1}" @click="isChack=1">进博会安保</div>
|
|
|
+ <div :class="{'isChack':isChack===2}" @click="isChack=2">某某演唱会安保</div>
|
|
|
+ <div :class="{'isChack':isChack===3}" @click="isChack=3">某某车站安保</div>
|
|
|
+ </div>
|
|
|
+ <el-col>
|
|
|
+ <h4>接警处置情况</h4>
|
|
|
+ <div class="rightTopBox">
|
|
|
+ <div>
|
|
|
+ <span><b>100</b>起<br><p>火灾</p></span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <span><b>90</b>起<br><p>社会救助</p></span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <span><b>60</b>起<br><p>抢险救援</p></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col class="rightCenterBox">
|
|
|
+ <h4>接处警详情</h4>
|
|
|
+ <el-table
|
|
|
+ :data="tableData"
|
|
|
+ class="transparentTableRow"
|
|
|
+ height="100%"
|
|
|
+ row-style="height:.425rem;"
|
|
|
+ cell-style="height:.425rem;box-sizing: border-box;"
|
|
|
+ style="width: 100%; margin: 0 auto"
|
|
|
+ >
|
|
|
+ <el-table-column
|
|
|
+ v-for="item in headerData"
|
|
|
+ show-overflow-tooltip
|
|
|
+ :key="item.prop"
|
|
|
+ :prop="item.prop"
|
|
|
+ align="center"
|
|
|
+ min-width="20"
|
|
|
+ :label="item.name"
|
|
|
+ >
|
|
|
+ <template #default="scope">
|
|
|
+ {{ item.prop === 'type' ? '' : (item.prop === 'status' ? (scope.row[item.prop] == 1 ? '可用' : '不可用') : scope.row[item.prop])}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ </el-table>
|
|
|
+ </el-col>
|
|
|
+ <el-col class="zqzbll">
|
|
|
+ <h4>执勤战备力量部署</h4>
|
|
|
+ <div class="zqzbllBpx">
|
|
|
+ <div class="ryBox">
|
|
|
+ <div class="ryBoxTitle titleBoxZq">人员</div>
|
|
|
+ <div class="ryBoxContent contentBoxZq">
|
|
|
+ <div>作战指挥长 - 闵行中队:张三</div>
|
|
|
+ <div>作战指挥长 - 闵行中队:张三</div>
|
|
|
+ <div>作战指挥长 - 闵行中队:张三</div>
|
|
|
+ <div>作战指挥长 - 闵行中队:张三</div>
|
|
|
+ <div>作战指挥长 - 闵行中队:张三</div>
|
|
|
+ <div>作战指挥长 - 闵行中队:张三</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="clBox">
|
|
|
+ <div class="clBoxTitle titleBoxZq">消防车辆</div>
|
|
|
+ <div class="clBoxContent contentBoxZq">
|
|
|
+ <div>化学消防车 - 1</div>
|
|
|
+ <div>化学消防车 - 1</div>
|
|
|
+ <div>化学消防车 - 1</div>
|
|
|
+ <div>化学消防车 - 1</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </transition>
|
|
|
+ </el-row>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+import linstener from "@c/mixins/linstener";
|
|
|
+import map from "@c/mixins/map-gaode";
|
|
|
+import gauge from "@c/gauge";
|
|
|
export default {
|
|
|
- methods:{
|
|
|
- getdata(){
|
|
|
-
|
|
|
+ mixins: [linstener, map],
|
|
|
+ components: {gauge},
|
|
|
+ data(){
|
|
|
+ return{
|
|
|
+ isChack:1,
|
|
|
+ tableData: [
|
|
|
+ {
|
|
|
+ type: "火灾",
|
|
|
+ policeTime: "23:00:00",
|
|
|
+ alertLevel: "二级",
|
|
|
+ address: "闵行区",
|
|
|
+ car: "2辆",
|
|
|
+ policeCause: "电器火灾",
|
|
|
+ department: "吴泾支队",
|
|
|
+ status: "1",
|
|
|
+ callingUp: "1号",
|
|
|
+ equipName: "一七",
|
|
|
+ carNumber: "沪X5477应急",
|
|
|
+ carStatus: "出动",
|
|
|
+ disposeTime: "1:00:00",
|
|
|
+ correspondent: "张三",
|
|
|
+ commander: "李四",
|
|
|
+ firemen: "王五",
|
|
|
+ driver: "赵六",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "火灾",
|
|
|
+ policeTime: "23:00:00",
|
|
|
+ alertLevel: "二级",
|
|
|
+ address: "闵行区",
|
|
|
+ car: "2辆",
|
|
|
+ policeCause: "电器火灾",
|
|
|
+ department: "吴泾支队",
|
|
|
+ status: "1",
|
|
|
+ callingUp: "1号",
|
|
|
+ equipName: "一七",
|
|
|
+ carNumber: "沪X5477应急",
|
|
|
+ carStatus: "出动",
|
|
|
+ disposeTime: "1:00:00",
|
|
|
+ correspondent: "张三",
|
|
|
+ commander: "李四",
|
|
|
+ firemen: "王五",
|
|
|
+ driver: "赵六",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "火灾",
|
|
|
+ policeTime: "23:00:00",
|
|
|
+ alertLevel: "二级",
|
|
|
+ address: "闵行区",
|
|
|
+ car: "2辆",
|
|
|
+ policeCause: "电器火灾",
|
|
|
+ department: "吴泾支队",
|
|
|
+ status: "1",
|
|
|
+ callingUp: "1号",
|
|
|
+ equipName: "一七",
|
|
|
+ carNumber: "沪X5477应急",
|
|
|
+ carStatus: "出动",
|
|
|
+ disposeTime: "1:00:00",
|
|
|
+ correspondent: "张三",
|
|
|
+ commander: "李四",
|
|
|
+ firemen: "王五",
|
|
|
+ driver: "赵六",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "火灾",
|
|
|
+ policeTime: "23:00:00",
|
|
|
+ alertLevel: "二级",
|
|
|
+ address: "闵行区",
|
|
|
+ car: "2辆",
|
|
|
+ policeCause: "电器火灾",
|
|
|
+ department: "吴泾支队",
|
|
|
+ status: "1",
|
|
|
+ callingUp: "1号",
|
|
|
+ equipName: "一七",
|
|
|
+ carNumber: "沪X5477应急",
|
|
|
+ carStatus: "出动",
|
|
|
+ disposeTime: "1:00:00",
|
|
|
+ correspondent: "张三",
|
|
|
+ commander: "李四",
|
|
|
+ firemen: "王五",
|
|
|
+ driver: "赵六",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "火灾",
|
|
|
+ policeTime: "23:00:00",
|
|
|
+ alertLevel: "二级",
|
|
|
+ address: "闵行区",
|
|
|
+ car: "2辆",
|
|
|
+ policeCause: "电器火灾",
|
|
|
+ department: "吴泾支队",
|
|
|
+ status: "1",
|
|
|
+ callingUp: "1号",
|
|
|
+ equipName: "一七",
|
|
|
+ carNumber: "沪X5477应急",
|
|
|
+ carStatus: "出动",
|
|
|
+ disposeTime: "1:00:00",
|
|
|
+ correspondent: "张三",
|
|
|
+ commander: "李四",
|
|
|
+ firemen: "王五",
|
|
|
+ driver: "赵六",
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ headerData: [
|
|
|
+ { prop: "policeTime", name: "立案时间" },
|
|
|
+ { prop: "alertLevel", name: "警情等级" },
|
|
|
+ { prop: "address", name: "案发地址" },
|
|
|
+ { prop: "car", name: "调动车辆" },
|
|
|
+ { prop: "type", name: "类型" },
|
|
|
+ { prop: "policeCause", name: "原因" },
|
|
|
+ { prop: "department", name: "所属中队" },
|
|
|
+ { prop: "status", name: "状况" },
|
|
|
+ ],
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ mounted() {
|
|
|
+ window.addEventListener("resize", () => this.resizeTimeActions([this.$refs.gauge1,this.$refs.gauge2,this.$refs.gauge3,this.$refs.gauge4,]), true);
|
|
|
+ this.initMap();
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ getdata() {},
|
|
|
+ },
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-.el-row {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: url(~@a/img/test/bg4.png) no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
+.contentBox {
|
|
|
+ // font-family: "DS", "DS-B", "DS-BB", "DS-BS";
|
|
|
+ & > .el-col {
|
|
|
+ flex: 1;
|
|
|
+ height: 100%;
|
|
|
+ max-width: 8rem;
|
|
|
+ }
|
|
|
+ .leftBox {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ & > .el-col {
|
|
|
+ margin-top: .125rem;
|
|
|
+ background: url("~@a/img/home/box-bg.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ flex: 1;
|
|
|
+ position: relative;
|
|
|
+ h4 {
|
|
|
+ font-size: 0.2125rem;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ color: #00ffff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ & > .el-col:first-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+ .leftTopBox{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: .5rem .25rem .375rem;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ align-items: center;
|
|
|
+ &>div{
|
|
|
+ padding-left: .375rem;
|
|
|
+ font-size: .2rem;
|
|
|
+ font-weight: 400;
|
|
|
+ text-align: left;
|
|
|
+ color: #ffffff;
|
|
|
+ &>span:first-child{
|
|
|
+ text-align: right;
|
|
|
+ width: 1.5rem;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ a{
|
|
|
+ color: rgba(0,255,252,1);
|
|
|
+ margin-left: .375rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .leftCenterBox{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: .25rem .25rem .125rem;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ .echartsLsit{
|
|
|
+ // flex: 1;
|
|
|
+ height: 1.5rem;
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .echatsGaugeTitle{
|
|
|
+ width: 100%;
|
|
|
+ height: .25rem;
|
|
|
+ text-align: center;
|
|
|
+ display: flex;
|
|
|
+ &>div{
|
|
|
+ flex: 1;
|
|
|
+ font-size: .2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .leftBotBox{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: .5rem .25rem .375rem;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ &>div{
|
|
|
+ background: url('~@a/img/home/shidianbg.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
+ width: 5.9375rem;
|
|
|
+ height: 1.0625rem;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: .225rem;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ img{
|
|
|
+ width: .9375rem;
|
|
|
+ height: .6625rem;
|
|
|
+ margin-right: .125rem;
|
|
|
+ }
|
|
|
+ span:nth-child(2){
|
|
|
+ margin-right: .75rem;
|
|
|
+ }
|
|
|
+ span:nth-child(3){
|
|
|
+ width: 1.375rem;
|
|
|
+ b{
|
|
|
+ font-family: "DS", "DS-B", "DS-BB", "DS-BS";
|
|
|
+ color: rgba(251,207,52,1);
|
|
|
+ font-size: .375rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ div:nth-child(4){
|
|
|
+ width: 1.125rem;
|
|
|
+ height: .4rem;
|
|
|
+ border-radius: .2rem;
|
|
|
+ background: #51c08d;
|
|
|
+ line-height: .4rem;
|
|
|
+ text-align: center;
|
|
|
+ font-size: .2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &>div:first-child{
|
|
|
+ margin-bottom: .25rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .btnList {
|
|
|
+ position: fixed;
|
|
|
+ top: 0.75rem;
|
|
|
+ right: 2rem;
|
|
|
+ width: 4.125rem;
|
|
|
+ height: .3125rem;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ div {
|
|
|
+ cursor: pointer;
|
|
|
+ width: 33%;
|
|
|
+ height: 100%;
|
|
|
+ line-height: .3125rem;
|
|
|
+ text-align: center;
|
|
|
+ font-size: .15rem;
|
|
|
+ color: #FFF;
|
|
|
+ background: transparent;
|
|
|
+ box-shadow: inset 0 0 .0625rem 0 rgba(14,205,241,1);
|
|
|
+ }
|
|
|
+ & div:nth-child(1){
|
|
|
+ border-radius: .0625rem 0 0 .0625rem;
|
|
|
+ }
|
|
|
+ & div:nth-child(3){
|
|
|
+ border-radius: 0 .0625rem .0625rem 0;
|
|
|
+ }
|
|
|
+ .isChack{
|
|
|
+ color: #fff951;
|
|
|
+ box-shadow: inset 0 0 .0625rem 0 rgba(252,207,42,1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .rightBox {
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ & > .el-col {
|
|
|
+ margin-top: .125rem;
|
|
|
+ width: 100%;
|
|
|
+ background: url("~@a/img/home/box-bg.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ flex: none;
|
|
|
+ position: relative;
|
|
|
+ h4 {
|
|
|
+ font-size: 0.2125rem;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ color: #00ffff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ & > .el-col:nth-child(2) {
|
|
|
+ height: 220px;
|
|
|
+ }
|
|
|
+ & > .el-col:nth-child(3) {
|
|
|
+ flex: 1;
|
|
|
+ height: 30%;
|
|
|
+ }
|
|
|
+ & > .el-col:nth-child(4) {
|
|
|
+ height: calc(70% - 3rem);
|
|
|
+ }
|
|
|
+ .rightTopBox{
|
|
|
+ width: 100%;
|
|
|
+ padding: .5rem .625rem .375rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ &>div{
|
|
|
+ width: 1.75rem;
|
|
|
+ height: 1.625rem;
|
|
|
+ position: relative;
|
|
|
+ span{
|
|
|
+ position: absolute;
|
|
|
+ bottom: -0.3125rem;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ margin: auto;
|
|
|
+ font-size: .2rem;
|
|
|
+ text-align: center;
|
|
|
+ b{
|
|
|
+ margin-right: .0625rem;
|
|
|
+ font-size: .4rem;
|
|
|
+ font-family: "DS", "DS-B", "DS-BB", "DS-BS";
|
|
|
+ line-height: .5rem;
|
|
|
+ }
|
|
|
+ p{
|
|
|
+ color: #FFF;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &>div:nth-child(1){
|
|
|
+ background: url('../assets/img/home/zu.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
+ span{
|
|
|
+ color: rgba(255,89,38,1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &>div:nth-child(2){
|
|
|
+ background: url('../assets/img/home/zu1.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
+ span{
|
|
|
+ color: rgba(124,248,253,1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &>div:nth-child(3){
|
|
|
+ background: url('../assets/img/home/zu2.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
+ span{
|
|
|
+ color: rgba(254,220,64,1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .rightCenterBox{
|
|
|
+ padding: .4375rem .3125rem .1875rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .zqzbll {
|
|
|
+ padding: .625rem .375rem .25rem;
|
|
|
+ .zqzbllBpx{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ .titleBoxZq{
|
|
|
+ height: .475rem;
|
|
|
+ width: 100%;
|
|
|
+ color: rgba(0,255,255,1);
|
|
|
+ text-indent: .125rem;
|
|
|
+ font-size: .225rem;
|
|
|
+ line-height: .475rem;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: left;
|
|
|
+ background: rgba(0,250,251,0.10);
|
|
|
+ }
|
|
|
+ .contentBoxZq{
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - .475rem);
|
|
|
+ scrollbar-width: none;
|
|
|
+ /* firefox */
|
|
|
+ -ms-overflow-style: none;
|
|
|
+ /* IE 10+ */
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+ /* Chrome Safari */
|
|
|
+ }
|
|
|
+ div{
|
|
|
+ width: 50%;
|
|
|
+ display: inline-block;
|
|
|
+ text-indent: .0625rem;
|
|
|
+ line-height: .4rem;
|
|
|
+ font-size: .2rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-bottom: 1px solid rgba(250,250,250,.3);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ryBox{
|
|
|
+ width: 100%;
|
|
|
+ height: 60%;
|
|
|
+ }
|
|
|
+ .clBox{
|
|
|
+ width: 100%;
|
|
|
+ height: 40%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|