Procházet zdrojové kódy

修复BOM详情,拒绝报价展示效果

huyy před 7 roky
rodič
revize
3f815b7119

+ 34 - 0
src/main/webapp/resources/view/usercenter/forstore/bomDetail.html

@@ -1144,4 +1144,38 @@
         background: -moz-linear-gradient(left, #8bbdff, #5078cb); /* Firefox 3.6 - 15 */
         background: linear-gradient(left, #8bbdff, #5078cb); /* 标准的语法 */
     }
+    .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate > b.refused-show{
+        position: relative;
+        margin-left: 30px;
+        font-size: 12px;
+        color: #323232;
+        cursor: pointer;
+    }
+    .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate > b.refused-show img{
+        margin-top: -2px;
+    }
+    .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate > b.refused-show .say-price-history{
+        display: inline-block;
+        position: absolute;
+        top: 17px;
+        right: -15px;
+        width: 110px;
+        height: 24px;
+        line-height: 24px;
+        background: #fff;
+        border: 1px solid #fab89a;
+        text-align: center;
+        font-size: 12px;
+        color: #000;
+        opacity: 0;
+        z-index: 1000;
+    }
+    .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate > b.refused-show:hover .say-price-history{
+        opacity: 1;
+    }
+    .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td{
+        height: 68px;
+        line-height: 68px;
+        padding: 0 8px;
+    }
 </style>