ysy
hace 1 año
|
@@ -217,20 +217,23 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
|
|
|
+ background: #e6f7ff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.content_ll {
|
|
.content_ll {
|
|
|
width: 23%;
|
|
width: 23%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
.name {
|
|
.name {
|
|
|
- width: 130px;
|
|
|
|
|
color: #000;
|
|
color: #000;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|