提交 f7b03e97 authored 作者: lihuihui's avatar lihuihui

修改title logo btn

上级 2c0fc388
...@@ -7,7 +7,7 @@ let config = { ...@@ -7,7 +7,7 @@ let config = {
DesDir: '../client-dist', DesDir: '../client-dist',
HtmlPath: 'src/index.html', HtmlPath: 'src/index.html',
IcoPath: 'src/assets/favicon.ico', IcoPath: 'src/assets/favicon.svg',
JsPath: 'src/main.js', JsPath: 'src/main.js',
......
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;" xml:space="preserve">
<style type="text/css">
.st0{fill:#AF1B3F;}
</style>
<polygon class="st0" points="940.2,279.3 499.8,489.7 252.4,371.5 597.2,206.4 515.9,167.4 184.8,325.9 184.8,417.1 499.7,567.6
940.2,357.2 "/>
<polygon class="st0" points="940.2,422.5 499.7,633 184.8,482.6 184.8,560.4 499.8,710.9 940.2,500.4 "/>
<polygon class="st0" points="940.2,565.7 499.7,776.2 184.8,625.8 184.8,703.7 499.8,854.1 940.2,643.6 "/>
<path class="st0" d="M940.2,709L502.8,918c-1.9,0.9-4.2,0.9-6.1,0L133.6,744.5c-2.5-1.2-4.1-3.7-4-6.4V263.8c0-2.7,1.6-5.2,4-6.4
L496.7,83.1c1.9-0.9,4.2-0.9,6.1,0l272.1,130.6c0.8,0.4,1.1,1.4,0.7,2.2c-0.2,0.3-0.4,0.5-0.7,0.7l-342,163.3l81.6,39l425.7-203.3
M940.2,215.1L504.7,6c-3.2-1.5-6.8-1.5-10,0L65.5,212c-4,1.9-6.5,5.9-6.5,10.3v557.5c0,4.4,2.5,8.4,6.5,10.3l429.1,204.8
c3.2,1.5,6.8,1.5,10,0L933.7,790c4-1.9,6.5-5.9,6.5-10.3V215.1z"/>
</svg>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<div class="txt">{{ itemSign ? '取消标记' : '标记' }}</div> <div class="txt">{{ itemSign ? '取消标记' : '标记' }}</div>
</div> </div>
<div class="end-exam-btn"> <div class="end-exam-btn">
<div class="btn" @click="endExam(2)">结束考试</div> <div class="btn" @click="endExam(2)">提交试卷</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -412,11 +412,11 @@ export default { ...@@ -412,11 +412,11 @@ export default {
cursor: pointer; cursor: pointer;
width: 200px; width: 200px;
height: 40px; height: 40px;
background: #EEEEEE; background: #C01540;
border-radius: 4px; border-radius: 4px;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
color: #CCCCCC; color: #fff;
line-height: 40px; line-height: 40px;
text-align: center; text-align: center;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论