...
|
...
|
@@ -57,28 +57,28 @@ $border: #e0e0e0; |
|
|
line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
&_info {
|
|
|
/*&_info {
|
|
|
position: relative;
|
|
|
height: 102px;
|
|
|
width: 320px;
|
|
|
border-top: 1px solid $border;
|
|
|
border-bottom: 1px solid $border;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
&_head {
|
|
|
/*&_head {
|
|
|
position: absolute;
|
|
|
top: 20px;
|
|
|
left: 30px;
|
|
|
height: 60px;
|
|
|
width: 60px;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
&_pannel {
|
|
|
/*&_pannel {
|
|
|
position: absolute;
|
|
|
top: 20px;
|
|
|
left: 110px;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
&_name {
|
|
|
margin-bottom: 14px;
|
...
|
...
|
@@ -87,7 +87,7 @@ $border: #e0e0e0; |
|
|
line-height: 100%;
|
|
|
}
|
|
|
|
|
|
.name-tag {
|
|
|
/*.name-tag {
|
|
|
position: relative;
|
|
|
top: -2px;
|
|
|
display: inline-block;
|
...
|
...
|
@@ -100,7 +100,7 @@ $border: #e0e0e0; |
|
|
color: $white;
|
|
|
text-align: center;
|
|
|
line-height: 1.5;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
&_tag {
|
|
|
font-size: 20px;
|
...
|
...
|
@@ -114,6 +114,36 @@ $border: #e0e0e0; |
|
|
}
|
|
|
}
|
|
|
|
|
|
.liverec_info {
|
|
|
height: 100px;
|
|
|
padding: 20px 10px 20px 30px;
|
|
|
}
|
|
|
|
|
|
.liverec_head {
|
|
|
float: left;
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
margin-right: 20px;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
.liverec_pannel {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.liverec_name {
|
|
|
line-height: 1;
|
|
|
font-size: 26px;
|
|
|
margin-bottom: 14px;
|
|
|
|
|
|
.name-tag {
|
|
|
display: inline-block;
|
|
|
width: 100px;
|
|
|
text-align: center;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.liveliving {
|
|
|
.title {
|
|
|
width: 640px;
|
...
|
...
|
|