diff --git a/css/home.css b/css/home.css index fbcc18f19d33edca384cba9220a891ee8e0ce57e..299d3fadc2026503cf1c948427fb5b6890c0c32b 100644 --- a/css/home.css +++ b/css/home.css @@ -2398,19 +2398,22 @@ header.site-header .top-nav .site-links > li > a { line-height: 60px; padding: 0 20px; color: rgba(255, 255, 255, 0.7); + /*&.active,*/ } -header.site-header .top-nav .site-links > li > a.active, header.site-header .top-nav .site-links > li > a:hover { - color: #fff; + color: #0073eb; + background-color: #222222; } header.site-header .top-nav .version-switcher { position: relative; display: inline-block; + width: 100px; height: 60px; float: left; } header.site-header .top-nav .version-switcher:hover > a { color: #fff; + cursor: default; } header.site-header .top-nav .version-switcher:hover > a .fa::before { content: "\F106"; @@ -2427,10 +2430,10 @@ header.site-header .top-nav .version-switcher > a .fa::before { } header.site-header .top-nav .version-switcher ul { display: none; - top: 50px; - width: 60px; + top: 60px; + width: 100px; text-align: center; - line-height: 30px; + line-height: 50px; background: rgba(0, 0, 0, 0.85); color: #0073eb; position: absolute; @@ -2438,9 +2441,13 @@ header.site-header .top-nav .version-switcher ul { } header.site-header .top-nav .version-switcher ul > li > a { color: #ababab; + width: 99px; + height: 50px; + display: block; } header.site-header .top-nav .version-switcher ul > li > a:hover { color: #0073eb; + background-color: #222; } header.site-header .top-nav .version-switcher:hover ul { display: inline-block; diff --git a/index.cn.html b/index.cn.html index dcc21704ad20deaceeb625d7b590b29f28af4809..370b9794058424dfa66822440c2572cbe5f286e3 100644 --- a/index.cn.html +++ b/index.cn.html @@ -45,7 +45,7 @@
卷积神经网络可以识别图像中的主要对象,并输出分类结果
+卷积神经网络可以识别图像中的主要对象,并输出分类结果
@@ -116,7 +116,7 @@全面支持多核、多GPU、多机环境。轻松应对大规模数据训练需求
+全面支持多核、多GPU、多机环境。轻松应对大规模训练需求
Promoting 100+ new business products on the line
+Powers hundreds of baidu and partner products
Using Convolutional Neural Networks (CNN) for Image Recognition and Object Detection.
+Using a Convolutional Neural Network (CNN) for Image Recognition and Object Detection.
@@ -99,7 +99,7 @@Using Recurrent Neural Network (RNN) for Sentiment Analysis.
+Using a Recurrent Neural Network (RNN) for Sentiment Analysis.