index.wxss 997 Bytes
 .mine {
   position: absolute;
   width: 100vw;
   min-height: 40vh;
   background-size: 100% 100%;
   padding: 140px 5vw 0;
   box-sizing: border-box;
 } 
 .title {
   display: flex;
 }
 .pic {
   width: 60px;
   height: 60px;
   border-radius: 60px;
 }
 .title_box {
   margin-left: 20px;
   display: flex;
   align-content: space-between;
   flex-wrap: wrap;
   padding: 4px 0;
   box-sizing: border-box;
 }
 .title_name {
   font-size: 18px;
   font-weight: bold;
 }
 .grey_title {
   width: 100%;
   font-size: 14px;
   color: #999;
 }
 .flex_card {
   display: flex;
   justify-content: space-between;
   padding: 20px 50px;
   box-sizing: border-box;
   box-shadow: 1px 1px 1px 1px rgb(224, 224, 224);
   margin: 40px 0;
   background-color: #fff;
   border-radius: 20px;
 }
 .card_item {
   text-align: center;
 }
 .card_pic {
  width: 30px;
  height: 30px;
}
.item_font {
  margin-top: 10px;
  color:#5A6694
 }
 .grey_line {
   width: 1px ;
   height: 60px;
   background-color: #999;
 }