积分商城后台管理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
1.4 KiB

1 year ago
.flex {
1 year ago
display: flex;
1 year ago
}
.column {
1 year ago
flex-direction: column;
1 year ago
}
.ac {
1 year ago
align-items: center;
}
.ae {
align-items: flex-end;
1 year ago
}
.jc {
1 year ago
justify-content: center;
1 year ago
}
.oneflex {
1 year ago
flex: 1;
1 year ago
}
.jw {
1 year ago
justify-content: space-between;
1 year ago
}
.js {
1 year ago
justify-content: space-around;
1 year ago
}
.number {
1 year ago
color: red;
font-size: 25px;
1 year ago
}
.product-card {
1 year ago
height: 100px;
text-align: center;
.product-card-item {
}
1 year ago
}
.orderData {
1 year ago
width: 100%;
1 year ago
1 year ago
.orderData-right {
margin-left: 50px;
flex-wrap: wrap;
height: 100px;
.orderData-right-item {
width: calc(50% - 20px);
box-sizing: border-box;
text-align: center;
padding: 10px 20px;
border-bottom: #ececec solid 1px;
1 year ago
}
1 year ago
}
1 year ago
1 year ago
.orderData-left {
padding: 20px 10px;
box-sizing: border-box;
border: solid 1px #ececec;
}
1 year ago
}
.orderStatistics-card {
1 year ago
.orderStatistics-card-right {
}
.orderStatistics-card-left {
flex-shrink: 0;
padding: 10px 50px;
border-right: solid 1px #ececec;
.orderStatistics-card-left-item {
.orderStatistics-card-left-item-title {
color: #bbbbbb;
}
.orderStatistics-card-left-item-number {
font-size: 25px;
}
1 year ago
}
1 year ago
}
}
.box-card {
margin-bottom: 30px;
1 year ago
}
1 year ago
.card-title {
font-size: 20px;
font-weight: 500;
1 year ago
}
1 year ago
.fs {
font-size: 16px;
1 year ago
}
1 year ago
.mt {
margin-top: 30px;
1 year ago
}
// .page{
// height:calc(100vh - 144px);
// box-sizing: border-box;
1 year ago
// }