From b48b7eca824b9d56e539b1d67eb8ad736944d95c Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 26 Sep 2018 11:01:18 +0800 Subject: [PATCH] media 服务页 --- css/services.css | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- images/services_titico1.png | Bin 0 -> 4553 bytes images/services_titico2_active.png | Bin 0 -> 2706 bytes images/services_titico3_active.png | Bin 0 -> 5384 bytes images/services_titico4.png | Bin 0 -> 4208 bytes images/services_titico5_active.png | Bin 0 -> 2997 bytes images/services_titico6_active.png | Bin 0 -> 4006 bytes images/services_titico7.png | Bin 0 -> 4738 bytes images/services_titico8_active.png | Bin 0 -> 2757 bytes images/services_titico9_active.png | Bin 0 -> 3305 bytes js/nav-footer.js | 8 ++++---- js/services.js | 7 +++++++ services.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- style.css | 2 +- 14 files changed, 138 insertions(+), 17 deletions(-) create mode 100755 images/services_titico1.png create mode 100644 images/services_titico2_active.png create mode 100755 images/services_titico3_active.png create mode 100755 images/services_titico4.png create mode 100644 images/services_titico5_active.png create mode 100755 images/services_titico6_active.png create mode 100755 images/services_titico7.png create mode 100644 images/services_titico8_active.png create mode 100755 images/services_titico9_active.png diff --git a/css/services.css b/css/services.css index 096416c..48e36f1 100644 --- a/css/services.css +++ b/css/services.css @@ -35,20 +35,21 @@ width: 1200px; margin: 0 auto; } +/*1 tab*/ .services-wrap-left-1{ background: url("../images/services_saasIco.png") no-repeat; width: 542px; height: 494px; margin-top: 102px; - margin-left: 50px; + margin-left: 10px; } .services-wrap-right-1{ width: 543px; height: 400px; margin-top: 177px; - margin-left: 50px; + margin-left: 78px; } -/*tab 右侧 切换部分 sta*/ +/*1----tab 右侧 切换部分 sta*/ .services-soft-wrap{ height: 168px; width: 100%; @@ -63,7 +64,7 @@ } .services-soft-wrap li:nth-of-type(1) { padding-top: 114px; - background: url(../images/services_titico1_active.png) no-repeat center 0; + background: url(../images/services_titico1.png) no-repeat center 0; margin-right: 72px; } .services-soft-wrap li:nth-of-type(1).active { @@ -93,19 +94,20 @@ border-bottom: 2px solid rgba(63,159,254,1); background: url(../images/services_titico3_active.png) no-repeat center 0; } -/*tab 右侧 cont*/ -.services-section-wrap{ +/*1------tab 右侧 cont*/ +.services-section-wrap,.services-section-user{ height: 100px; margin-top: 58px; width: 400px; } .services-soft-bottom-title{ - width:230px; + width:360px; height:30px; font-size:30px; font-weight:500; color:rgba(0,0,0,1); margin-bottom: 22px; + text-align: left; } .services-soft-bottom-des{ text-align: left; @@ -117,3 +119,66 @@ color:rgba(0,0,0,0.7); } +/*----2------ tab sta*/ + + +/*----3------ tab sta*/ +/*1 tab*/ +.services-wrap-left-3{ + background: url("../images/services_userIco.png") no-repeat; + width: 568px; + height: 593px; + margin-top: 67px; + margin-left: 10px; +} +.services-wrap-right-3{ + width: 543px; + height: 400px; + margin-top: 165px; + margin-left: 50px; +} +/*-------3---*/ +.services-user-wrap{ + height: 168px; + width: 100%; + border-bottom: 2px solid rgba(228,229,229,1);; +} +.services-user-wrap li { + color: rgba(6,14,19,.8); + font-size:20px; + cursor: pointer; + height: 168px; + width: 133px; +} +.services-user-wrap li:nth-of-type(1) { + padding-top: 114px; + background: url(../images/services_titico7.png) no-repeat center 0; + margin-right: 72px; +} +.services-user-wrap li:nth-of-type(1).active { + color: #3F9FFE; + padding-bottom: 22px; + border-bottom: 2px solid rgba(63,159,254,1); + background: url(../images/services_titico7_active.png) no-repeat center 0; +} +.services-user-wrap li:nth-of-type(2) { + padding-top: 114px; + background: url(../images/services_titico8.png) no-repeat center 0; + margin-right: 72px; +} +.services-user-wrap li:nth-of-type(2).active { + color: #3F9FFE; + padding-bottom: 22px; + border-bottom: 2px solid rgba(63,159,254,1); + background: url(../images/services_titico8_active.png) no-repeat center 0; +} +.services-user-wrap li:nth-of-type(3) { + padding-top: 114px; + background: url(../images/services_titico9.png) no-repeat center 0; +} +.services-user-wrap li:nth-of-type(3).active { + color: #3F9FFE; + padding-bottom: 22px; + border-bottom: 2px solid rgba(63,159,254,1); + background: url(../images/services_titico9_active.png) no-repeat center 0; +} \ No newline at end of file diff --git a/images/services_titico1.png b/images/services_titico1.png new file mode 100755 index 0000000..5c27616 Binary files /dev/null and b/images/services_titico1.png differ diff --git a/images/services_titico2_active.png b/images/services_titico2_active.png new file mode 100644 index 0000000..27ab6e2 Binary files /dev/null and b/images/services_titico2_active.png differ diff --git a/images/services_titico3_active.png b/images/services_titico3_active.png new file mode 100755 index 0000000..cd78fc8 Binary files /dev/null and b/images/services_titico3_active.png differ diff --git a/images/services_titico4.png b/images/services_titico4.png new file mode 100755 index 0000000..51468dc Binary files /dev/null and b/images/services_titico4.png differ diff --git a/images/services_titico5_active.png b/images/services_titico5_active.png new file mode 100644 index 0000000..d44c7e2 Binary files /dev/null and b/images/services_titico5_active.png differ diff --git a/images/services_titico6_active.png b/images/services_titico6_active.png new file mode 100755 index 0000000..67ec78d Binary files /dev/null and b/images/services_titico6_active.png differ diff --git a/images/services_titico7.png b/images/services_titico7.png new file mode 100755 index 0000000..69ab058 Binary files /dev/null and b/images/services_titico7.png differ diff --git a/images/services_titico8_active.png b/images/services_titico8_active.png new file mode 100644 index 0000000..c869ae6 Binary files /dev/null and b/images/services_titico8_active.png differ diff --git a/images/services_titico9_active.png b/images/services_titico9_active.png new file mode 100755 index 0000000..777d27f Binary files /dev/null and b/images/services_titico9_active.png differ diff --git a/js/nav-footer.js b/js/nav-footer.js index d99edc4..6b5e739 100644 --- a/js/nav-footer.js +++ b/js/nav-footer.js @@ -32,7 +32,7 @@ var headerHtmls='
' + //footer HTML var footHtmls='
' + '
' + - '
' + + '
' + ' ' + '
' + - '
' + + '
' + ' ' + '
' + - '
' + + '
' + ' ' + '
' + - '
' + + '
' + ' diff --git a/style.css b/style.css index 15beefb..1152ad7 100755 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ body{ background:#F6F6F6; margin:0; padding:0; - min-width: 1200px !important; + width: 100%; height: 100%; } -- libgit2 0.21.4