|
@@ -238,11 +238,11 @@ input[type="number"]{
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.btn_confirm{
|
|
|
- width: 280px;
|
|
|
- height: 80px;
|
|
|
+ width: 200px;
|
|
|
+ height: 50px;
|
|
|
border-radius: 40px;
|
|
|
background-image: linear-gradient(to bottom right, #4D7BFE, #749FFF);
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 20px;
|
|
|
color: #FFFFFF;
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
@@ -255,6 +255,9 @@ input[type="number"]{
|
|
|
#modalErrorBox,#ManuallyDownload,#boxRestart{
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
+#boxRestart .modal_warpper{
|
|
|
+ width: 520px;
|
|
|
+}
|
|
|
#modalErrTips{
|
|
|
color: #333333;
|
|
|
font-size: 28px;
|
|
@@ -269,6 +272,29 @@ input[type="number"]{
|
|
|
font-size: 36px;
|
|
|
line-height: 54px;
|
|
|
}
|
|
|
+#boxRestart .restart_span
|
|
|
+{
|
|
|
+ font-size: 22px;
|
|
|
+ margin-bottom: 50px;
|
|
|
+ color: #666;
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+#boxRestart .rows_restart{
|
|
|
+ font-size: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ color: #666;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+#boxRestart #restart-time
|
|
|
+{
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 600;
|
|
|
+
|
|
|
+}
|
|
|
/************************ 下载集中配置css End*******************/
|
|
|
|
|
|
/********** 设备密钥初始化css End*********/
|