lex
2 years ago
|
@@ -170,8 +170,8 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
img {
|
|
img {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 20px;
|
|
|
|
- height: 20px;
|
|
|
|
|
|
+ width: 14px;
|
|
|
|
+ height: 14px;
|
|
margin-right: 6px;
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
.right {
|
|
.right {
|
|
@@ -79,22 +79,6 @@
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.info {
|
|
|
|
- margin-left: 14px;
|
|
|
|
- flex: 1;
|
|
|
|
- margin-right: 14px;
|
|
|
|
- word-break: break-all;
|
|
|
|
- > h4 {
|
|
|
|
- color: #1a1a1a;
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-weight: 600;
|
|
|
|
- width: 300px;
|
|
|
|
- }
|
|
|
|
- > p {
|
|
|
|
- color: #999;
|
|
|
|
- line-height: 17px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
.moreSection {
|
|
.moreSection {
|
|
margin-left: 6px;
|
|
margin-left: 6px;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -120,6 +104,25 @@
|
|
padding: 2px 4px 0;
|
|
padding: 2px 4px 0;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .info {
|
|
|
|
+ margin-left: 14px;
|
|
|
|
+ flex: 1;
|
|
|
|
+ margin-right: 14px;
|
|
|
|
+ word-break: break-all;
|
|
|
|
+ > h4 {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #1a1a1a;
|
|
|
|
+ width: 200px;
|
|
|
|
+ padding-bottom: 3px;
|
|
|
|
+ }
|
|
|
|
+ > p {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #999;
|
|
|
|
+ line-height: 17px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.shareIcon {
|
|
.shareIcon {
|