Skip to content

Commit b8fd5d7

Browse files
committed
feat: add harmony css
1 parent 1b15d7e commit b8fd5d7

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.nut-resultpage {
2+
width: 100%;
3+
display: flex;
4+
flex-direction: column;
5+
align-items: center;
6+
margin: 0 auto;
7+
}
8+
.nut-resultpage-icon {
9+
display: inline-flex;
10+
margin-bottom: 12px;
11+
}
12+
.nut-resultpage-icon .nut-icon {
13+
height: 36px;
14+
width: 36px;
15+
}
16+
.nut-resultpage-title {
17+
width: 240px;
18+
margin-bottom: 12px;
19+
font-size: 18px;
20+
color: #1a1a1a;
21+
font-weight: 600;
22+
text-align: center;
23+
}
24+
.nut-resultpage-description {
25+
width: 240px;
26+
line-height: 20px;
27+
font-size: 14px;
28+
color: #505259;
29+
display: -webkit-box;
30+
-webkit-box-orient: vertical;
31+
-webkit-line-clamp: 2;
32+
overflow: hidden;
33+
word-break: break-all;
34+
}
35+
.nut-resultpage-actions {
36+
display: flex;
37+
flex-direction: row;
38+
margin-top: 16px;
39+
}
40+
.nut-resultpage-action {
41+
margin-left: 6px;
42+
margin-right: 6px;
43+
}

0 commit comments

Comments
 (0)