HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/frameMyrskyNew/首页订单查询右悬浮.php
<div id="index_order_search"><style>
#index_order_search{
	font-family:"微软雅黑";
	padding:5px;
width:170px;
position:fixed;
 right:5px;
top:50px;
border:#ccc 1px solid;
background-color:#FFF;
background-image:url(<?php bloginfo('stylesheet_directory');?>/images/s_bg.png);
background-repeat:repeat-x;
background-position:bottom;
}
#index_order_search #title{
height:15px;
color:#F90;
font-size:16px;
font-weight:900;
}
#index_order_search #order_search{
width:140px;
}
#index_order_search p{
 margin:10px 0px; padding:0px;
}
#index_order_search #order_search_content{


display:none;
}

</style>
<form id="order_search" name="form1" method="post" action="/电路板服务/电路板订单查询/">
<p id="title">订单状态查询</p>
<div style="border-bottom:#666 1px solid; margin-bottom:10px; "></div>
<p style="height:20px; line-height:20px;position:relative;"><INPUT  name="order" value="" placeholder="请输入订单号"  style="BACKGROUND-IMAGE: url(<?php bloginfo('stylesheet_directory');?>/images/s_ss.png); BACKGROUND-REPEAT: no-repeat ;padding-left:20px; width:85px; border:1px #999 solid; height:20px;"> <img class="icos" style="position:absolute; bottom:-2px; left:110px;" src="<?php bloginfo('stylesheet_directory');?>/images/s_3.gif"></p>

</form>
</div>