...
|
...
|
@@ -3,16 +3,21 @@ $white: #fff; |
|
|
$black: #444;
|
|
|
$red: #d0021b;
|
|
|
$gray: #b0b0b0;
|
|
|
$border: #e0e0e0;
|
|
|
|
|
|
.live-rec {
|
|
|
height: 420px;
|
|
|
margin-top: 30px;
|
|
|
height: 423px;
|
|
|
width: 640px;
|
|
|
border-top: 1px solid $border;
|
|
|
|
|
|
.rec-child {
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
width: 50%;
|
|
|
float: left;
|
|
|
border-right: 1px solid $border;
|
|
|
overflow: hidden;
|
|
|
|
|
|
img {
|
|
|
height: 320px;
|
...
|
...
|
@@ -50,8 +55,10 @@ $gray: #b0b0b0; |
|
|
|
|
|
.rec-info {
|
|
|
position: relative;
|
|
|
height: 100px;
|
|
|
height: 102px;
|
|
|
width: 320px;
|
|
|
border-top: 1px solid $border;
|
|
|
border-bottom: 1px solid $border;
|
|
|
|
|
|
.rec-head {
|
|
|
position: absolute;
|
...
|
...
|
@@ -116,8 +123,10 @@ $gray: #b0b0b0; |
|
|
|
|
|
header {
|
|
|
position: relative;
|
|
|
height: 100px;
|
|
|
height: 102px;
|
|
|
width: 640px;
|
|
|
border-top: 1px solid $border;
|
|
|
border-bottom: 1px solid $border;
|
|
|
|
|
|
.main-head {
|
|
|
position: absolute;
|
...
|
...
|
@@ -188,7 +197,7 @@ $gray: #b0b0b0; |
|
|
bottom: 75px;
|
|
|
left: 30px;
|
|
|
font-size: 28px;
|
|
|
color: $gray;
|
|
|
color: $white;
|
|
|
display: -webkit-box;
|
|
|
overflow: hidden;
|
|
|
word-break: break-all;
|
...
|
...
|
|