yoone-wc-subscriptions/assets/css/frontend.css

10 lines
539 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Yoone Subscriptions 前端样式(简版)
* - 产品页订阅选项容器(.yoone-subs-block与基础排版
* - 样式钩子:.yoone-subs-onetime 用于在选择一次性购买时做轻量视觉变化
*/
.yoone-subs-block { border: 1px solid #e5e5e5; padding: 12px; margin: 12px 0; border-radius: 6px; }
.yoone-subs-block h3 { margin: 0 0 8px; }
.yoone-subs-row { margin: 8px 0; display: flex; gap: 8px; align-items: center; }
.yoone-subs-price { font-weight: 600; }
.yoone-subs-discount { color: #0a7; margin-left: 8px; }