|
|
@ -213,4 +213,19 @@ margin-bottom: 30px;}
|
|
|
|
text-shadow: 0 0 2px #333;
|
|
|
|
text-shadow: 0 0 2px #333;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tiplist {
|
|
|
|
|
|
|
|
border-top: 1px solid #c9c9c9;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tiplist li.active {
|
|
|
|
|
|
|
|
color: #a31022;
|
|
|
|
|
|
|
|
background: url(/image/layout/tip-list-active-bg.png) center right no-repeat;
|
|
|
|
|
|
|
|
background-size: 12px 12px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tiplist li {
|
|
|
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
border-bottom: 1px solid #c9c9c9;
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
|
|
|
}
|