Browse Source

优化

master
陈裕财 3 years ago
parent
commit
3f97dd91f6
  1. 23
      src/views/xm/rpt/reportIndex.vue

23
src/views/xm/rpt/reportIndex.vue

@ -345,15 +345,16 @@
} }
.nav { .nav {
overflow: auto;
padding:0px 10px 0 20px;
overflow: auto;
display:flex; display:flex;
align-items:center; align-items:center;
justify-content: space-between; justify-content: space-between;
flex-wrap:wrap; flex-wrap:wrap;
padding-right: 5px;
.nav_item { .nav_item {
display: flex;
height: 138px;
height: 100px;
padding:2px;
display: flex;
flex-direction: row; flex-direction: row;
border: 2px solid #EDF0F9; border: 2px solid #EDF0F9;
box-shadow: 0px 3px 4px 0px rgba(186, 184, 184, 0.1); box-shadow: 0px 3px 4px 0px rgba(186, 184, 184, 0.1);
@ -365,12 +366,12 @@
width:100%; width:100%;
img { img {
object-fit:cover; object-fit:cover;
width: 94px;
height: 94px;
margin: 0 18px;
max-width: 25%;
max-height: 80%;
padding: 2px;
} }
p { p {
font-size: 20px;
font-size: 18px;
font-weight: bold; font-weight: bold;
color: #7D7D7D; color: #7D7D7D;
margin-bottom: 10px; margin-bottom: 10px;
@ -378,13 +379,13 @@
span { span {
font-size: 14px; font-size: 14px;
color: #7D7D7D; color: #7D7D7D;
line-height: 26px;
line-height: 16px;
} }
i { i {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 20px;
font-size: 36px;
right: 10px;
font-size: 30px;
color: #90B1F4; color: #90B1F4;
} }
} }

Loading…
Cancel
Save