Autosave: 20260219-013345
This commit is contained in:
parent
4e9ea68a5d
commit
32be9227d1
BIN
assets/pasted-20260219-011659-0f2b767b.png
Normal file
BIN
assets/pasted-20260219-011659-0f2b767b.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@ -42,7 +42,7 @@ include __DIR__ . '/../includes/header.php';
|
||||
<div class="card bg-dark border-0 shadow-lg p-4 p-md-5" style="border-radius: 30px; background: #161a1e !important; border: 1px solid var(--border) !important;">
|
||||
<div class="text-center mb-5">
|
||||
<div class="logo-container d-inline-flex mb-4">
|
||||
<img src="/assets/images/logo.png" height="50" alt="BYRO">
|
||||
<img src="<?= $site_logo ?>" height="50" alt="<?= $site_name ?>">
|
||||
</div>
|
||||
<h2 class="fw-bold text-white mb-2"><?= __('login') ?></h2>
|
||||
<p class="text-muted"><?= __('welcome_back') ?></p>
|
||||
|
||||
@ -170,7 +170,7 @@ include __DIR__ . '/../includes/header.php';
|
||||
<div class="card register-card p-4 p-md-5">
|
||||
<div class="text-center mb-5">
|
||||
<div class="logo-container d-inline-flex mb-4">
|
||||
<img src="/assets/images/logo.png" height="50" alt="BYRO">
|
||||
<img src="<?= $site_logo ?>" height="50" alt="<?= $site_name ?>">
|
||||
</div>
|
||||
<h2 class="fw-bold text-white mb-2" style="font-size: 28px;"><?= __('register') ?></h2>
|
||||
<p class="text-muted" style="font-size: 15px;"><?= __('join_secure') ?></p>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="row g-4 mb-5">
|
||||
<div class="col-lg-4 col-md-12">
|
||||
<div class="logo-container mb-3">
|
||||
<img src="<?= $site_logo ?>" height="40" alt="BYRO">
|
||||
<img src="<?= $site_logo ?>" height="40" alt="<?= $site_name ?>">
|
||||
</div>
|
||||
<p class="text-muted small mb-4">
|
||||
<?= __('footer_desc') ?>
|
||||
|
||||
@ -333,7 +333,7 @@ if (!function_exists('getSetting')) {
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" class="logo-container">
|
||||
<img src="<?= $site_logo ?>" alt="BYRO">
|
||||
<img src="<?= $site_logo ?>" alt="<?= $site_name ?>">
|
||||
</a>
|
||||
<nav>
|
||||
<a href="/"><?= __('home') ?></a>
|
||||
|
||||
@ -216,6 +216,13 @@ $translations = [
|
||||
'no_account' => '没有账号?',
|
||||
'invalid_account_pwd' => '账号或密码错误',
|
||||
'account' => '账号 / 邮箱',
|
||||
'password' => '密码',
|
||||
'mobile_number' => '手机号码',
|
||||
'confirm_password' => '确认密码',
|
||||
'send_code' => '发送验证码',
|
||||
'email' => '电子邮箱',
|
||||
'email_placeholder' => '请输入电子邮箱',
|
||||
'registration_verify' => '注册验证',
|
||||
'mobile_reg' => '手机注册',
|
||||
'email_reg' => '邮箱注册',
|
||||
'uploading' => '正在上传...',
|
||||
|
||||
@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/header.php';
|
||||
|
||||
<link rel="stylesheet" href="assets/css/index.css?v=<?php echo time(); ?>">
|
||||
|
||||
<main class="container py-5" style="margin-top: 0px; padding-top: 150px !important;">
|
||||
<main class="container pb-5" style="margin-top: 0px; padding-top: 80px !important;">
|
||||
<!-- Hero Carousel -->
|
||||
<div id="heroCarousel" class="carousel slide mb-5 shadow-lg" data-bs-ride="carousel" style="min-height: 550px; border-radius: 24px; overflow: hidden;">
|
||||
<div class="carousel-indicators">
|
||||
@ -92,7 +92,7 @@ require_once __DIR__ . '/includes/header.php';
|
||||
|
||||
@media (max-width: 768px) {
|
||||
main.container {
|
||||
padding-top: 80px !important;
|
||||
padding-top: 70px !important;
|
||||
}
|
||||
#heroCarousel, .carousel-content {
|
||||
height: 300px !important;
|
||||
|
||||
@ -384,7 +384,7 @@ INSERT INTO `system_settings` VALUES
|
||||
('mail_from_email',''),
|
||||
('mail_from_name','Byro Exchange'),
|
||||
('service_link',''),
|
||||
('site_logo',''),
|
||||
('site_logo','/assets/pasted-20260219-011659-0f2b767b.png'),
|
||||
('site_name','Byro'),
|
||||
('smtp_host',''),
|
||||
('smtp_pass',''),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user