|
|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
*/
|
|
|
-.com-del-box{
|
|
|
+.com-mall-del-box{
|
|
|
position: fixed;
|
|
|
z-index: 10;
|
|
|
height: 152px;
|
|
|
@@ -26,14 +26,14 @@
|
|
|
top: 55%;
|
|
|
left: 50%;
|
|
|
}
|
|
|
-.com-del-box .title{
|
|
|
+.com-mall-del-box .title{
|
|
|
height: 30px;
|
|
|
background-color: #5078cb;
|
|
|
text-align: right;
|
|
|
padding-right: 15px;
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
-.com-del-box .title i{
|
|
|
+.com-mall-del-box .title i{
|
|
|
background: url(../img/icon/close.png) no-repeat;
|
|
|
display: inline-block;
|
|
|
width: 9px;
|
|
|
@@ -41,27 +41,27 @@
|
|
|
cursor: pointer;
|
|
|
margin: 0;
|
|
|
}
|
|
|
-.com-del-box .content{
|
|
|
+.com-mall-del-box .content{
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
-.com-del-box .content p{
|
|
|
+.com-mall-del-box .content p{
|
|
|
line-height: 50px;
|
|
|
font-size: 14px;
|
|
|
padding-top: 10px;
|
|
|
}
|
|
|
-.com-del-box .content p i{
|
|
|
+.com-mall-del-box .content p i{
|
|
|
color: #5078cb;
|
|
|
font-size: 16px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
-.com-del-box .content div{
|
|
|
+.com-mall-del-box .content div{
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
-.com-del-box .content div a{
|
|
|
+.com-mall-del-box .content div a{
|
|
|
width: 55px;
|
|
|
height: 26px;
|
|
|
line-height: 26px;
|
|
|
@@ -70,16 +70,16 @@
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-.com-del-box .content div a:first-child{
|
|
|
+.com-mall-del-box .content div a:first-child{
|
|
|
background: #b4b5b9;
|
|
|
color: #333;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
-.com-del-box .content div a:last-child{
|
|
|
+.com-mall-del-box .content div a:last-child{
|
|
|
background: #5078cb;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-.com-del-box .content div a:hover{
|
|
|
+.com-mall-del-box .content div a:hover{
|
|
|
background: #3f7ae3;
|
|
|
color: #fff;
|
|
|
}
|