Commit 0f2fd3b1 authored by 徐州's avatar 徐州

Merge branch 'master' of http://gitlab.house365.com/xuzhou/njzsb

* 'master' of http://gitlab.house365.com/xuzhou/njzsb:
  按钮样式
parents 4d336825 ad60b25c
...@@ -599,7 +599,7 @@ ...@@ -599,7 +599,7 @@
field: 'op1', title: '关联操作', width: 300, align: 'center', formatter: function (value, rec) { field: 'op1', title: '关联操作', width: 300, align: 'center', formatter: function (value, rec) {
if(rec.isSl || rec.paymentLink != '3') { if(rec.isSl || rec.paymentLink != '3') {
return " <a class='btn_01_mini' onclick=doPrint('" + rec.id + "')>打印缴费凭证<b></b></a>\n" + return " <a class='btn_01_mini' onclick=doPrint('" + rec.id + "')>打印缴费凭证<b></b></a>\n" +
" <a class='btn_01_mini' onclick=one_book()>一般缴款书<b></b></a>"; " <a class='btn_01_mini edit' style='opacity: 0.5' onclick=one_book()>一般缴款书<b></b></a>";
} else { } else {
return "<a class='btn_01_mini' onclick=asy_tb('" + rec.xxylbbh + "')>同步施工许可<b></b></a>\n" + return "<a class='btn_01_mini' onclick=asy_tb('" + rec.xxylbbh + "')>同步施工许可<b></b></a>\n" +
" <a class='btn_01_mini' onclick=doPrint('" + rec.id + "')>打印缴费凭证<b></b></a>\n" + " <a class='btn_01_mini' onclick=doPrint('" + rec.id + "')>打印缴费凭证<b></b></a>\n" +
......
...@@ -16,6 +16,24 @@ ...@@ -16,6 +16,24 @@
<%@include file="/common/jsLib.jsp"%> <%@include file="/common/jsLib.jsp"%>
<style type="text/css"> <style type="text/css">
a:hover { color: #F00; text-decoration: underline; }/* 鼠标移动到链接上 */ a:hover { color: #F00; text-decoration: underline; }/* 鼠标移动到链接上 */
.nohover:hover{
text-shadow: 1px 1px 1px #fff;
position: relative;
margin: 0 8px 0 0;
display: inline-block;
height: 25px;
line-height: 23px;
text-align: center;
color: #484848;
padding: 0 32px 0 42px;
cursor: pointer;
font-weight: normal;
background-position: 0px 0px;
text-decoration:none;
}
.nohover:hover b{
background-position: right 0px;
}
</style> </style>
<script type="text/javascript"> <script type="text/javascript">
...@@ -249,11 +267,11 @@ ...@@ -249,11 +267,11 @@
<td colspan="4" height="100px" style="text-align:center"> <td colspan="4" height="100px" style="text-align:center">
<c:if test="${!canRfyz}"> <c:if test="${!canRfyz}">
<c:if test="${rfxm.isSbj==1}"> <c:if test="${rfxm.isSbj==1}">
<a id="noticeBtn0" href="#" class="btn_01" disabled="true" <a id="noticeBtn0" href="#" class="btn_01 nohover" disabled="true"
>人防费用章(市本级)<b></b></a> >人防费用章(市本级)<b></b></a>
</c:if> </c:if>
<c:if test="${rfxm.isSbj!=1}"> <c:if test="${rfxm.isSbj!=1}">
<a id="noticeBtn0" href="#" class="btn_01" disabled="true" <a id="noticeBtn0" href="#" class="btn_01 nohover" disabled="true"
>人防费用章(非市本级)<b></b></a> >人防费用章(非市本级)<b></b></a>
</c:if> </c:if>
</c:if> </c:if>
......
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