@@ -101,6 +101,9 @@ export default { | |||||
.column { | .column { | ||||
overflow: hidden; | overflow: hidden; | ||||
font-size: 14px; | font-size: 14px; | ||||
li{ | |||||
cursor: pointer; | |||||
} | |||||
.default { | .default { | ||||
background: linear-gradient(#ffffff, #cccccc); | background: linear-gradient(#ffffff, #cccccc); | ||||
height: 40px; | height: 40px; | ||||
@@ -147,6 +150,7 @@ export default { | |||||
overflow: hidden; | overflow: hidden; | ||||
border-bottom: rgb(232, 232, 232) 1px solid; | border-bottom: rgb(232, 232, 232) 1px solid; | ||||
margin: 5px 0; | margin: 5px 0; | ||||
cursor: pointer; | |||||
.logo { | .logo { | ||||
background-color: rosybrown; | background-color: rosybrown; | ||||
height: 40px; | height: 40px; | ||||
@@ -193,6 +193,7 @@ export default { | |||||
height: 80px; | height: 80px; | ||||
display: block; | display: block; | ||||
color: #000; | color: #000; | ||||
cursor: pointer; | |||||
.icon { | .icon { | ||||
width: 75px; | width: 75px; | ||||
height: 75px; | height: 75px; | ||||
@@ -295,7 +296,6 @@ export default { | |||||
line-height: 45px; | line-height: 45px; | ||||
text-indent: 30px; | text-indent: 30px; | ||||
float: left; | float: left; | ||||
cursor: pointer; | |||||
} | } | ||||
span { | span { | ||||
height: 45px; | height: 45px; | ||||
@@ -303,12 +303,14 @@ export default { | |||||
text-indent: 30px; | text-indent: 30px; | ||||
float: right; | float: right; | ||||
margin-right: 20px; | margin-right: 20px; | ||||
cursor: pointer; | |||||
} | } | ||||
} | } | ||||
.journalismBox { | .journalismBox { | ||||
overflow: hidden; | overflow: hidden; | ||||
border-bottom: rgb(232, 232, 232) 1px solid; | border-bottom: rgb(232, 232, 232) 1px solid; | ||||
margin: 5px 0; | margin: 5px 0; | ||||
cursor: pointer; | |||||
.logo { | .logo { | ||||
background-color: rosybrown; | background-color: rosybrown; | ||||
height: 110px; | height: 110px; | ||||
@@ -79,6 +79,7 @@ export default { | |||||
.detailBox { | .detailBox { | ||||
margin-top: 30px; | margin-top: 30px; | ||||
margin-left: 20px; | margin-left: 20px; | ||||
cursor: pointer; | |||||
h3 { | h3 { | ||||
font-size: 14px; | font-size: 14px; | ||||
padding-bottom: 4px; | padding-bottom: 4px; | ||||