...
|
...
|
@@ -114,10 +114,11 @@ |
|
|
|
|
|
.fraud-prompt {
|
|
|
height: 62px;
|
|
|
line-height: 62px;
|
|
|
line-height: 63px;
|
|
|
background-color: #ff7579;
|
|
|
color: #fff;
|
|
|
overflow: hidden;
|
|
|
background-size: 20% 60%;
|
|
|
}
|
|
|
|
|
|
.fraud-tip {
|
...
|
...
|
@@ -125,11 +126,14 @@ |
|
|
}
|
|
|
|
|
|
.tip {
|
|
|
margin: 19px 10px 0 0;
|
|
|
margin-right: 10px;
|
|
|
width: 20px;
|
|
|
height: 24px;
|
|
|
background: resolve("cart/person-tip.png") no-repeat;
|
|
|
height: 62px;
|
|
|
background: resolve("cart/person-tip.png") no-repeat center;
|
|
|
float: left;
|
|
|
background-size: 100% 100%;
|
|
|
background-size: 100% 39%;
|
|
|
line-height: 24px;
|
|
|
display: inline-block;
|
|
|
background-position: center;
|
|
|
}
|
|
|
} |
...
|
...
|
|