Browse Source

一元捐后台管理系统—查看物流去掉取消和确认按钮。

hangb 8 years ago
parent
commit
5e3556708f

+ 32 - 32
donate-console/src/main/webapp/WEB-INF/views/activeList.html

@@ -689,7 +689,7 @@
         .modal-open .logistics .modal-dialog .modal-content{
             margin: 0 auto;
             width: 590px;
-            height: 540px;
+            height: 490px;
         }
         .logistics .header{
             padding: 0 20px;
@@ -777,34 +777,34 @@
         .logistics .body .process .item-list.active p.right{
             color: #ec6941;
         }
-        .logistics .footer{
-            padding-top: 10px;
-            width: 100%;
-            height: 50px;
-            line-height: 32px;
-            background: #f4f4f4;
-        }
-        .logistics .footer a{
-            display: inline-block;
-            height: 30px;
-            line-height: 30px;
-            font-size: 16px;
-            text-align: center;
-            border-radius: 3px;
-            letter-spacing: 10px;
-        }
-        .logistics .footer a:first-child{
-            margin-right: 10px;
-            width: 120px;
-            color: #fff;
-            background: #3c8dbc;
-        }
-        .logistics .footer a:last-child{
-            width: 80px;
-            color: #959595;
-            background: #fff;
-            border: 1px solid #dcdcdc;
-        }
+        /*.logistics .footer{*/
+            /*padding-top: 10px;*/
+            /*width: 100%;*/
+            /*height: 50px;*/
+            /*line-height: 32px;*/
+            /*background: #f4f4f4;*/
+        /*}*/
+        /*.logistics .footer a{*/
+            /*display: inline-block;*/
+            /*height: 30px;*/
+            /*line-height: 30px;*/
+            /*font-size: 16px;*/
+            /*text-align: center;*/
+            /*border-radius: 3px;*/
+            /*letter-spacing: 10px;*/
+        /*}*/
+        /*.logistics .footer a:first-child{*/
+            /*margin-right: 10px;*/
+            /*width: 120px;*/
+            /*color: #fff;*/
+            /*background: #3c8dbc;*/
+        /*}*/
+        /*.logistics .footer a:last-child{*/
+            /*width: 80px;*/
+            /*color: #959595;*/
+            /*background: #fff;*/
+            /*border: 1px solid #dcdcdc;*/
+        /*}*/
     </style>
 </head>
 <body class="skin-blue sidebar-mini  pace-done">
@@ -1751,9 +1751,9 @@
                         </div>
                     </div>
                 </div>
-                <div class="modal-footer footer text-right">
-                    <a href="">保存</a><a href="">取消</a>
-                </div>
+                <!--<div class="modal-footer footer text-right">-->
+                    <!--<a href="">保存</a><a href="">取消</a>-->
+                <!--</div>-->
             </div>
         </div>
     </div>

+ 4 - 4
donate-console/src/main/webapp/WEB-INF/views/editMessage.html

@@ -70,9 +70,9 @@
         }
             /*接收对象选择框*/
 
-        .content-setting .edit input:focus + .chooseUser{
-            display: block;
-        }
+        /*.content-setting .edit input:focus + .chooseUser{*/
+            /*display: block;*/
+        /*}*/
         .content-setting .edit .chooseUser{
             position: absolute;
             top: 30px;
@@ -85,7 +85,7 @@
             box-shadow: 2px 2px 5px #b0b0b0;
             border: 1px solid #dcdcdc;
             background: #fff;
-            display: none;
+            /*display: none;*/
         }
         .content-setting .edit .chooseUser .search{
             padding-left: 18px;