返回所有工具

Cookie Consent Banner

Border Radius0px

Preview

Background

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.

Generated Code

.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #1a1a2e;
  color: #e2e8f0;
  padding: 20px 24px;
  z-index: 9999;
  border-radius: 0px;
  box-shadow: 0 -2px 20px rgba(0,0,0,0.3);
}
.cookie-banner p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cookie-accept {
  background: #8b5cf6;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.cookie-reject {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid #e2e8f044;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.cookie-settings {
  background: transparent;
  color: #8b5cf6;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  text-decoration: underline;
}

<div class="cookie-banner">
  <p>We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.</p>
  <div class="cookie-actions">
    <button class="cookie-accept">Accept All</button>
    <button class="cookie-reject">Reject</button>
    <button class="cookie-settings">Cookie Settings</button>
  </div>
</div>

History

No saved banners yet.