|
@@ -202,6 +202,16 @@
|
|
|
cursor: pointer;
|
|
|
margin-bottom: 10px;
|
|
|
&:hover{
|
|
|
+ &:after{
|
|
|
+ // content: "";
|
|
|
+ // display: inline-block;
|
|
|
+ // width: 8px;
|
|
|
+ // height: 32px;
|
|
|
+ // background: url("../images/ar.png") no-repeat;
|
|
|
+ // position: absolute;
|
|
|
+ // left: 56px;
|
|
|
+ // top: 4px;
|
|
|
+ }
|
|
|
ul{
|
|
|
display: block;
|
|
|
}
|
|
@@ -216,14 +226,16 @@
|
|
|
box-shadow:1px 2px 20px -3px #000512;
|
|
|
margin-left: 3px;
|
|
|
z-index: 9;
|
|
|
+ height: calc(100% - 80px);
|
|
|
+ top: 60px;
|
|
|
&:before{
|
|
|
- content: "";
|
|
|
- display: inline-block;
|
|
|
- width: 8px;
|
|
|
- height: 32px;
|
|
|
- background: url("../images/ar.png") no-repeat;
|
|
|
- position: absolute;
|
|
|
- left: -8px;
|
|
|
+ // content: "";
|
|
|
+ // display: inline-block;
|
|
|
+ // width: 8px;
|
|
|
+ // height: 32px;
|
|
|
+ // background: url("../images/ar.png") no-repeat;
|
|
|
+ // position: absolute;
|
|
|
+ // left: -8px;
|
|
|
}
|
|
|
li{
|
|
|
height: 40px;
|