Skip to content

Commit

Permalink
油轮 tanker名称改成cruise
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghaibin committed Jul 18, 2016
1 parent 228c608 commit 18a5db9
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion html/tanker/component.html → html/cruise/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/tanker.css">
<link rel="stylesheet" href="/css/cruise.css">
<style>
.com-btn1{padding:1rem;}
.com-btn1 a{display:inline-block;width:100%;height:2rem;background-color:#ff7e01;border-radius:0.3rem;text-align:center;line-height:2rem;color:#fff;}
Expand Down
2 changes: 1 addition & 1 deletion html/tanker/details.html → html/cruise/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta content="telephone=no" name="format-detection"/>
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/tanker.css">
<link rel="stylesheet" href="/css/cruise.css">

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion html/tanker/index.html → html/cruise/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/tanker.css">
<link rel="stylesheet" href="/css/cruise.css">

</head>
<body>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion html/tanker/list.html → html/cruise/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta content="telephone=no" name="format-detection"/>
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/tanker.css">
<link rel="stylesheet" href="/css/cruise.css">

</head>
<body>
Expand Down
9 changes: 5 additions & 4 deletions html/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
放项目初期的静态页面

油轮频道:tanker/
油轮首页:tanker/index.html
油轮列表:tanker/list.html
油轮详情:tanker/details.html
油轮频道:cruise/
油轮首页:cruise/index.html
油轮列表:cruise/list.html
油轮详情:cruise/details.html
油轮公共模块:cruise/component.html
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="icon" type="image/png" href="assets/i/favicon.png">
<title>Demo</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/tanker.css">
<link rel="stylesheet" href="../css/cruise.css">
<!-- <link rel="stylesheet" href="../css/css.css"> -->
<!-- <link rel="stylesheet" href="../build/css.css"> -->
</head>
Expand Down

0 comments on commit 18a5db9

Please sign in to comment.