fix: order status bordre-left
This commit is contained in:
parent
fdd7740bb3
commit
f37f31bb26
@ -804,18 +804,18 @@ export default {
|
||||
padding-left: 24rpx;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
right: 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;
|
||||
}
|
||||
// &::after {
|
||||
// position: absolute;
|
||||
// right: 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;
|
||||
// }
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
@ -866,6 +866,21 @@ export default {
|
||||
}
|
||||
.footer {
|
||||
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 {
|
||||
text-align: center;
|
||||
font-size: 28rpx;
|
||||
|
||||
@ -607,18 +607,18 @@ export default {
|
||||
padding-left: 24rpx;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
right: 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;
|
||||
}
|
||||
// &::after {
|
||||
// position: absolute;
|
||||
// right: 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;
|
||||
// }
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
@ -663,6 +663,20 @@ export default {
|
||||
}
|
||||
.footer {
|
||||
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 {
|
||||
text-align: center;
|
||||
font-size: 28rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user