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

fix:修复样式

parent 947e0a4a
......@@ -440,9 +440,10 @@ body {
}
.clip{
position: relative;
position: absolute;
width: 70%;
margin-top: -1rem;
top: -10%;
left: 14%;
}
.submit {
......@@ -456,13 +457,12 @@ body {
letter-spacing: normal;
text-align: center;
color: #ffffff;
margin-left: 25%;
left: 38%;
z-index: 1;
}
.warning{
font-family: Aileron-Bold;
font-size: 1.0rem;
font-weight: 600;
font-stretch: normal;
font-style: normal;
......
......@@ -172,7 +172,7 @@
<div class="dialog-submit">
<span class="submit">Submit</span>
<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>
<td colspan="2">
<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