|
@@ -279,42 +279,52 @@
|
|
|
background-color: #f0f7ff;
|
|
|
color: #2168FB;
|
|
|
}
|
|
|
-.price-con .price-common .badge{
|
|
|
+
|
|
|
+.price-con .price-common .badge {
|
|
|
background-color: #ff7429;
|
|
|
border-radius: 25px;
|
|
|
}
|
|
|
-.tool-classs .con ul li{
|
|
|
+
|
|
|
+.tool-classs .con ul li {
|
|
|
width: 360px;
|
|
|
height: 318px;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
-.tool-classs .con ul li .t-con{
|
|
|
+
|
|
|
+.tool-classs .con ul li .t-con {
|
|
|
border: none;
|
|
|
}
|
|
|
-.tool-classs .con{
|
|
|
+
|
|
|
+.tool-classs .con {
|
|
|
box-shadow: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
-.tool-classs .con ul li:nth-of-type(n+4){
|
|
|
+
|
|
|
+.tool-classs .con ul li:nth-of-type(n+4) {
|
|
|
margin-top: 20px;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
-.tool-classs .con ul li:nth-of-type(3){
|
|
|
+
|
|
|
+.tool-classs .con ul li:nth-of-type(3) {
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
-.tool-classs .con ul li:nth-of-type(1){
|
|
|
+
|
|
|
+.tool-classs .con ul li:nth-of-type(1) {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
-.tool-classs .con ul li .tit{
|
|
|
+
|
|
|
+.tool-classs .con ul li .tit {
|
|
|
color: #151515;
|
|
|
font-size: 20px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
-.tool-classs .con ul li p{
|
|
|
+
|
|
|
+.tool-classs .con ul li p {
|
|
|
font-size: 15px;
|
|
|
color: #8F959F;
|
|
|
}
|
|
|
-.tool-classs .con ul li .ms-btn{
|
|
|
+
|
|
|
+.tool-classs .con ul li .ms-btn {
|
|
|
border: 1px solid #2168fb;
|
|
|
border-radius: 5px;
|
|
|
height: 36px;
|
|
@@ -324,4 +334,4 @@
|
|
|
color: #2168FB;
|
|
|
padding: 7px 30px;
|
|
|
width: auto;
|
|
|
-}
|
|
|
+}
|