ico图标
master
赵桐华 5 years ago
parent 4937351b94
commit 2423f50ada
  1. 17
      .idea/workspace.xml
  2. 1
      aboutUs.html
  3. 5
      css/common.css
  4. 1
      details.html
  5. 1
      experience.html
  6. BIN
      images/favicon.ico
  7. 1
      index.html
  8. 1
      information.html

@ -3,6 +3,12 @@
<component name="ChangeListManager">
<list default="true" id="5022b617-d045-4c00-9e44-77877d4e36e1" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/aboutUs.html" beforeDir="false" afterPath="$PROJECT_DIR$/aboutUs.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/css/common.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/common.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/details.html" beforeDir="false" afterPath="$PROJECT_DIR$/details.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/experience.html" beforeDir="false" afterPath="$PROJECT_DIR$/experience.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/information.html" beforeDir="false" afterPath="$PROJECT_DIR$/information.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
@ -78,7 +84,7 @@
<workItem from="1573814474713" duration="138000" />
<workItem from="1574039614897" duration="3076000" />
<workItem from="1574818735019" duration="15573000" />
<workItem from="1574905325139" duration="4622000" />
<workItem from="1574905325139" duration="9065000" />
</task>
<task id="LOCAL-00001" summary="官网1.0">
<created>1574907211978</created>
@ -101,7 +107,14 @@
<option name="project" value="LOCAL" />
<updated>1574911910603</updated>
</task>
<option name="localTasksCounter" value="4" />
<task id="LOCAL-00004" summary="更改图片高清度">
<created>1574912215955</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1574912215955</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/aboutUs.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/index.js"></script>
</head>

@ -1,6 +1,11 @@
*{
margin:0;padding:0;
}
body{
font-family: "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, SimHei, 黑体, "Microsoft YaHei", 微软雅黑, "WenQuanYi Micro Hei", sans-serif;
height: 100%;
overflow-x: hidden;
}
.fl{
float:left;
}

@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/details.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/index.js"></script>
<script src="//cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>

@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/experience.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/index.js"></script>
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -7,6 +7,7 @@
<link rel="stylesheet" href="css/index.css"/>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="http://www.etoppaas.com.cn/pandaInsure/css/animate.min_48b336b.css"/>
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/index.js"></script>
</head>

@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/information.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/index.js"></script>
</head>

Loading…
Cancel
Save