| xqd
@@ -87,6 +87,11 @@
|
|
|
color: #f04;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
+ .tanbox .status button{
|
|
|
+ width: 80px;
|
|
|
+ margin-left: 52px;
|
|
|
+ margin-top: 10px;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
| xqd
@@ -244,7 +249,7 @@
|
|
|
</div>
|
|
|
<div id="tanchuang" style="display: none;">
|
|
|
<div class="tanbox">
|
|
|
- <div style="width: 20px;height: 20px;text-align: center;position: absolute;top: -5px;right: -5px;background: #f04;border-radius: 20px;" onclick="closebox()">X</div>
|
|
|
+ <div style="width: 20px;height: 20px;text-align: center;position: absolute;top: -5px;right: -5px;background: #000;font-weight:700;color:#fff;border-radius: 20px;" onclick="closebox()">X</div>
|
|
|
<div class="status b0">
|
|
|
<text class="title">提交失败!!</text>
|
|
|
<text style="font-size: 10px;color: #999;">请重新提交!!</text>
|