|
@@ -147,11 +147,12 @@
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
margin: 5px 10px;
|
|
margin: 5px 10px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ width: 140px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
> p {
|
|
> p {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
- padding: 0 10px;
|
|
|
|
|
|
+ padding: 0 5px;
|
|
height: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -159,10 +160,11 @@
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
|
+ font-size: 12px;
|
|
}
|
|
}
|
|
.el-image {
|
|
.el-image {
|
|
- height: 100px;
|
|
|
|
- width: 100px;
|
|
|
|
|
|
+ height: 110px;
|
|
|
|
+ width: 140px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
img {
|
|
img {
|