|
@@ -414,16 +414,18 @@ ul,li {
|
|
|
z-index: 100;
|
|
|
}
|
|
|
.bargain_details .sponsor_name {
|
|
|
- position: absolute;
|
|
|
- bottom: -77px;
|
|
|
- left: 108px;
|
|
|
+ white-space: nowrap;
|
|
|
+ font-size: 24px;
|
|
|
+ color: #000000;
|
|
|
+ position: relative;
|
|
|
+ top: -50px;
|
|
|
}
|
|
|
.bargain_details .title {
|
|
|
+ padding-top: 117px;
|
|
|
position: relative;
|
|
|
color: #999999;
|
|
|
font-size: 34px;
|
|
|
text-align: center;
|
|
|
- padding-top: 117px;
|
|
|
background:rgba(255,255,255,0.8);
|
|
|
border-top-left-radius: 30px;
|
|
|
border-top-right-radius: 30px;
|