|
@@ -53,25 +53,26 @@
|
|
|
.medicine {
|
|
|
border-bottom: 1px solid @grayColor;
|
|
|
position: relative;
|
|
|
- cursor: pointer;
|
|
|
- a {
|
|
|
- display: none;
|
|
|
- width: 28px;
|
|
|
- height: 28px;
|
|
|
- position: absolute;
|
|
|
- top: -20px;
|
|
|
- left: 50%;
|
|
|
- margin-left: -14px;
|
|
|
- background: url("../images/tmp1.png") center center no-repeat;
|
|
|
- }
|
|
|
- a:hover {
|
|
|
- background: url("../images/tmp2.png") center center no-repeat;
|
|
|
- }
|
|
|
+ // a {
|
|
|
+ // display: none;
|
|
|
+ // width: 28px;
|
|
|
+ // height: 28px;
|
|
|
+ // position: absolute;
|
|
|
+ // top: -20px;
|
|
|
+ // left: 50%;
|
|
|
+ // margin-left: -14px;
|
|
|
+ // background: url("../images/tmp1.png") center center no-repeat;
|
|
|
+ // }
|
|
|
+ // a:hover {
|
|
|
+ // background: url("../images/tmp2.png") center center no-repeat;
|
|
|
+ // }
|
|
|
}
|
|
|
.medicine:hover {
|
|
|
color: @colorBlue;
|
|
|
a {
|
|
|
display: inline-block;
|
|
|
+ right: -20px;
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
|
}
|
|
|
.medicineDis {
|