|
@@ -628,22 +628,46 @@ padding: 0px 10px;
|
|
.dwtl p{
|
|
.dwtl p{
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
color: #fff;
|
|
- line-height: 24px;
|
|
|
|
- height: 24px;
|
|
|
|
|
|
+ line-height: 25px;
|
|
|
|
+ height: 25px;
|
|
}
|
|
}
|
|
.dwtl span{
|
|
.dwtl span{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 15px;
|
|
|
|
- height: 15px;
|
|
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
float: left;
|
|
float: left;
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
|
|
+ position: relative;
|
|
|
|
+ border-radius: 3px;
|
|
}
|
|
}
|
|
.dwtl span.jdlm{
|
|
.dwtl span.jdlm{
|
|
- /* background: linear-gradient(to right, #6c4ddf, #4d027c); */
|
|
|
|
|
|
+ background: linear-gradient(to right, #6c4ddf, #4d027c);
|
|
|
|
+}
|
|
|
|
+.dwtl span.jdlm::after{
|
|
|
|
+ content: " ";
|
|
|
|
+ display: block;
|
|
|
|
+ height: 12px;
|
|
|
|
+ width: 12px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ /* pointer-events: all; */
|
|
|
|
+ top: 4px;
|
|
|
|
+ left: 4px;
|
|
background: url(sprh_15.png) no-repeat center;
|
|
background: url(sprh_15.png) no-repeat center;
|
|
|
|
+ background-size: 100%;
|
|
}
|
|
}
|
|
.dwtl span.xqnb{
|
|
.dwtl span.xqnb{
|
|
- /* background: linear-gradient(to right, #b7f01c, #378300); */
|
|
|
|
|
|
+ background: linear-gradient(to right, #b7f01c, #378300);
|
|
|
|
+}
|
|
|
|
+.dwtl span.xqnb::after{
|
|
|
|
+ content: " ";
|
|
|
|
+ display: block;
|
|
|
|
+ height: 12px;
|
|
|
|
+ width: 12px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ /* pointer-events: all; */
|
|
|
|
+ top: 4px;
|
|
|
|
+ left: 4px;
|
|
background: url(sprh_16.png) no-repeat center;
|
|
background: url(sprh_16.png) no-repeat center;
|
|
|
|
+ background-size: 100%;
|
|
}
|
|
}
|