mirror of https://github.com/helloxz/onenav.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
1.9 KiB
93 lines
1.9 KiB
.box2 { |
|
height: 86px; |
|
cursor: pointer; |
|
border-radius: 4px; |
|
padding: 0px 30px 0px 30px; |
|
background-color: #fff; |
|
border-radius: 4px; |
|
border: 1px solid #e4ecf3; |
|
margin: 20px 0 0 0; |
|
-webkit-transition: all 0.3s ease; |
|
-moz-transition: all 0.3s ease; |
|
-o-transition: all 0.3s ease; |
|
transition: all 0.3s ease; |
|
} |
|
|
|
.box2:hover { |
|
transform: translateY(-6px); |
|
-webkit-transform: translateY(-6px); |
|
-moz-transform: translateY(-6px); |
|
box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3); |
|
-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3); |
|
-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3); |
|
-webkit-transition: all 0.3s ease; |
|
-moz-transition: all 0.3s ease; |
|
-o-transition: all 0.3s ease; |
|
transition: all 0.3s ease; |
|
} |
|
|
|
.xe-comment-entry img { |
|
float: left; |
|
display: block; |
|
margin-right: 6px; |
|
} |
|
.xe-comment { |
|
transform: translateY(-50%); |
|
position: absolute; |
|
/*margin-left: 50px;*/ |
|
margin-left: 1em; |
|
top: 50%; |
|
} |
|
.xe-comment p { |
|
margin-bottom: 0px; |
|
margin-right: 15px; |
|
} |
|
.overflowClip_1 { |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
display: -webkit-box; |
|
-webkit-line-clamp: 1; |
|
-webkit-box-orient: vertical; |
|
} |
|
.overflowClip_2 { |
|
padding-left:1px; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
display: -webkit-box; |
|
-webkit-line-clamp: 2; |
|
-webkit-box-orient: vertical; |
|
} |
|
|
|
|
|
.submit-tag{ |
|
margin-top: 50px; |
|
|
|
} |
|
|
|
.img-circle { |
|
padding: 7px 0; |
|
} |
|
|
|
.subscript{ |
|
z-index:1; |
|
color: #fff; |
|
height: 20px; |
|
width: 20px; |
|
position: absolute; |
|
right: 0px; |
|
text-align: center; |
|
line-height: 30px; |
|
font-family: "黑体"; |
|
background-color: #FF5722; |
|
-moz-transform:rotate(45deg); |
|
-webkit-transform:rotate(45deg); |
|
-o-transform:rotate(45deg); |
|
-ms-transform:rotate(45deg); |
|
transform:rotate(45deg); |
|
margin-top:-16px; |
|
font-size:0.7em; |
|
} |
|
|
|
.property{ |
|
border-bottom:1px solid #FF5722; |
|
} |