Commit 4136db38 authored by Chen Jiping's avatar Chen Jiping

fix:修复样式

parent 947e0a4a
...@@ -440,9 +440,10 @@ body { ...@@ -440,9 +440,10 @@ body {
} }
.clip{ .clip{
position: relative; position: absolute;
width: 70%; width: 70%;
margin-top: -1rem; top: -10%;
left: 14%;
} }
.submit { .submit {
...@@ -456,13 +457,12 @@ body { ...@@ -456,13 +457,12 @@ body {
letter-spacing: normal; letter-spacing: normal;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
margin-left: 25%; left: 38%;
z-index: 1; z-index: 1;
} }
.warning{ .warning{
font-family: Aileron-Bold; font-family: Aileron-Bold;
font-size: 1.0rem;
font-weight: 600; font-weight: 600;
font-stretch: normal; font-stretch: normal;
font-style: normal; font-style: normal;
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<div class="dialog-submit"> <div class="dialog-submit">
<span class="submit">Submit</span> <span class="submit">Submit</span>
<img src="../lib/images/clip.png" class="clip"> <img src="../lib/images/clip.png" class="clip">
<table style="width: 100%; height: 60%; position: relative; top: 12%;"> <table style="width: 100%; height: 60%; position: absolute; top: 30%;">
<tr> <tr>
<td colspan="2"> <td colspan="2">
<h1 class="warning">本题只能提交一次,确定交卷吗?</h1> <h1 class="warning">本题只能提交一次,确定交卷吗?</h1>
......
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