Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions zuijiao/zuijiao.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
margin: auto;
margin-top: 30px;
margin-bottom: 30px;

padding-bottom: 10px;
}

.cuisine-detail .cuisine-description {
Expand Down Expand Up @@ -101,13 +101,9 @@
}

.cuisine-detail .more button {
width: 100px;
height: 30px;
margin-right: 28px;
margin-left: 28px;
text-align: center;


}

.footer{
Expand Down
39 changes: 12 additions & 27 deletions zuijiao/zuijiao.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@
</div>
<div class="pull-right">
<ul class="pull-right-text">
<button>
<p>登录</p>
</button>

<button>
<p>注册</p>
</button>
</ul>
<button class="btn btn-success">登录</button>
<button class="btn btn-danger">注册</button>
</ul>
</div>

</div>

</div>

<div class="banner">
Expand Down Expand Up @@ -63,13 +58,8 @@
<p>2014/04/12 <span>¥200/位</span></p>
</div>

<button class="detail">
<p>查看详细</p>
</button>

<button class="buy">
<p>立即预订</p>
</button>
<button class="detail btn btn-primary">查看详细</button>
<button class="buy btn btn-primary">立即预订</button>

</div>
</div>
Expand Down Expand Up @@ -104,13 +94,8 @@ <h4>特色</h4>
</div>

<div class="more">
<button>
<p>查看评论</p>
</button>

<button>
<p>料理人详细</p>
</button>
<button class="btn btn-primary">查看评论</button>
<button class="btn btn-primary">料理人详细</button>
</div>


Expand All @@ -134,9 +119,9 @@ <h4>特色</h4>
<div class="col-md-3">
<a href="#">服务条款</a>
</div>
</div>

</div>


</div>

Expand Down