+0°
+0°
+0°
2012年11月16日
⁄ phpweb
⁄ 共 2352字
/* ============列表============== */
div.shoplist_cat{
margin:0px;
padding:15px 0px 0px 18px;
text-align:left;
float:left;
white-space:nowrap;
height:198px;
}
div.shoplist_cat div.fang{
border:1px #e4e4e4 solid;
text-align:center;
padding:2px;
margin-bottom:35px;
}
div.shoplist_cat div.picFit{
overflow: hidden;
}...
阅读全文
+0°
+0°
+0°
+0°
2012年09月16日
⁄ phpweb
⁄ 共 581字
今天遇到了phpweb商城模块发送的时候,电脑死机情况。 最终研究发现 是由于以下代码引起的:
if ( $memberprice != "" && is_array( $memberprice ) )
{
while ( list( $key, $val ) = $key ) // 原来是 while ( list( $key, $val ) = key )
{
$msql->query( "select id from {P}_shop_memberprice where `membertypeid`='{$key}' and `gid`='{$id}' limit 0,1" );
if ( $msq...
阅读全文
+0°
+0°
+0°
2012年08月28日
⁄ phpweb
⁄ 共 535字
在base templates foot.htm 第一行添加如下代码
{#adminMenu#}{#winpop#}
<DIV style=" MARGIN-TOP: -25px; CLEAR: both; FONT-SIZE: 12px"><!--container2-->
<DIV style="TEXT-ALIGN: center; BACKGROUND: url(/base/templates/images/bottom_pic.jpg) no-repeat center top; PADDING-TOP: 62px"><!--bottom-->
<p>
<!--bottom-->
</p>
<p> </...
阅读全文