|
@@ -81,21 +81,24 @@ export default {
|
|
|
height: 100%;
|
|
|
border-radius: 4px;
|
|
|
background-size: cover !important;
|
|
|
- padding: 15px 0 15px 13px;
|
|
|
+ padding: 15px 0 15px 15px;
|
|
|
line-height: 25px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
position: relative;
|
|
|
.name,
|
|
|
.number {
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
flex: 1;
|
|
|
}
|
|
|
- .number > i {
|
|
|
- font-size: 12px;
|
|
|
- color: #666;
|
|
|
+ .number {
|
|
|
+ font-size: 20px;
|
|
|
+ i {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #666;
|
|
|
+ }
|
|
|
}
|
|
|
.type {
|
|
|
font-size: 13px;
|
|
@@ -143,6 +146,7 @@ export default {
|
|
|
.type-4 {
|
|
|
display: flex;
|
|
|
padding: 0;
|
|
|
+ font-size: 14px;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
background: url('../../assets/images/more.png');
|