Skip to content
more-app.scss 707 B
Newer Older
wangqinghua's avatar
wangqinghua committed
page-more-app {
  .item2-2,.item3-2,.item4-2,.item5-2{
    background-color: #ffffff;
    //box-shadow:0px 5px 5px #b5cef7;
    padding-bottom: 8px;
  }

  .item2-2,.item3-2{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    // align-items: center;
    align-content: space-between;
    justify-content: left;
    box-sizing: border-box;
  }
  .card3-item{
    margin: 3px 0;
  }
  .card{
    height: 100%;
    width: 20%;
    display: inline-flex;
    flex-direction: column;
    // flex-direction: center;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin:2.5%;
    position: relative;
  }
  .card img:first-child{
    width: 50%;
  }
}