|
@@ -12,12 +12,11 @@ $border: #e0e0e0; |
|
@@ -12,12 +12,11 @@ $border: #e0e0e0; |
12
|
}
|
12
|
}
|
13
|
|
13
|
|
14
|
.liverec {
|
14
|
.liverec {
|
15
|
- height: 423px;
|
|
|
16
|
width: 640px;
|
15
|
width: 640px;
|
|
|
16
|
+ overflow: hidden;
|
17
|
|
17
|
|
18
|
&_child {
|
18
|
&_child {
|
19
|
position: relative;
|
19
|
position: relative;
|
20
|
- height: 100%;
|
|
|
21
|
width: 50%;
|
20
|
width: 50%;
|
22
|
float: left;
|
21
|
float: left;
|
23
|
border-right: 1px solid $border;
|
22
|
border-right: 1px solid $border;
|
|
@@ -69,7 +68,6 @@ $border: #e0e0e0; |
|
@@ -69,7 +68,6 @@ $border: #e0e0e0; |
69
|
}
|
68
|
}
|
70
|
|
69
|
|
71
|
.liverec_info {
|
70
|
.liverec_info {
|
72
|
- height: 100px;
|
|
|
73
|
padding: 20px 10px 20px 30px;
|
71
|
padding: 20px 10px 20px 30px;
|
74
|
}
|
72
|
}
|
75
|
|
73
|
|
|
@@ -94,23 +92,27 @@ $border: #e0e0e0; |
|
@@ -94,23 +92,27 @@ $border: #e0e0e0; |
94
|
|
92
|
|
95
|
.name-name {
|
93
|
.name-name {
|
96
|
display: inline-block;
|
94
|
display: inline-block;
|
97
|
- height: 26px;
|
|
|
98
|
- max-width: 85px;
|
95
|
+ max-width: 105px;
|
|
|
96
|
+ text-overflow: ellipsis;
|
99
|
overflow: hidden;
|
97
|
overflow: hidden;
|
|
|
98
|
+ white-space: nowrap;
|
100
|
}
|
99
|
}
|
101
|
|
100
|
|
102
|
.name-tag {
|
101
|
.name-tag {
|
103
|
display: inline-block;
|
102
|
display: inline-block;
|
|
|
103
|
+ float: right;
|
104
|
font-size: 18px;
|
104
|
font-size: 18px;
|
105
|
height: 26px;
|
105
|
height: 26px;
|
|
|
106
|
+ max-width: 100%;
|
106
|
line-height: 26px;
|
107
|
line-height: 26px;
|
107
|
padding: 0 8px;
|
108
|
padding: 0 8px;
|
108
|
- max-width: 90px;
|
|
|
109
|
text-align: center;
|
109
|
text-align: center;
|
110
|
background: $black;
|
110
|
background: $black;
|
111
|
border-radius: 20px;
|
111
|
border-radius: 20px;
|
112
|
color: $white;
|
112
|
color: $white;
|
113
|
vertical-align: top;
|
113
|
vertical-align: top;
|
|
|
114
|
+ white-space: nowrap;
|
|
|
115
|
+ text-overflow: ellipsis;
|
114
|
}
|
116
|
}
|
115
|
}
|
117
|
}
|
116
|
|
118
|
|