fix: order status bordre-left
This commit is contained in:
parent
fdd7740bb3
commit
f37f31bb26
@ -804,18 +804,18 @@ export default {
|
|||||||
padding-left: 24rpx;
|
padding-left: 24rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&::after {
|
// &::after {
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
right: 0;
|
// right: 0;
|
||||||
top: 0;
|
// top: 0;
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
display: block;
|
// display: block;
|
||||||
content: " ";
|
// content: " ";
|
||||||
width: 1px;
|
// width: 1px;
|
||||||
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
|
// background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
|
||||||
background-size: 100% 16rpx;
|
// background-size: 100% 16rpx;
|
||||||
opacity: 0.2;
|
// opacity: 0.2;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -866,6 +866,21 @@ export default {
|
|||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
width: 228rpx;
|
width: 228rpx;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
content: " ";
|
||||||
|
width: 1px;
|
||||||
|
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
|
||||||
|
background-size: 100% 16rpx;
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
|||||||
@ -607,18 +607,18 @@ export default {
|
|||||||
padding-left: 24rpx;
|
padding-left: 24rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&::after {
|
// &::after {
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
right: 0;
|
// right: 0;
|
||||||
top: 0;
|
// top: 0;
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
display: block;
|
// display: block;
|
||||||
content: " ";
|
// content: " ";
|
||||||
width: 1px;
|
// width: 1px;
|
||||||
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
|
// background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
|
||||||
background-size: 100% 16rpx;
|
// background-size: 100% 16rpx;
|
||||||
opacity: 0.2;
|
// opacity: 0.2;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -663,6 +663,20 @@ export default {
|
|||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
width: 228rpx;
|
width: 228rpx;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
content: " ";
|
||||||
|
width: 1px;
|
||||||
|
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
|
||||||
|
background-size: 100% 16rpx;
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
.status {
|
.status {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user