add price policy
This commit is contained in:
224
html/index.html
224
html/index.html
@@ -8,6 +8,83 @@
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
</head>
|
||||
<style>
|
||||
/* News Section Styles */
|
||||
.news-slider-container {
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
scrollbar-width: none;
|
||||
|
||||
}
|
||||
|
||||
.news-slider-wrapper {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.news-card {
|
||||
flex-shrink: 0;
|
||||
width: 280px;
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
||||
border: 1px solid #e2e8f0;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.news-card:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.news-image {
|
||||
width: 100%;
|
||||
height: 140px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.news-content {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.news-title {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #1e293b;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 6px;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.news-desc {
|
||||
font-size: 12px;
|
||||
color: #64748b;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 8px;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.news-meta {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 11px;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.news-meta span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="page-wrapper">
|
||||
<div class="container">
|
||||
@@ -25,8 +102,9 @@
|
||||
</div>
|
||||
<div class="d-flex justify-between align-center" style="margin-top: auto;">
|
||||
<div>
|
||||
<p style="color: white; font-size: 18px; font-weight: 600; margin-bottom: 4px;">La Nguyen Quynh</p>
|
||||
<p style="color: rgba(255,255,255,0.9); font-size: 12px;">CLASS: <span style="font-weight: 600;">DIAMOND</span></p>
|
||||
<p style="color: white; font-size: 18px; font-weight: 600; margin-bottom: 4px;">0983 441 099</p>
|
||||
<p style="color: rgba(255,255,255,0.9); font-size: 12px;">Name: <span style="font-weight: 600;">LA NGUYEN QUYNH</span></p>
|
||||
<p style="color: rgba(255,255,255,0.9); font-size: 12px;">Class: <span style="font-weight: 600;">DIAMOND</span></p>
|
||||
<p style="color: rgba(255,255,255,0.9); font-size: 12px;">Points: <span style="font-weight: 600;">9750</span></p>
|
||||
</div>
|
||||
<div style="background: white; padding: 8px; border-radius: 8px;">
|
||||
@@ -36,11 +114,11 @@
|
||||
</div>
|
||||
|
||||
<!-- Promotions Section -->
|
||||
<div class="mb-3">
|
||||
<h2> <b> Chương trình ưu đãi</b> </h2>
|
||||
<!--<div class="mb-3">
|
||||
<h2> <b> Tin nổi bật</b> </h2>
|
||||
<div class="slider-container">
|
||||
<div class="slider-wrapper">
|
||||
<div class="slider-item">
|
||||
<div class="news-card">
|
||||
<img src="https://images.unsplash.com/photo-1615971677499-5467cbab01c0?w=280&h=140&fit=crop" alt="Khuyến mãi 1">
|
||||
<div style="padding: 12px; background: white;">
|
||||
<h3 style="font-size: 14px;">Mua công nhắc - Khuyến mãi cảng lớn</h3>
|
||||
@@ -63,8 +141,58 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
|
||||
<!-- News Section -->
|
||||
<div class="mb-3">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;">
|
||||
<h2> <b> Tin nổi bật</b> </h2>
|
||||
<a href="news-list.html" style="color: #2563eb; font-size: 12px; text-decoration: none; font-weight: 500;">
|
||||
Xem tất cả <i class="fas fa-arrow-right" style="margin-left: 4px;"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="news-slider-container">
|
||||
<div class="news-slider-wrapper">
|
||||
<div class="news-card">
|
||||
<img src="https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=280&h=140&fit=crop" alt="Tin tức 1" class="news-image">
|
||||
<div class="news-content">
|
||||
<h3 class="news-title">5 xu hướng gạch men phòng tắm được ưa chuộng năm 2024</h3>
|
||||
<p class="news-desc">Khám phá những mẫu gạch men hiện đại, sang trọng cho không gian phòng tắm.</p>
|
||||
<div class="news-meta">
|
||||
<span><i class="fas fa-calendar"></i> 15/11/2024</span>
|
||||
<span><i class="fas fa-eye"></i> 2.3K lượt xem</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="news-card">
|
||||
<img src="https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=280&h=140&fit=crop" alt="Tin tức 2" class="news-image">
|
||||
<div class="news-content">
|
||||
<h3 class="news-title">Hướng dẫn thi công gạch granite 60x60 chuyên nghiệp</h3>
|
||||
<p class="news-desc">Quy trình thi công chi tiết từ A-Z cho thầy thợ xây dựng.</p>
|
||||
<div class="news-meta">
|
||||
<span><i class="fas fa-calendar"></i> 12/11/2024</span>
|
||||
<span><i class="fas fa-eye"></i> 1.8K lượt xem</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="news-card">
|
||||
<img src="https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=280&h=140&fit=crop" alt="Tin tức 3" class="news-image">
|
||||
<div class="news-content">
|
||||
<h3 class="news-title">Bảng giá gạch men cao cấp mới nhất tháng 11/2024</h3>
|
||||
<p class="news-desc">Cập nhật bảng giá chi tiết các dòng sản phẩm gạch men nhập khẩu.</p>
|
||||
<div class="news-meta">
|
||||
<span><i class="fas fa-calendar"></i> 10/11/2024</span>
|
||||
<span><i class="fas fa-eye"></i> 3.1K lượt xem</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Products & Cart Section -->
|
||||
<div class="card">
|
||||
<h3 class="card-title">Sản phẩm & Giỏ hàng</h3>
|
||||
@@ -91,37 +219,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Loyalty Section -->
|
||||
<div class="card">
|
||||
<h3 class="card-title">Khách hàng thân thiết</h3>
|
||||
<div class="feature-grid">
|
||||
<a href="points-record.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-plus-circle"></i>
|
||||
</div>
|
||||
<div class="feature-title">Ghi nhận điểm</div>
|
||||
</a>
|
||||
<a href="loyalty-rewards.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-gift"></i>
|
||||
</div>
|
||||
<div class="feature-title">Đổi quà</div>
|
||||
</a>
|
||||
<a href="points-history.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-history"></i>
|
||||
</div>
|
||||
<div class="feature-title">Lịch sử điểm</div>
|
||||
</a>
|
||||
<!--<a href="referral.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-user-plus"></i>
|
||||
</div>
|
||||
<div class="feature-title">Giới thiệu bạn</div>
|
||||
</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Orders & Payment Section -->
|
||||
<!--<div class="card">
|
||||
<h3 class="card-title">Yêu cầu báo giá & báo giá</h3>
|
||||
@@ -145,11 +242,11 @@
|
||||
<div class="card">
|
||||
<h3 class="card-title">Đơn hàng & thanh toán</h3>
|
||||
<div class="feature-grid">
|
||||
<a href="quotes-list.html" class="feature-item">
|
||||
<a href="chinh-sach-gia.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-file-alt"></i>
|
||||
</div>
|
||||
<div class="feature-title">Yêu cầu báo giá</div>
|
||||
<div class="feature-title">Chính sách giá</div>
|
||||
</a>
|
||||
<a href="orders.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
@@ -159,12 +256,43 @@
|
||||
</a>
|
||||
<a href="payments.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-file-invoice-dollar"></i>
|
||||
<!--<i class="fas fa-file-invoice-dollar"></i>-->
|
||||
<i class="fas fa-credit-card"></i>
|
||||
</div>
|
||||
<div class="feature-title">Thanh toán</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Loyalty Section -->
|
||||
<div class="card">
|
||||
<h3 class="card-title">Khách hàng thân thiết</h3>
|
||||
<div class="feature-grid">
|
||||
<a href="points-record-list.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-plus-circle"></i>
|
||||
</div>
|
||||
<div class="feature-title">Ghi nhận điểm</div>
|
||||
</a>
|
||||
<a href="loyalty-rewards.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-gift"></i>
|
||||
</div>
|
||||
<div class="feature-title">Đổi quà</div>
|
||||
</a>
|
||||
<a href="points-history.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-history"></i>
|
||||
</div>
|
||||
<div class="feature-title">Lịch sử điểm</div>
|
||||
</a>
|
||||
<!--<a href="referral.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-user-plus"></i>
|
||||
</div>
|
||||
<div class="feature-title">Giới thiệu bạn</div>
|
||||
</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Collaboration & Reports Section -->
|
||||
<!--<div class="card">
|
||||
@@ -192,8 +320,8 @@
|
||||
</div>-->
|
||||
|
||||
<div class="card">
|
||||
<h3 class="card-title">Nhà mẫu, dự án & tin tức</h3>
|
||||
<div class="feature-grid">
|
||||
<h3 class="card-title">Nhà mẫu & dự án</h3>
|
||||
<div class="grid grid-2">
|
||||
<a href="nha-mau.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<!--<i class="fas fa-building"></i>-->
|
||||
@@ -201,19 +329,19 @@
|
||||
</div>
|
||||
<div class="feature-title">Nhà mẫu</div>
|
||||
</a>
|
||||
<a href="project-submission.html" class="feature-item">
|
||||
<a href="project-submission-list.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<!--<i class="fas fa-handshake"></i>-->
|
||||
<i class="fa-solid fa-building-circle-check"></i>
|
||||
</div>
|
||||
<div class="feature-title">Đăng ký dự án</div>
|
||||
</a>
|
||||
<a href="news-list.html" class="feature-item">
|
||||
<!--<a href="news-list.html" class="feature-item">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-newspaper"></i>
|
||||
</div>
|
||||
<div class="feature-title">Tin tức</div>
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -242,9 +370,9 @@
|
||||
<i class="fas fa-crown nav-icon"></i>
|
||||
<span class="nav-label">Hội viên</span>
|
||||
</a>
|
||||
<a href="promotions.html" class="nav-item">
|
||||
<i class="fas fa-tags nav-icon"></i>
|
||||
<span class="nav-label">Khuyến mãi</span>
|
||||
<a href="news-list.html" class="nav-item">
|
||||
<i class="fas fa-newspaper nav-icon"></i>
|
||||
<span class="nav-label">Tin tức</span>
|
||||
</a>
|
||||
<a href="notifications.html" class="nav-item" style="position: relative">
|
||||
<i class="fas fa-bell nav-icon"></i>
|
||||
|
||||
Reference in New Issue
Block a user