mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-13 09:05:00 +08:00
【功能完善】商城: 客服商城的配色优化
This commit is contained in:
parent
5cdc15387c
commit
d228df5210
@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px var(--el-border-color) solid;
|
border: 1px var(--el-border-color) solid;
|
||||||
background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现
|
background-color: #fff; // 透明色,暗黑模式下也能体现
|
||||||
|
|
||||||
.order-card-header {
|
.order-card-header {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
@ -136,7 +136,6 @@ function formatOrderStatus(order: any) {
|
|||||||
|
|
||||||
.pay-box {
|
.pay-box {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
color: #fff;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
.discounts-title {
|
.discounts-title {
|
||||||
|
@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
|
|||||||
|
|
||||||
.product-warp {
|
.product-warp {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现
|
background-color: #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user