|
@@ -7,7 +7,7 @@
|
|
|
@include head;
|
|
|
}
|
|
|
|
|
|
- .icon_order {
|
|
|
+ .icon-order {
|
|
|
position: absolute;
|
|
|
font-size: 12px;
|
|
|
right: 10px;
|
|
@@ -52,6 +52,20 @@
|
|
|
padding: 8px 10px 8px 20px;
|
|
|
&:hover {
|
|
|
background: #f3f3f3;
|
|
|
+ .col1 span {
|
|
|
+ color: $main-active-color;
|
|
|
+ }
|
|
|
+ .col2 {
|
|
|
+ .enter-serve {
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #fff;
|
|
|
+ background: $main-active-color;
|
|
|
+ }
|
|
|
+ .choice-serve {
|
|
|
+ color: $main-active-color;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
.img {
|
|
@@ -73,9 +87,7 @@
|
|
|
}
|
|
|
span {
|
|
|
color: #999;
|
|
|
- &:hover {
|
|
|
- color: $main-active-color;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
.col2 {
|
|
@@ -93,11 +105,7 @@
|
|
|
font-size: 12px;
|
|
|
background: #fff;
|
|
|
cursor: pointer;
|
|
|
- &:hover {
|
|
|
- // border-color: $main-active-color;
|
|
|
- color: #fff;
|
|
|
- background: $main-active-color;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
.choice-serve {
|
|
|
line-height: 14px;
|
|
@@ -105,11 +113,9 @@
|
|
|
color: #b6b6b6;
|
|
|
font-size: 12px;
|
|
|
cursor: pointer;
|
|
|
- &:hover {
|
|
|
- color: $main-active-color;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
- .icon_serve {
|
|
|
+ .icon-serve {
|
|
|
width: 12px;
|
|
|
height: 11px;
|
|
|
display: inline-block;
|