1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HelpCenterContact.aspx.cs" Inherits="CY.WebForm.Pages.front.HelpCenterContact" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>帮助中心信息详情</title>
    <uc:FrontQuote ID="FrontQuote1" runat="server" />
    <style type="text/css">
        .tableStyle { text-align: left; border:none; border:1px solid #cccccc; margin:10px auto;}
        .tableStyle .td { text-align: left; }
        .tableStyle .ali03{ text-align:right;}
        .tableStyle tr:hover { background-color: #EDEDED; }
        .tableStyle .tr:hover { background-color: #FFFFFF; }
        .hr{border:none; color:White; border-bottom:1px dashed #cccccc; margin:0px; }
        .tr2 { display:none; }
        .tr3 { display:none;margin:0px; padding:0px; line-height:2px; height:2px;}
        .tr3 td{ margin:0px; padding:0px; line-height:2px; height:2px;}
        .tr1{ cursor:pointer;}
        .tr1 .orange{ color:#FF5500;}
        .showBtn { background: url("../../images/Common/btn3.gif") repeat scroll 0 0 transparent; color: #D83D00; float: right; height: 24px; line-height: 24px; overflow: hidden; text-align: center; width: 109px; z-index: 10; text-indent: 0pt; margin-right:10px;}
        .showBtn:hover { text-decoration: underline; }
    </style>
    <script type="text/javascript">
        $(function () {
            //网站广告请在内容里面添加<a id="WebAdPrice" class="WebAdPrice">Adprice</a>
 
            $(".LiClick").parent().parent().parent().prev().addClass('h2_H');
            $(".LiClick").parent().parent().parent().show();
            $(".LiClick").parent().parent().parent().addClass('h2_H');
            $('#InquiryMoney').find('h2').each(function (i, ele) {
                $(ele).click(function () {
                    $('#InquiryMoney').find('h2').removeClass('h2_H');
                    $(this).addClass('h2_H');
                    $('#InquiryMoney').find('.list').hide();
                    $('#InquiryMoney').find('.list').eq(i).show();
                });
            });
 
            $(".tr1").click(function () {
                $(".tr2").hide();
                $(".tr2[value_name='" + $(this).attr("value_name") + "']").show();
                $(".tr3").hide();
                $(".tr3[value_name='" + $(this).attr("value_name") + "']").show();
            });
        });
    </script>
</head>
<body>
    <uc:FrontHead ID="FrontHead1" runat="server" />
    <form id="form1" runat="server">
    <div class="w1000 mainbox">
        <div class="mt10 DivAd" value_forumname="帮助中心" value_locationname="详情顶部横幅广告">
        </div>
        <div class="path">
            <strong>当前位置:</strong><a href="/">网站首页</a> > 帮助中心</div>
        <div class="nypartL fl mt10">
            <div class="leftMemubox">
                <h2 class="mtitle">
                    帮助中心</h2>
                <div class="leftMemu">
                    <div class="lNav InquiryMoney" id="InquiryMoney" runat="server">
                    </div>
                </div>
            </div>
        </div>
        <!--nypartL over-->
        <div class="nypartR fr mt10">
            <div class="nypartR_t">
                <b id="oneTitle" runat="server">帮助中心</b> > <span class="" id="divTitle" runat="server"></span>
            </div>
            <div class="nyrC" style=" min-height:301px;">
                <div class="content" id="divContent" runat="server" style=" padding: 0 10px; width:98%;">
                    <table width="100%" class="tableStyle">
                        <tr style=" height:30px; line-height:30px;">
                            <td class="ali03">公司名称:</td>
                            <td>四川川印包装股份有限公司</td>
                            <td colspan="2"><a href="/proxy/application.html" target="_blank" class="showBtn"><span style="color:#E53333;">代理申请</span></a></td>
                        </tr>
                        <tr>
                            <td class="ali03 w100px">总部地址:</td>
                            <td style=" width:360px;">成都市浦江县寿安工业区</td>
                            <td class="ali03 w100px">联系电话:</td>
                            <td>028-85556656 85511155</td>
                        </tr>
                        <tr>
                            <td class="ali03 ">传  真:</td>
                            <td>028-85511155</td>
                            <td class="ali03 ">邮  编:</td>
                            <td>611633</td>
                        </tr>
                        <tr>
                            <td class="ali03 ">企业Q群:</td>
                            <td>252618054</td>
                            <td class="ali03 ">新浪微博:</td>
                            <td>四川印刷网</td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>