Authored by OF1706

new style

... ... @@ -760,28 +760,28 @@
display:none;
&:after{
position: absolute;
top: 100px;
left: -16px;
top: 96px;
left: -10px;
content: '';
display: inline-block;
width: 0;
height: 0;
border-right: 16px solid #000;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 10px solid #000;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
&:before{
position: absolute;
top: 101px;
left: -14px;
top: 97px;
left: -9px;
z-index: 20;
content: '';
display: inline-block;
width: 0;
height: 0;
border-right: 14px solid #fff;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 9px solid #fff;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
}
.goods-info {
float: left;
... ... @@ -898,18 +898,19 @@
font-size: 12px;
font-weight: 300;
padding: 0;
border: none;
border: 1px solid #000;
box-sizing: border-box;
line-height: 22px;
cursor: pointer;
outline: none;
}
.button-sure {
background-color: #d0021b;
background-color: #000;
color: #fff;
margin-right: 18px;
}
.button-cancel {
background-color: #e0e0e0;
background-color: #fff;
color: #000;
}
}
... ... @@ -1028,6 +1029,7 @@
color:#ff575c;
&.tip-message-coin {
color: #000;
margin-top: 2px;
}
}
.product-price{
... ... @@ -1688,10 +1690,11 @@
&:nth-child(2) {
margin-left: 20px;
}
}
.alert-sure {
width: 150px;
&:last-child{
&.alert-sure {
width: 150px;
}
}
}
.alert-main {
... ...