This commit is contained in:
huanqing.shao
2019-12-16 21:38:59 +08:00
parent bbc54e5b84
commit aaef82e7bc
15 changed files with 943 additions and 24 deletions

View File

@ -15,14 +15,14 @@ module.exports = [
// url: 'https://www.qikqiak.com/post/promotion-51/',
// weight: 1
// },
{
name: '极客时间',
description: '精要30计让DevOps快速落地。',
strong: 'DevOps实战笔记',
action: '去看看',
url: 'https://time.geekbang.org/column/intro/100036601?code=0Totv3yN%2FohiumTclUF4ky4qRYs9Ecq6ZK4IdgNf88M%3D',
weight: 1
},
// {
// name: '极客时间',
// description: '精要30计让DevOps快速落地。',
// strong: 'DevOps实战笔记',
// action: '去看看',
// url: 'https://time.geekbang.org/column/intro/100036601?code=0Totv3yN%2FohiumTclUF4ky4qRYs9Ecq6ZK4IdgNf88M%3D',
// weight: 1
// },
{
name: '腾讯云',
description: '腾讯云双十二活动,',

View File

@ -157,9 +157,9 @@ export default {
background-color: #E65100;
box-shadow: 0 0 10px #000;
}
@media only screen and (max-width:990px){
/* @media only screen and (max-width:990px){
.box{ margin-bottom: 30px; }
}
} */
@media only screen and (max-width:479px){
.box .title{ font-size: 22px; }
}