|
@@ -956,5 +956,49 @@
|
|
.client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
|
|
.client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
|
|
|
|
+ .client-checklog-page{
|
|
|
|
+ // banner
|
|
|
|
+ .client-checklog-banner{
|
|
|
|
+ width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
|
|
|
|
+ h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
|
|
|
|
+ p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
|
|
|
|
+ }
|
|
|
|
+ // 数据展示
|
|
|
|
+ .log-data-show{
|
|
|
|
+ height: 200px;
|
|
|
|
+ border-color: rgb(187, 187, 187);
|
|
|
|
+ border-width: 1px;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ padding: 24px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-evenly;
|
|
|
|
+ margin-top: -64px;
|
|
|
|
+ background: #fff;
|
|
|
|
+ div{
|
|
|
|
+ display: inline-block;text-align: center;
|
|
|
|
+ span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
|
|
|
|
+ p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
|
|
|
|
+ }
|
|
|
|
+ i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
|
|
|
|
+ }
|
|
|
|
+ // 日志内容
|
|
|
|
+ .log-content-box{
|
|
|
|
+ margin: 52px auto 100px;color: rgb(16, 16, 16);
|
|
|
|
+ li{
|
|
|
|
+ color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
|
|
|
|
+ h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
|
|
|
|
+ span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
|
|
|
|
+ div{margin-bottom: 14px;}
|
|
|
|
+ i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
|
|
|
|
+ p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
|
|
|
|
+ }
|
|
|
|
+ li:last-child{border: 0;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|