jjwms/target/jjwms/Head.jsp

20 lines
671 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<html>
<head>
<title>极进物流</title>
<div style="font-size:20px;">
<div style="float:left;overflow-x:auto">
<!--<a href="index.jsp" target="_self"><img id="head_img" style="border:0px;" src="img/kej.jpg" title="上海友仓信息技术有限公司" /></a>-->
</div>
<div style="font-weight: bold;padding-top:6px;">
</div>
</div>
<div style="clear:both"></div>
<div style="border-bottom: 1px solid #ccc;margin-top: 3px"></div>
<div style="border-bottom: 1px solid #fff"></div>
<script type="text/javascript">
$("#head_img").css("width",screen.width-10);
</script>
</head>
</html>