...
|
...
|
@@ -5,11 +5,14 @@ $red: #d0021b; |
|
|
$gray: #b0b0b0;
|
|
|
$border: #e0e0e0;
|
|
|
|
|
|
.head_margin {
|
|
|
height: 30px;
|
|
|
width: 100%;
|
|
|
border-bottom: 1px solid $border;
|
|
|
}
|
|
|
.liverec {
|
|
|
margin-top: 30px;
|
|
|
height: 423px;
|
|
|
width: 640px;
|
|
|
border-top: 1px solid $border;
|
|
|
|
|
|
&_child {
|
|
|
position: relative;
|
...
|
...
|
@@ -85,14 +88,14 @@ $border: #e0e0e0; |
|
|
}
|
|
|
|
|
|
.name-tag {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
position: relative;
|
|
|
top: -2px;
|
|
|
display: inline-block;
|
|
|
height: 26px;
|
|
|
width: 86px;
|
|
|
font-size: 17.9px;
|
|
|
background: $black;
|
|
|
margin-left: 10px;
|
|
|
margin-left: 5px;
|
|
|
border-radius: 20px;
|
|
|
color: $white;
|
|
|
text-align: center;
|
...
|
...
|
|