Commit 15dd877c by 陈超

A

parent 533aaabe
......@@ -6,6 +6,67 @@
<title>练习报告</title>
<include file="__THEME__/public_header_w3g"/>
</head>
<style type="text/css">
/*比较多用到的*/
.box{
display: flex;display: -webkit-flex;
align-items: center;
}
.boxCn{
display: flex !important;display: -webkit-flex;
align-items: center;justify-content: center !important;
}
.flex1{
flex: 1;
}
/*遮罩层*/
.mask{
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0, 0.5);
transition: all .3s ease-in-out;
z-index: 8;
}
body{background-color: #fff;overflow: hidden;}
.reportPage{
padding: 0 0.75rem;box-sizing: border-box;
}
.reportTop{border-bottom: 1px solid #f5f5f5;padding-bottom: 0.75rem;}
.reportTop_t{margin: 0.5rem 0 0 0 ;padding: 0;font-size: 0.75rem;color: #333;}
.reportContent{text-align: center;padding: 1.75rem 0.75rem;box-sizing: border-box;}
.reportContent_de{color: #999999;font-size: 0.875rem;}
.reportContent_numBox{margin: 0.75rem 0;background:rgba(251,255,247,1);border-radius: 100%;text-align: center;overflow: hidden;display: inline-block;
width: 9rem;height: 9rem;}
.reportContent_num{font-size: 3rem;height: 3.375rem;line-height: 3.375rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color: #65C000;margin-top: 2.3rem;display: inline-block;}
.reportContent_numZ{color: #999999;font-size: 0.75rem;margin-top: -0.25rem;}
.reportContent_btn{
width: 10rem;height: 3rem;line-height: 3rem;text-align: center;border-radius:1.5rem;background-color: #A3E460;color: #fff;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-size: 1rem;margin: 0 auto;
}
.reportLastBox{
position: fixed;width: 100%;bottom: 0;left: 0;z-index: 1;
}
.reportLastBg{width: 100%;}
.reportLastBtns{
position: absolute;bottom: 0;left: 0;width: 100%;background-color: #fff;padding: 0 0.75rem;box-sizing: border-box;
justify-content: space-between;height: 4.5rem;z-index: 1;
}
.reportLastBtn{
display: inline-block;width: 10rem;text-align: center;height: 3rem;line-height: 3rem;border-radius:1.5rem;box-sizing: border-box;
font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-size: 1rem;
}
.reportLastBtnL{
border:1px solid rgba(163,228,96,1);color: #65C000;
}
.reportLastBtnR{
border:1px solid rgba(245,166,35,1);color: #F5A623;
}
</style>
<body>
<div id="app">
<div class="reportPage">
......@@ -32,7 +93,6 @@
</div>
</div>
</body>
<script src="../js/Center.js"></script>
</html>
<script type="text/javascript">
......@@ -48,65 +108,4 @@
}
})
</script>
<style type="text/css">
/*比较多用到的*/
.box{
display: flex;display: -webkit-flex;
align-items: center;
}
.boxCn{
display: flex !important;display: -webkit-flex;
align-items: center;justify-content: center !important;
}
.flex1{
flex: 1;
}
/*遮罩层*/
.mask{
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0, 0.5);
transition: all .3s ease-in-out;
z-index: 8;
}
body{background-color: #fff;overflow: hidden;}
.reportPage{
padding: 0 0.75rem;box-sizing: border-box;
}
.reportTop{border-bottom: 1px solid #f5f5f5;padding-bottom: 0.75rem;}
.reportTop_t{margin: 0.5rem 0 0 0 ;padding: 0;font-size: 0.75rem;color: #333;}
.reportContent{text-align: center;padding: 1.75rem 0.75rem;box-sizing: border-box;}
.reportContent_de{color: #999999;font-size: 0.875rem;}
.reportContent_numBox{margin: 0.75rem 0;background:rgba(251,255,247,1);border-radius: 100%;text-align: center;overflow: hidden;display: inline-block;
width: 9rem;height: 9rem;}
.reportContent_num{font-size: 3rem;height: 3.375rem;line-height: 3.375rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color: #65C000;margin-top: 2.3rem;display: inline-block;}
.reportContent_numZ{color: #999999;font-size: 0.75rem;margin-top: -0.25rem;}
.reportContent_btn{
width: 10rem;height: 3rem;line-height: 3rem;text-align: center;border-radius:1.5rem;background-color: #A3E460;color: #fff;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-size: 1rem;margin: 0 auto;
}
.reportLastBox{
position: fixed;width: 100%;bottom: 0;left: 0;z-index: 1;
}
.reportLastBg{width: 100%;}
.reportLastBtns{
position: absolute;bottom: 0;left: 0;width: 100%;background-color: #fff;padding: 0 0.75rem;box-sizing: border-box;
justify-content: space-between;height: 4.5rem;z-index: 1;
}
.reportLastBtn{
display: inline-block;width: 10rem;text-align: center;height: 3rem;line-height: 3rem;border-radius:1.5rem;box-sizing: border-box;
font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-size: 1rem;
}
.reportLastBtnL{
border:1px solid rgba(163,228,96,1);color: #65C000;
}
.reportLastBtnR{
border:1px solid rgba(245,166,35,1);color: #F5A623;
}
</style>
\ No newline at end of file
</script>
\ No newline at end of file
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