diff --git a/resources/admin/index.css b/resources/admin/index.css index 7ae67d6..99fb6b6 100644 --- a/resources/admin/index.css +++ b/resources/admin/index.css @@ -23,7 +23,7 @@ body { } .cfg-group { color: #ceb78b; - font-size: 18px; + font-size: 22px; font-weight: bold; padding: 10px 20px; } @@ -46,7 +46,7 @@ body { background-size: auto 36px; } .cfg-hint { - font-size: 12px; + font-size: 16px; font-weight: normal; margin-top: 3px; margin-bottom: -3px; @@ -59,7 +59,7 @@ body { width: 160px; text-align: center; line-height: 36px; - font-size: 16px; + font-size: 20px; color: #495366; font-weight: bold; border-radius: 0 16px 16px 0; @@ -68,7 +68,7 @@ body { color: #a95151; } .cfg-desc { - font-size: 12px; + font-size: 16px; color: #cbc4be; margin: 5px 0 5px 20px; } diff --git a/resources/admin/index.less b/resources/admin/index.less index 0d0fe81..58df218 100644 --- a/resources/admin/index.less +++ b/resources/admin/index.less @@ -28,7 +28,7 @@ body { .cfg-group { color: #ceb78b; - font-size: 18px; + font-size: 22px; font-weight: bold; padding: 10px 20px; } @@ -58,7 +58,7 @@ body { } .cfg-hint { - font-size: 12px; + font-size: 16px; font-weight: normal; margin-top: 3px; margin-bottom: -3px; @@ -72,7 +72,7 @@ body { width: 160px; text-align: center; line-height: 36px; - font-size: 16px; + font-size: 20px; color: #495366; font-weight: bold; border-radius: 0 16px 16px 0; @@ -83,7 +83,7 @@ body { } .cfg-desc { - font-size: 12px; + font-size: 16px; color: #cbc4be; margin: 5px 0 5px 20px; } \ No newline at end of file