修改配色

This commit is contained in:
@fawn-nine
2023-12-07 18:04:11 +08:00
parent 073c3b4a74
commit bda49ff7c8

View File

@@ -2,13 +2,13 @@
<view class="container88">
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
<view class="whiteBg">
<!-- <view class="whiteBg"> -->
<z-nav-bar title="" ></z-nav-bar>
</view>
<!-- </view> -->
<!-- <view class="whiteBg"></view> -->
<view>
<view class="box1 ">
<view class="" style="text-align: center; margin-top: 150rpx; align-items: center; margin-bottom: 10rpx;">
<view class="" style="text-align: center; margin-top: 20rpx; align-items: center; margin-bottom: 10rpx;">
<!-- <text style="color: #666; line-height: 60rpx;">所查询时间</text><br /> -->
<view class="" style="margin-bottom: 10rpx; ">
<text style="color: #a84a2d; font-size: 50rpx; white-space:nowrap; font-weight: bold;">{{dateToString}}</text>
@@ -32,7 +32,7 @@
<view class="d-table" style="width:15%;position: relative; z-index: 1;">
<view class="leftBar">
<!-- <view :class="i === 1 ? 'd-th' : 'd-td'">张三</view> -->
<table border cellspacing="0" style="width:100%; background-color:#fbd5ca;">
<table border cellspacing="0" style="width:100%; background-color:antiquewhite;">
<tr>
<td class="shuHeight1"></td>
</tr>
@@ -80,7 +80,7 @@
</view>
<scroll-view scroll-x class="border-right" style="width: 85%;">
<view class="d-table scroll-x">
<table border style="width: 84vw; background-color: antiquewhite;" cellspacing="0">
<table border style="width: 84vw; background-color:#fbd5ca;" cellspacing="0">
<tr class="tableTh">
<!-- <td colspan="1" class=""></td> -->
<td class="shuHeight" colspan="2">灵龟八法</td>
@@ -357,7 +357,8 @@
}
.tableTh {
background-color: #fbd5ca;
// background-color: #fbd5ca;
background-color: antiquewhite;
font-weight: bold;
color: #a84a2d;
}