fix(torrents): torrent top recommend bar css

This commit is contained in:
OldHawk
2018-04-30 20:44:04 +08:00
parent 135ef97ef8
commit 742eb8a06c

View File

@@ -376,7 +376,7 @@ body {
&::before {
position: absolute;
top: 0;
right: -24px;
right: -22px;
display: block;
width: 0;
height: 100%;
@@ -385,7 +385,7 @@ body {
border-color: @mt-base-color;
border-color: rgba(255, 102, 0, 1);
border-style: solid solid solid;
border-width: 12px;
border-width: 11px;
border-right-color: transparent;
}
}
@@ -541,7 +541,7 @@ body {
position: absolute;
top: 40px;
left: 10px;
padding: 1px 0 3px 5px;
padding: 1px 0 2px 5px;
color: #fff;
background-color: @mt-base-color;
background-color: rgba(255, 102, 0, 0.8);
@@ -551,7 +551,7 @@ body {
&::before {
position: absolute;
top: 0;
right: -24px;
right: -22px;
display: block;
width: 0;
height: 100%;
@@ -560,7 +560,7 @@ body {
border-color: @mt-base-color;
border-color: rgba(255, 102, 0, 0.8);
border-style: solid solid solid;
border-width: 12px;
border-width: 11px;
border-right-color: transparent;
}
}