liuyg
2022-03-08 8e43744f4be885d994b35bb5f4473711b0615cb9
static/style/app.scss
@@ -106,4 +106,22 @@
         .u-border-top:after,
         .u-border:after {
            border: 0px solid transparent !important;
         }}
         }}
.people {
      width: 100%;
      height: auto;
      // border: 1px solid red;
.u-card.u-border.u-card--border{
   border: 1px solid rgba($color: #103289, $alpha: .5);
}
      .u-card{
         margin: 0px 0 10px !important;
      }
      .u-card__head.u-border-bottom,.u-card__body,.u-card__foot.u-border-top{
         padding-top: 10px !important;
         padding-bottom: 10px !important;
      }
   }