Browse Source

case show card

master
maochaoying 2 years ago
parent
commit
16be368e89
  1. 11
      src/components/CaseShow.vue

11
src/components/CaseShow.vue

@ -68,18 +68,19 @@ import HeadLine from 'cpns/HeadLine'
position: relative; position: relative;
.bottom_text { .bottom_text {
position: absolute; position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 17px;
left: -50%;
bottom: -10%;
height: 34px;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-evenly; justify-content: space-evenly;
font-size: 8px;
font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
width: 200%;
transform: scale(0.5);
} }
} }
} }

Loading…
Cancel
Save