Skip to content
key.scss 1.46 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-key {
  .item2, .item3, .item4, .item5 {
    padding:40px 10px;
  }
  .item3{
    background-color: #fff;
    -webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    -ms-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
  }
  .item2-1, .item3-1, .item4-1, .item5-1 {
    font-size: 10px;
    background-color: #ffffff;
    padding-top: 15px;

  }

  .icon2 {
    color: aqua;
    margin-left: 6px;
    font-size: 16px;
  }

  .common_applications {
    color: #666666;
    font-size: 16px;
  }

  .item2-2, .item3-2, .item4-2, .item5-2 {
    background-color: #ffffff;
    padding-bottom: 8px;
  }

  .item2-2, .item3-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: left;
    box-sizing: border-box;
  }
  .item2-2 > div, .item3-2 >div{
    width: 33%;
    margin-bottom: 10px;
    text-align: center;
wangqinghua's avatar
wangqinghua committed
    padding: 5px;
wangqinghua's avatar
wangqinghua committed
  }

  .card3-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #ffffff;
  }

  .card {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    background-color: #f2f5f7;
    color: #666666;
    padding: 15px;
    border-radius: 6px;
  }

  .card img:first-child {
    width: 60%;
  }

  .icon2-2 {
    color: #488afe;
    font-size: 40px;
  }
}