File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments