Authored by zhangxiaoru

冲突

... ... @@ -45,7 +45,6 @@
.thumb {
width: 164px;
/*height: 228px;*/
position: absolute;
top: -60px;
border: 1px solid #e6e6e6;
... ... @@ -112,7 +111,6 @@
padding-left: 80px;
font-size: 28px;
overflow: hidden;
/*margin-top: 30px;*/
input.disabled {
border-radius: 0;
... ... @@ -135,6 +133,9 @@
color: #b0b0b0;
overflow: hidden;
white-space: nowrap;
color: #b0b0b0;
overflow: hidden;
white-space: nowrap;
}
span.disabled {
... ... @@ -237,19 +238,19 @@
}
}
.discount-gray {
background-color: #e0e0e0;
}
.hover {
position: fixed;
width: 100%;
background-color: black;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
border: 0px;
top: 0;
left: 0;
right: 0;
border: 0;
z-index: 999;
}
.discount-gray {
background-color: #e0e0e0;
}
}
... ...