This commit is contained in:
Teng 2026-01-20 16:23:05 +08:00
parent 41cb9668e5
commit edd0dc1d03
5 changed files with 27 additions and 30 deletions

View File

@ -552,7 +552,7 @@
.history-left-jiao { .history-left-jiao {
position: absolute; position: absolute;
right: -10rpx; right: -10rpx;
top: 0rpx; top: 3rpx;
width: 100rpx; width: 100rpx;
height: 45rpx; height: 45rpx;
background-color: #4690FF; background-color: #4690FF;
@ -571,7 +571,7 @@
.history-left-jiao-error { .history-left-jiao-error {
position: absolute; position: absolute;
right: -10rpx; right: -10rpx;
top: 0rpx; top: 3rpx;
width: 100rpx; width: 100rpx;
height: 45rpx; height: 45rpx;
background-color: #FFEBEB; background-color: #FFEBEB;
@ -681,15 +681,16 @@
.history-time { .history-time {
font-weight: 800; font-weight: 800;
font-size: 42rpx; font-size: 50rpx;
margin-left: 6rpx; margin-left: 6rpx;
margin-top: 3rpx; margin-top: 5rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
.history-name { .history-name {
/* margin-left: 5rpx; */ /* margin-left: 5rpx; */
font-size: 30rpx; margin-top: 9rpx;
font-size: 34rpx;
font-weight: 600; font-weight: 600;
/* color: #555555; */ /* color: #555555; */
display: flex; display: flex;
@ -819,7 +820,7 @@
.future-info-second { .future-info-second {
position: absolute; position: absolute;
left: 25rpx; left: 25rpx;
top: 210rpx; top: 295rpx;
font-size: 25rpx; font-size: 25rpx;
color: #555555; color: #555555;
display: flex; display: flex;
@ -827,10 +828,10 @@
.info { .info {
display: flex; display: flex;
font-size: 30rpx;
.info-img { .info-img {
width: 30rpx; width: 35rpx;
height: 30rpx; height: 35rpx;
margin-right: 3rpx; margin-right: 3rpx;
} }
} }
@ -856,8 +857,8 @@
.history-img { .history-img {
margin-top: 5rpx; margin-top: 5rpx;
width: 35rpx; width: 50rpx;
height: 35rpx; height: 50rpx;
margin-left: 5rpx; margin-left: 5rpx;
/* background-color: red; */ /* background-color: red; */
} }
@ -877,10 +878,10 @@
} }
.small-font-target { .small-font-target {
margin-top: 4rpx; margin-top: 8rpx;
width: 400rpx; width: 450rpx;
color: #999999; color: #999999;
font-size: 28rpx; font-size: 32rpx;
margin-left: 5rpx; margin-left: 5rpx;
} }
@ -983,7 +984,7 @@
.open-img-father { .open-img-father {
position: absolute; position: absolute;
right: 35rpx; right: 35rpx;
bottom: 28rpx; bottom: 26rpx;
width: 22rpx; width: 22rpx;
height: 22rpx; height: 22rpx;

View File

@ -277,7 +277,7 @@
<view class="history-name"> <view class="history-name">
{{ splitString(item.directiveName)[0]}} {{ splitString(item.directiveName)[0]}}
<text <text
style="font-size: 20rpx;margin-top: 7rpx;font-weight: 400;" style="font-size: 20rpx;margin-top: 15rpx;font-weight: 400;"
v-if="splitString(item.directiveName)[1]"> v-if="splitString(item.directiveName)[1]">
({{ splitString(item.directiveName)[1]}}) ({{ splitString(item.directiveName)[1]}})
</text> </text>
@ -290,9 +290,9 @@
</view> </view>
</view> </view>
<view class="small-font"> <!-- <view class="small-font">
{{ item.serviceContent }} {{ item.serviceContent }}
</view> </view> -->
</view> </view>
<view class="history-spe" <view class="history-spe"
style="position: absolute;top: 0;left: 0;transition: height 0.3s, top 0.3s;z-index: 9999; " style="position: absolute;top: 0;left: 0;transition: height 0.3s, top 0.3s;z-index: 9999; "
@ -305,7 +305,7 @@
<view class="history-left"> <view class="history-left">
<view <view
:class="item.executeStatus!==`hisOk`?`history-left-jiao-error`: `history-left-jiao`" :class="item.executeStatus!==`hisOk`?`history-left-jiao-error`: `history-left-jiao`"
style="top: -1rpx;right: -11.5rpx;" style="top: 2rpx;right: -11.5rpx;"
v-show="secondListTargetShow === index"> v-show="secondListTargetShow === index">
{{ item.rightshow }} {{ item.rightshow }}
</view> </view>
@ -367,7 +367,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="open-img-father" style="right: 30rpx;bottom: 30rpx;" <view class="open-img-father" style="right: 30rpx;bottom: 50rpx;"
@click.stop="clicksecondarray(item,index)"> @click.stop="clicksecondarray(item,index)">
<image lazy-load <image lazy-load
@ -401,7 +401,7 @@
</view> </view>
</view> </view>
</view> --> </view> -->
<view class="open-img-father" style="right: 30rpx;bottom: 30rpx;" <view class="open-img-father" style="right: 30rpx;bottom: 50rpx;"
@click.stop="clicksecondarray(item,index)"> @click.stop="clicksecondarray(item,index)">
<image class="open-img" src="/static/index/down.png" lazy-load <image class="open-img" src="/static/index/down.png" lazy-load
:style="secondListTarget===index?{transform: `rotate(180deg)`}:{}" /> :style="secondListTarget===index?{transform: `rotate(180deg)`}:{}" />

View File

@ -1999,16 +1999,12 @@
width: 100%; width: 100%;
height: 220rpx; height: 220rpx;
border-radius: 35rpx; border-radius: 35rpx;
.right-tags-left{
height: 100%; .right-tags-title{
width: 50%;
background-color: red;
}
/* .right-tags-title{
width: 100%; width: 100%;
height: 80rpx; height: 80rpx;
display: flex; display: flex;
background-color: red; background-color: red;
} */ }
} }
} }

View File

@ -107,7 +107,7 @@
</view> </view>
<view class="right-order"> <view class="right-order">
<view class="right-tags"> <view class="right-tags">
<view class="right-tags-left"> <view class="right-tags-title">
</view> </view>
</view> </view>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 151 KiB