diff --git a/css/libCss/common.css b/css/libCss/common.css index 44d0be7..3e6406d 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -18,6 +18,27 @@ header{ width: 100%; background-color: #fff; } +.java-logo{ + height: 80px; + display: inline-block; + background: url("../../image/java-logo.png") no-repeat 47px center; +} +.java-title{ + display: inline-block; + height: 80px; + width: 167px; + margin-left: 101px; + background: url("../../image/java-title.png") no-repeat 0px center; +} +.java-loginout{ + cursor: pointer; + float: right; + width: 27px; + height: 28px; + background: url("../../image/pladata_close.png") no-repeat; + margin-top: 26px; + margin-right: 32px; +} /*左侧栏--------------------------------------------------*/ nav{ position: fixed; diff --git a/image/java-logo.png b/image/java-logo.png new file mode 100644 index 0000000..988c3b8 --- /dev/null +++ b/image/java-logo.png diff --git a/image/java-title.png b/image/java-title.png new file mode 100644 index 0000000..f04c799 --- /dev/null +++ b/image/java-title.png diff --git a/index.html b/index.html index 6a434ee..94e1ae4 100644 --- a/index.html +++ b/index.html @@ -14,14 +14,19 @@ - +