-
Notifications
You must be signed in to change notification settings - Fork 0
/
txjy.html
134 lines (111 loc) · 3.38 KB
/
txjy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>特许经营</title>
<style>
.nav .logo{
display: inline-block;
float: left;
font-size: 25px;
color: #6d6458;
font-weight: bold;
}
.nav > ul > li{
float: left;
width: 200px;
text-align: center;
line-height: 8em;
cursor: pointer;
color: black;
font-size: 15px;
list-style: none;
margin-left: 10px;
margin-right: 10px;
}
.nav{
text-align: center;
}
a{
text-decoration: none;
}
.two{
width: 2000px;
background-color: white;
height: 200px;
}
.two > ul > li{
float: left;
height: 200px;
width: 450px;
margin-right: 0px;
margin-bottom: 10px;
background-color:white;
}
.two img{
width: 100%;
}
.two > ul > li:nth-child(4n){
margin-right: 0 ;
}
.two ::after{
content: "";
display: block;
clear: both;
}
.three {
background-color: rgba(191, 16, 34, 1);
}
.ban{
background-color: white;
}
.ban img{
width: 100%;
}
</style>
</head>
<body>
<div class="nav">
<div class="logo" >
<img src="./image/百胜logo.png" alt="" >
<a href="http://www.pizzahut.com.cn/phdi/franchise/pc/index.html"></a>
</div>
<ul>
<li>
<a href="http://www.pizzahut.com.cn/phdi/franchise/pc/special.html">特许经营体系</a>
</li>
<li>
<a href="http://www.pizzahut.com.cn/phdi/franchise/pc/apply_flow.html">申请条件与流程</a>
</li>
<li>
<a href="http://www.pizzahut.com.cn/phdi/franchise/pc/news.html">说明会与展会</a>
</li>
<li><img src="./image/咨询.png" alt=""><a href="http://www.pizzahut.com.cn/phdi/franchise/pc/consulOnline.html">咨询留言</a></li>
<li><img src="./image/热线.png" alt="">加盟热线
4008 323 323</li>
</ul>
</div>
<div class="ban">
<img src="./image/banner2.jpg" alt="">
</div>
<div class="two">
<ul>
<li ><img src="./image/加盟.png" alt=""></li>
<li><img src="./image/条件.png" alt=""></li>
<li><img src="./image/经验.png" alt=""></li>
<li><img src="./image/在线申请.png" alt=""></li>
</ul>
</div>
<div class="three">
<li>
<p style="color: white;">版权所有 百胜(中国)投资有限公司 <a href="www.miitbeian.gov.cn">沪ICP备17028264号-2</a></p>
<p style="color:white">Copyright©2010.YUM!Restaurants(China) Investment Company Limited</p>
</li>
<li>
<img src="./image/各种图标.png" alt="">
</li>
</div>
</body>
</html>