Authored by 郭成尧

'修复样式丢失BUG'

... ... @@ -40,6 +40,14 @@
margin-bottom: 15px;
}
}
.icon-onlineservice{
display: inline-block;
width: 16px;
height: 16px;
margin-left: 10px;
background: resolve(home/onlineservice.png) no-repeat;
vertical-align: text-bottom;
}
}
h2 {
height: 21px;
... ... @@ -91,6 +99,39 @@
color: #999;
}
}
.special-tip{
position:relative;
span {
color: #3a3a3a;
}
.doubt{
display: inline-block;
margin-left: 5px;
width: 14px;
height: 14px;
background:resolve(home/return-doubt.png) no-repeat;
vertical-align: text-bottom;
}
.special-content{
display:none;
position: absolute;
top:0;
width: 280px;
padding: 10px 15px;
border: 1px solid #3a3a3a;
background: #fff;
color: #3a3a3a;
word-break: break-word;
i.arrow{
position: absolute;
top: 5px;
left: -7px;
width: 7px;
height: 12px;
background: resolve(home/return-arrow.png) no-repeat;
}
}
}
.exchange-choose-wrap {
width: 185px;
border: 1px solid #e6e6e6;
... ...
... ... @@ -30,6 +30,22 @@
background: resolve(/home/detail-act.png) no-repeat top center
}
}
.cancel-return{
height: 26px;
margin: 0 10px;
padding-top: 10px;
padding-left: 10px;
line-height: 26px;
border-top: 1px solid #e0e0e0;
a{
display: inline-block;
padding: 0 10px;
margin-left: 15px;
color: #fff;
background: #3a3a3a;
text-align: center;
}
}
.detail-container {
padding: 10px;
... ...
... ... @@ -60,4 +60,64 @@
}
}
}
\ No newline at end of file
}
.cancel-dialog{
width: 350px;
background: #fff;
padding: 20px 30px 35px 30px;
.message-title{
margin-top: 40px;
margin-bottom: 27px;
font-size: 24px;
font-weight: 700;
}
.message-summary{
width: 250px;
margin: 0 auto 22px;
font-size: 14px;
word-wrap: break-word;
line-height: 20px;
color: #444;
}
.btns {
padding: 15px 30px 0;
text-align: center;
.btn {
height: 35px;
font-size: 15px;
line-height: 35px;
}
.cancel-sure {
width: 130px;
color: #fff;
background: #000;
border: none;
}
.cancel-no {
margin-left: 30px;
background: #fff;
color: #000;
border-color: #000;
width: 126px;
}
}
.close{
top: 15px;
right: 15px;
.iconfont{
font-size: 30px;
}
}
.icon-warn{
display: inline-block;
margin-right: 10px;
background: resolve(/home/icon-warn.png) no-repeat;
width: 30px;
height: 30px;
vertical-align: -6px;
}
}
... ...