Commit 4d4d7592 authored by zhangderong's avatar zhangderong

鼠标滑过及换行问题

parent 33121746
...@@ -1752,7 +1752,7 @@ import {mapState} from 'vuex' ...@@ -1752,7 +1752,7 @@ import {mapState} from 'vuex'
position:relative; position:relative;
} }
.red{ .red{
background: LightGray background: LightGray!important
} }
.resumeRightContentTop{ .resumeRightContentTop{
width: 100%; width: 100%;
......
...@@ -1821,7 +1821,7 @@ export default { ...@@ -1821,7 +1821,7 @@ export default {
margin-bottom:0px; margin-bottom:0px;
} }
.red{ .red{
background: LightGray background: LightGray !important
} }
.massage{ .massage{
height:25px; height:25px;
......
...@@ -914,7 +914,7 @@ export default { ...@@ -914,7 +914,7 @@ export default {
} }
.resumeDetail-right{ .resumeDetail-right{
float: left; float: left;
width: 200px; width: 230px;
} }
.wechat{ .wechat{
float: right; float: right;
...@@ -960,7 +960,7 @@ export default { ...@@ -960,7 +960,7 @@ export default {
position: fixed; position: fixed;
/* float: left; */ /* float: left; */
top: 280px; top: 280px;
width: 180px; width: 200px;
/* border: 1px solid black; */ /* border: 1px solid black; */
margin-left: 20px margin-left: 20px
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment