change Core IC datasheet and add some product weight imformation cn

This commit is contained in:
shaoxiang
2019-07-24 19:15:44 +08:00
parent 257575cb1d
commit 0e65d6b993
108 changed files with 580 additions and 321 deletions
+15 -3
View File
@@ -30,12 +30,14 @@ body[data-page="index.md"] article.markdown-section .item {
display: inline-block;
position:relative;
cursor: pointer;
translate: box-shadow 0.3s;
transition: box-shadow 0.3s;
text-decoration:none;
}
body[data-page="index.md"] article.markdown-section p.item-title {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
/* zh_CN */
@@ -51,10 +53,20 @@ body[data-page="zh_CN/README.md"] article.markdown-section .item {
margin-bottom: 10px;
display: inline-block;
position:relative;
translate: box-shadow 0.3s;
transition: box-shadow 0.3s;
/* box-shadow: 5px 5px 5px #888888; */
}
.item a{
color: black;
text-decoration: none;
}
.item a:hover{
text-decoration: none;
}
body[data-page="zh_CN/README.md"] article.markdown-section p.item-title {
text-align: center;
margin-top: 10px;