浏览代码

shouye1.3

zhjx 6 年之前
父节点
当前提交
ab804c32d6
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      resources/views/web/order/index.blade.php

+ 6 - 1
resources/views/web/order/index.blade.php

xqd xqd
@@ -87,6 +87,11 @@
             color: #f04;
             margin-top: 10px;
         }
+        .tanbox .status button{
+            width: 80px;
+            margin-left: 52px;
+            margin-top: 10px;
+        }
     </style>
 </head>
 <body>
@@ -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>