本帖最后由 花落无声 于 2008-11-15 09:46 编辑
请把代码加入以下位置:记得放在代码区!! 我的拍拍 >> 店铺管理 - 美观设置 - 自定义店铺通栏广告内容 我的拍拍 >> 店铺管理 - 美观设置 - 自定义店铺活动区域内容

粉色系列:

代码如下:
<STYLE type=text/css> #shopSide .shopPrize{border-bottom:1px dashed #Ff6699;border-top:1px dashed #ff6699;}.shopSell{height:20px;color:#FF0000;} .shopPrize{color:#ff6600;height:16px;background:#F6f6f6}.shopTitle{height:53px;} #shopVoteItem {margin-top:16px;}#sideList ul{float:left;width:24.5%;text-align:center;width:30;height:180px;overflow:hidden;padding-top:20px;position:relative;color: #Ff6699;background-attachment: scroll;background-repeat: repeat;background-position: left;border: thin dotted #ff6699;} </STYLE>
黑色系列:

代码如下:
<STYLE type=text/css>
#shopSide .shopPrize{border-bottom:1px dashed #333333;border-top:1px dashed #333333;}.shopSell{height:20px;color:#FF6600;} .shopPrize{color:#333333;height:16px;background:#cccccc}.shopTitle{height:53px;} #shopVoteItem {margin-top:16px;}#sideList ul{float:left;width:24.5%;text-align:center;width:30;height:180px;overflow:hidden;padding-top:20px;position:relative;color: #333333;background-attachment: scroll;background-repeat: repeat;background-position: left;border: thin dotted #333333;} </STYLE>
|