feat: 商品按钮颜色调整
This commit is contained in:
@@ -211,8 +211,8 @@
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-radius: 12px;
|
||||
color: #451a03;
|
||||
background: #fbbf24;
|
||||
color: #FFFFFF;
|
||||
background: #0CCD58;
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
line-height: 34px;
|
||||
|
||||
@@ -283,8 +283,8 @@
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-radius: 12px;
|
||||
color: #451a03;
|
||||
background: #fbbf24;
|
||||
color: #FFFFFF;
|
||||
background: #0CCD58;
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
line-height: 34px;
|
||||
@@ -708,8 +708,8 @@
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
color: #451a03;
|
||||
background: #fbbf24;
|
||||
color: #FFFFFF;
|
||||
background: #0CCD58;
|
||||
font-size: 13px;
|
||||
font-weight: 900;
|
||||
line-height: 40px;
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
.c9-card .c9-price { font-size:20px; font-weight:900; color:#f43f5e; letter-spacing:-0.5px; }
|
||||
.c9-card .c9-currency { font-size:12px; font-weight:900; color:#f43f5e; }
|
||||
.c9-card .c9-original { font-size:11px; font-weight:700; color:#cbd5e1; text-decoration:line-through; }
|
||||
.c9-card .c9-btn { width:100%; background:#fbbf24; color:#451a03; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; }
|
||||
.c9-card .c9-btn { width:100%; background:#0CCD58; color:#FFFFFF; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; }
|
||||
.c9-card .c9-btn:active { transform:scale(0.97); }
|
||||
.c9-card .c9-sale-tag { display:inline-block; background:#fef2f2; color:#f43f5e; font-size:9px; font-weight:900; padding:2px 6px; border-radius:6px; margin-bottom:4px; }
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
.c9-card .c9-price { font-size:20px; font-weight:900; color:#f43f5e; letter-spacing:-0.5px; }
|
||||
.c9-card .c9-currency { font-size:12px; font-weight:900; color:#f43f5e; }
|
||||
.c9-card .c9-original { font-size:11px; font-weight:700; color:#cbd5e1; text-decoration:line-through; }
|
||||
.c9-card .c9-btn { width:100%; background:#fbbf24; color:#451a03; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; }
|
||||
.c9-card .c9-btn { width:100%; background:#0CCD58; color:#FFFFFF; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; }
|
||||
.c9-card .c9-btn:active { transform:scale(0.97); }
|
||||
.c9-card .c9-sale-tag { display:inline-block; background:#fef2f2; color:#f43f5e; font-size:9px; font-weight:900; padding:2px 6px; border-radius:6px; margin-bottom:4px; }
|
||||
|
||||
@@ -715,7 +715,7 @@ function buildCombo(c) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button onclick="flow('套票组件','跳转套票详情页 · ${target}')" style="width:100%;background:#fbbf24;color:#451a03;border:none;padding:11px;font-size:13px;font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent;">查看套票详情</button>
|
||||
<button onclick="flow('套票组件','跳转套票详情页 · ${target}')" style="width:100%;background:#0CCD58;color:#FFFFFF;border:none;padding:11px;font-size:13px;font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent;">查看套票详情</button>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user