You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
2 years ago
|
<%@ Page Title="" Language="C#" MasterPageFile="~/Areas/MvcShipping/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
|
||
|
|
||
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
||
|
<style>
|
||
|
.download {
|
||
|
background-image: url(../../../../Images/yellow-folder-closed.png) !important;
|
||
|
}
|
||
|
|
||
|
.openfolder {
|
||
|
background-image: url(../../../../Images/yellow-folder-open.png) !important;
|
||
|
}
|
||
|
|
||
|
.fenxiang {
|
||
|
background-image: url(../../../../Images/order_cancel.gif) !important;
|
||
|
}
|
||
|
|
||
|
.layerskin_1 {
|
||
|
z-index: 1;
|
||
|
width: 300px;
|
||
|
height: 360px;
|
||
|
background-color: #fff;
|
||
|
border: 5px solid #ccc;
|
||
|
position: absolute;
|
||
|
top: 60px;
|
||
|
left: 300px;
|
||
|
}
|
||
|
</style>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpFenDetail/MsOpFenDetailModel.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpFenDetail/MsOpFenDetailIndex.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpFenDetail/Index.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsChDui/Zi_zh-cn.js"></script>
|
||
|
</asp:Content>
|
||
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
||
|
<div id="viewport"></div>
|
||
|
</asp:Content>
|