更改主题色
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- 机构端 - 服务数据统计页面 -->
|
||||
<!-- 机构端 - 服务数据统计页面 -->
|
||||
<template>
|
||||
<view class="statistics-page">
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
@@ -209,22 +209,22 @@
|
||||
flex-direction: row;
|
||||
background-color: #fff; padding: 20rpx 30rpx; gap: 20rpx; margin-bottom: 2rpx; }
|
||||
.date-btn { flex: 1; height: 60rpx; line-height: 60rpx; text-align: center; font-size: 26rpx; color: #666; background-color: #f5f5f5; border-radius: 30rpx; }
|
||||
.date-btn.active { background-color: rgb(66, 121, 240); color: #fff; font-weight: bold; }
|
||||
.date-btn.active { background-color: #09C39D; color: #fff; font-weight: bold; }
|
||||
.overview-section, .trend-section, .product-section { background-color: #fff; margin: 20rpx 20rpx 0; border-radius: 16rpx; padding: 30rpx; box-shadow: 0 2rpx 12rpx rgba(0,0,0,0.04); }
|
||||
.section-title { font-size: 30rpx; font-weight: bold; color: #333; margin-bottom: 24rpx; padding-left: 18rpx; border-left-width: 6rpx; border-left-style: solid; border-left-color: rgb(66, 121, 240); }
|
||||
.section-title { font-size: 30rpx; font-weight: bold; color: #333; margin-bottom: 24rpx; padding-left: 18rpx; border-left-width: 6rpx; border-left-style: solid; border-left-color: #09C39D; }
|
||||
.overview-grid { display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap; }
|
||||
.overview-item { width: 50%; padding: 20rpx 0; text-align: center; box-sizing: border-box; }
|
||||
.overview-item:nth-child(odd) { border-right-width: 1rpx; border-right-style: solid; border-right-color: #f5f5f5; }
|
||||
.overview-value { font-size: 40rpx; font-weight: bold; color: rgb(66, 121, 240); display: block; }
|
||||
.overview-value { font-size: 40rpx; font-weight: bold; color: #09C39D; display: block; }
|
||||
.overview-label { font-size: 24rpx; color: #999; }
|
||||
.trend-chart { padding: 20rpx 0; }
|
||||
.chart-bars { display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between; align-items: flex-end; height: 200rpx; }
|
||||
.chart-bar-wrapper { display: flex; flex-direction: column; align-items: center; flex: 1; }
|
||||
.chart-bar { width: 40rpx; background: linear-gradient(180deg, rgb(66, 121, 240) 0%, #ece9fa 100%); border-radius: 8rpx 8rpx 0 0; min-height: 10rpx; }
|
||||
.chart-bar { width: 40rpx; background: linear-gradient(180deg, #A6F1E4 0%, #69DFC2 100%); border-radius: 8rpx 8rpx 0 0; min-height: 10rpx; }
|
||||
.chart-label { font-size: 22rpx; color: #999; margin-top: 10rpx; }
|
||||
.product-list { display: flex; flex-direction: column; }
|
||||
.product-item { display: flex; align-items: center; padding: 20rpx 0; border-bottom-width: 1rpx; border-bottom-style: solid; border-bottom-color: #f5f5f5; }
|
||||
@@ -237,5 +237,5 @@
|
||||
.product-info { flex: 1; }
|
||||
.product-name { font-size: 26rpx; color: #333; display: block; }
|
||||
.product-sales { font-size: 22rpx; color: #999; }
|
||||
.product-revenue { font-size: 28rpx; font-weight: bold; color: rgb(66, 121, 240); }
|
||||
.product-revenue { font-size: 28rpx; font-weight: bold; color: #09C39D; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user