File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 65
65
width : 100% ;
66
66
height : 100% ;
67
67
/*position: relative;*/
68
+ text-align : center;
68
69
border : 0 !important ;
69
70
z-index : 2 ;
70
71
}
@@ -76,6 +77,19 @@ main {
76
77
width : 350px ;
77
78
}
78
79
80
+ .loading-label {
81
+
82
+ font-size : 28px ;
83
+ line-height : 32px ;
84
+ position : absolute;
85
+ margin-top : 100px ;
86
+ width : 100% ;
87
+ text-align : center;
88
+ color : # FFFFFF ;
89
+
90
+ }
91
+
92
+
79
93
# controlPanel {
80
94
81
95
background-color : # 02242F ;
@@ -152,4 +166,10 @@ main {
152
166
153
167
# nav-collapse {
154
168
z-index : 100 !important ;
169
+ }
170
+
171
+ .span-estimate {
172
+
173
+ font-size : 20px ;
174
+
155
175
}
Original file line number Diff line number Diff line change 114
114
115
115
< div id ="loadingPad ">
116
116
< img id ="loading " src ="../../assets/img/loading/mouseLoading.gif ">
117
+ < div class ="loading-label ">
118
+ Downloading AlexNet pre-trained model...< br > 236MB < span class ="span-estimate "> - Estimate 20s to 5min</ span >
119
+ </ div >
117
120
</ div >
118
121
< div id ="modelArea "> </ div >
119
122
< div id ="controlPanel ">
Original file line number Diff line number Diff line change 114
114
115
115
< div id ="loadingPad ">
116
116
< img id ="loading " src ="../../assets/img/loading/mouseLoading.gif ">
117
+ < div class ="loading-label ">
118
+ 正在下载AlexNet预训练模型...< br > 236MB < span class ="span-estimate "> - 估计20s-5min</ span >
119
+ </ div >
117
120
</ div >
118
121
< div id ="modelArea "> </ div >
119
122
< div id ="controlPanel ">
You can’t perform that action at this time.
0 commit comments