邓洁 : 右侧鼠标经过效果
This commit is contained in:
@@ -75,19 +75,28 @@ const valueAndUnit = computed(() => params.wp.value + params.unit + "");
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: 20px 0px 14px 0px;
|
||||
padding: 5px 14px;
|
||||
margin-bottom: 30px;
|
||||
&:hover {
|
||||
background: #2E5589;
|
||||
border-radius: 6px;
|
||||
|
||||
#point {
|
||||
background: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.wind-icon{
|
||||
.wind-icon {
|
||||
height: 36px;
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
span {
|
||||
width:70px;
|
||||
width: 70px;
|
||||
height: 37px;
|
||||
font-size: 28px;
|
||||
font-family: MicrosoftYaHei;
|
||||
@@ -114,10 +123,12 @@ const valueAndUnit = computed(() => params.wp.value + params.unit + "");
|
||||
|
||||
#point {
|
||||
position: absolute;
|
||||
height: inherit;
|
||||
width: 10px;
|
||||
background: #60ddde;
|
||||
top: 0px;
|
||||
height: 20px;
|
||||
width: 3px;
|
||||
background: #92D18F;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 10px #92D18F;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user