This commit is contained in:
parent
41cb9668e5
commit
edd0dc1d03
|
|
@ -552,7 +552,7 @@
|
|||
.history-left-jiao {
|
||||
position: absolute;
|
||||
right: -10rpx;
|
||||
top: 0rpx;
|
||||
top: 3rpx;
|
||||
width: 100rpx;
|
||||
height: 45rpx;
|
||||
background-color: #4690FF;
|
||||
|
|
@ -571,7 +571,7 @@
|
|||
.history-left-jiao-error {
|
||||
position: absolute;
|
||||
right: -10rpx;
|
||||
top: 0rpx;
|
||||
top: 3rpx;
|
||||
width: 100rpx;
|
||||
height: 45rpx;
|
||||
background-color: #FFEBEB;
|
||||
|
|
@ -681,15 +681,16 @@
|
|||
|
||||
.history-time {
|
||||
font-weight: 800;
|
||||
font-size: 42rpx;
|
||||
font-size: 50rpx;
|
||||
margin-left: 6rpx;
|
||||
margin-top: 3rpx;
|
||||
margin-top: 5rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.history-name {
|
||||
/* margin-left: 5rpx; */
|
||||
font-size: 30rpx;
|
||||
margin-top: 9rpx;
|
||||
font-size: 34rpx;
|
||||
font-weight: 600;
|
||||
/* color: #555555; */
|
||||
display: flex;
|
||||
|
|
@ -819,7 +820,7 @@
|
|||
.future-info-second {
|
||||
position: absolute;
|
||||
left: 25rpx;
|
||||
top: 210rpx;
|
||||
top: 295rpx;
|
||||
font-size: 25rpx;
|
||||
color: #555555;
|
||||
display: flex;
|
||||
|
|
@ -827,10 +828,10 @@
|
|||
|
||||
.info {
|
||||
display: flex;
|
||||
|
||||
font-size: 30rpx;
|
||||
.info-img {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
margin-right: 3rpx;
|
||||
}
|
||||
}
|
||||
|
|
@ -856,8 +857,8 @@
|
|||
|
||||
.history-img {
|
||||
margin-top: 5rpx;
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
margin-left: 5rpx;
|
||||
/* background-color: red; */
|
||||
}
|
||||
|
|
@ -877,10 +878,10 @@
|
|||
}
|
||||
|
||||
.small-font-target {
|
||||
margin-top: 4rpx;
|
||||
width: 400rpx;
|
||||
margin-top: 8rpx;
|
||||
width: 450rpx;
|
||||
color: #999999;
|
||||
font-size: 28rpx;
|
||||
font-size: 32rpx;
|
||||
margin-left: 5rpx;
|
||||
}
|
||||
|
||||
|
|
@ -983,7 +984,7 @@
|
|||
.open-img-father {
|
||||
position: absolute;
|
||||
right: 35rpx;
|
||||
bottom: 28rpx;
|
||||
bottom: 26rpx;
|
||||
width: 22rpx;
|
||||
height: 22rpx;
|
||||
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@
|
|||
长者标签
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<nomessgae :cont="`暂无数据`" v-show="!downmenuarray.length"></nomessgae>
|
||||
<scroll-view class="history-items" scroll-with-animation scroll-y
|
||||
:scroll-top="secondtopmove">
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
<view class="history-name">
|
||||
{{ splitString(item.directiveName)[0]}}
|
||||
<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]">
|
||||
({{ splitString(item.directiveName)[1]}})
|
||||
</text>
|
||||
|
|
@ -290,9 +290,9 @@
|
|||
</view>
|
||||
|
||||
</view>
|
||||
<view class="small-font">
|
||||
<!-- <view class="small-font">
|
||||
{{ item.serviceContent }}
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="history-spe"
|
||||
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="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">
|
||||
{{ item.rightshow }}
|
||||
</view>
|
||||
|
|
@ -367,7 +367,7 @@
|
|||
</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)">
|
||||
|
||||
<image lazy-load
|
||||
|
|
@ -401,7 +401,7 @@
|
|||
</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)">
|
||||
<image class="open-img" src="/static/index/down.png" lazy-load
|
||||
:style="secondListTarget===index?{transform: `rotate(180deg)`}:{}" />
|
||||
|
|
|
|||
|
|
@ -1999,16 +1999,12 @@
|
|||
width: 100%;
|
||||
height: 220rpx;
|
||||
border-radius: 35rpx;
|
||||
.right-tags-left{
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
background-color: red;
|
||||
}
|
||||
/* .right-tags-title{
|
||||
|
||||
.right-tags-title{
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
display: flex;
|
||||
background-color: red;
|
||||
} */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
</view>
|
||||
<view class="right-order">
|
||||
<view class="right-tags">
|
||||
<view class="right-tags-left">
|
||||
<view class="right-tags-title">
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
BIN
static/ceshi.png
BIN
static/ceshi.png
Binary file not shown.
|
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 151 KiB |
Loading…
Reference in New Issue