📄 blcar_index.htm
字号:
<style>
img{behavior:url(png.htc)}
.a1{width:100%;height:360px;position:relative;margin:auto;}
.a2{width:100%;height:240px;margin:auto;}
.a3{width:100%;height:120px;background:url(images/blcar/road.jpg);margin:auto;}
.a4{width:100%;height:360px;position: absolute;top:0;left:0;margin:auto}
.p1{widht:116px;height:112px;padding:135px 0 0 40px;float:left;}
.p2{widht:116px;height:112px;padding:135px 0 0 35px;float:left;}
.p3{widht:116px;height:112px;padding:135px 0 0 30px;float:left;}
.p4{widht:116px;height:112px;padding:135px 0 0 25px;float:left;}
.a5{width:100%;height:360px;position: absolute;top:0;left:0;margin:auto}
.scenetop{width:98%;height:36px;padding-top:10px;margin:auto;}
.scenetop_l{width:180px;height:29px;font-weight:bold;font-size:14px;color:#ffffff;padding:7px 0px 0 20px;background:url(images/blcar/title.gif);float:left}
.scenetop_r{width:100px;height:36px;float:right}
.scenemiddle{width:98%;overflow:hidden;border:0;padding-top:190px;margin:auto;}
</style>
<h4>汽车所在停车位</h4>
<table id="forumlink" cellspacing="0" cellpadding="0" style="table-layout: fixed;" summary="汽车管理">
<tr>
<td colspan="3" id="blscene"><script>changesceneuid('{$uid}');</script></td>
</tr>
</table>
</div>
<div class="box">
<h4>我的汽车</h4>
<table id="forumlink" cellspacing="0" cellpadding="0" style="table-layout: fixed;" summary="汽车管理">
{loop $bl_mycar_list $bl_mycar_love}
<tr>
<td width="255"><img src="{$attachurl}{$bl_mycar_love[bl_car_img]}" width="180" height="100"{if $bl_mycar_love[bl_last_uid]} style="cursor:pointer" onclick="changesceneuid('{$bl_mycar_love[bl_last_uid]}');"{/if}>
</td>
<td width="50" valign="top"><img src="{$attachurl}{$bl_mycar_love[bl_car_img_logo]}" width="30" height="30">
</td>
<td valign="top" width="200">{$bl_mycar_love[bl_car_name]}<br/><br/>
{if $bl_mycar_love[bl_buy_time]==$bl_mycar_love[bl_last_time]}新车真牛!什么费用也不用交!
{elseif $bl_mycar_love[bl_action]==1&&!empty($bl_mycar_love[bl_last_time])}目前停在 {$bl_mycar_love[bl_last_user]} 的私家车位<br/>预计收入:<span style="color:#ff000;"><b>{$bl_mycar_love[bl_get_money]}</b></span> {$bl_credit_unit}
{elseif $bl_mycar_love[bl_action]==0&&!empty($bl_mycar_love[bl_last_time])}目前没有在停车位<br/>共需支付 <span style="color:#ff000;"><b>{$bl_mycar_love[bl_post_money]}</b></span> {$bl_credit_unit}养路费
{/if}</td>
<td><br/><input type="button" value="送给好友" onclick="window.location='{$blcartmpurl}&action=4&blmid={$bl_mycar_love[blmid]}';"><br/><br/><input type="button" value="到此车位" onclick="{if $bl_mycar_love[bl_last_uid]}changesceneuid('{$bl_mycar_love[bl_last_uid]}');{else}alert('这辆车还没有车位哦!');{/if}"></td>
</tr>
{/loop}
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -