add price policy
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div class="container">
|
||||
<!-- Member Card -->
|
||||
<div class="member-card member-card-diamond">
|
||||
<div class="member-card member-card-diamond">
|
||||
<div class="d-flex justify-between align-center">
|
||||
<div>
|
||||
<h3 style="color: white; font-size: 24px; margin-bottom: 4px;">EUROTILE</h3>
|
||||
@@ -29,9 +29,10 @@
|
||||
</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: rgba(255,255,255,0.9); font-size: 12px;">Points: <span style="font-weight: 600;">9750</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; margin-bottom: 0px;">Name: <span style="font-weight: 600;">LA NGUYEN QUYNH</span></p>
|
||||
<p style="color: rgba(255,255,255,0.9); font-size: 12px; margin-bottom: 0px;">Class: <span style="font-weight: 600;">DIAMOND</span></p>
|
||||
<p style="color: rgba(255,255,255,0.9); font-size: 12px; margin-bottom: 0px;">Points: <span style="font-weight: 600;">9750</span></p>
|
||||
</div>
|
||||
<div style="background: white; padding: 8px; border-radius: 8px;">
|
||||
<img src="https://api.qrserver.com/v1/create-qr-code/?size=60x60&data=0983441099" alt="QR Code" style="width: 60px; height: 60px;">
|
||||
@@ -67,7 +68,7 @@
|
||||
<i class="fas fa-chevron-right list-item-arrow"></i>
|
||||
</a>
|
||||
|
||||
<a href="points-record.html" class="list-item">
|
||||
<a href="points-record-list.html" class="list-item">
|
||||
<div class="list-item-icon">
|
||||
<i class="fas fa-plus-circle"></i>
|
||||
</div>
|
||||
@@ -148,9 +149,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