<!doctype html>
<html>
<head design-width="750">
<me
<me
<me
<me
<me
<ti
<li
<sc
<sc
</head>
<body>
<div class="mobile-wrap center mobile-wrap-mb">
<header>
<span class="return">
返回
</span>
</header>
<main>
<div class="inform">
<h3>账号管理</h3>
<div class="inform-list">
<ul>
<li class="acti">个人信息</li>
<li>修改资料</li>
<li>修改密码</li>
</ul>
</div>
<div class="inform-text show">
<p>
<span>
UID :
</span>
<input type="text" />
</p>
<p>
<span>
用户名
</span>
<input type="text" />
</p>
<p>
<span>
电话号
</span>
<input type="text" />
</p>
<p>
<span>
微信号
</span>
<input type="text" />
</p>
<p>
<span>
商户级别
</span>
<input type="text" />
</p>
<h4>
<input type="submit" name="" id="" value="确定修改" />
<a href="#">遇到问题?</a>
</h4>
</div>
<div class="inform-text">
<p>
<span>
UID :
</span>
<input type="text" />
</p>
<p>
<span>
用户名
</span>
<input type="text" />
</p>
<p>
<span>
电话号
</span>
<input type="text" />
</p>
<p>
<span>
微信号
</span>
<input type="text" />
</p>
<p>
<span>
商户级别
</span>
<input type="text" />
</p>
<h4>
<input type="submit" name="" id="" value="确定修改" />
<a href="#">遇到问题?</a>
</h4>
</div>
<div class="inform-text">
<p>
<span>
UID :
</span>
<input type="text" />
</p>
<p>
<span>
用户名
</span>
<input type="text" />
</p>
<p>
<span>
电话号
</span>
<input type="text" />
</p>
<p>
<span>
微信号
</span>
<input type="text" />
</p>
<p>
<span>
商户级别
</span>
<input type="text" />
</p>
<h4>
<input type="submit" name="" id="" value="确定修改" />
<a href="#">遇到问题?</a>
</h4>
</div>
</div>
</main>
</div><!--mobile_wrap-->
<sc
$('.inform-list ul li').click(function(){
var n=$(this).index();
$(this).addClass('acti').siblings().removeClass('acti');
$('.inform-text').fadeOut();
$('.inform-text').eq(n).fadeIn();
})
</sc
</body>
</html>
代码地址:http://www.daimabiji.com/formtable/4410.html
