|
@@ -19,6 +19,16 @@
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../css/main.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../css/custom-bars.css" />
|
|
|
+
|
|
|
+ <style>
|
|
|
+ .layui-progress-big, .layui-progress-big .layui-progress-bar{
|
|
|
+ height: 50px;
|
|
|
+ }
|
|
|
+ .layui-progress-text {
|
|
|
+ font-size: 30px;
|
|
|
+ line-height: 45px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -27,7 +37,7 @@
|
|
|
<h1 style="font-size:30px">期权管理系统</h1>
|
|
|
</header>
|
|
|
|
|
|
- <section class="content" style="margin:0 auto;width:800px;">
|
|
|
+ <section class="content" style="margin:0 auto;width:1000px;">
|
|
|
|
|
|
<article class="flexy-grid">
|
|
|
<h3 style="font-size: 50px;">点击开始进行期权导入</h3>
|