|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.mine {
|
|
|
padding-bottom: 100px;
|
|
|
- background-color: @bg;
|
|
|
+ background-color: @bg3;
|
|
|
padding-top: 0 !important;
|
|
|
}
|
|
|
|
|
|
@@ -324,16 +324,16 @@ export default {
|
|
|
}
|
|
|
.order-info + .order-info {
|
|
|
margin-left: 20px;
|
|
|
- &::before {
|
|
|
- content: '';
|
|
|
- width: 1px;
|
|
|
- height: 32px;
|
|
|
- background-color: @bg3;
|
|
|
- position: absolute;
|
|
|
- left: -10px;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-50%);
|
|
|
- }
|
|
|
+ // &::before {
|
|
|
+ // content: '';
|
|
|
+ // width: 1px;
|
|
|
+ // height: 32px;
|
|
|
+ // background-color: @bg3;
|
|
|
+ // position: absolute;
|
|
|
+ // left: -10px;
|
|
|
+ // top: 50%;
|
|
|
+ // transform: translateY(-50%);
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
.grid-img {
|
|
|
@@ -379,7 +379,7 @@ export default {
|
|
|
}
|
|
|
.userInfo {
|
|
|
padding-top: 35vw;
|
|
|
- border-bottom: 1px solid @bg2;
|
|
|
+ border-bottom: 1px solid #ebeff1;
|
|
|
position: relative;
|
|
|
|
|
|
.top-img {
|
|
|
@@ -467,7 +467,7 @@ export default {
|
|
|
align-items: center;
|
|
|
transform: translateX(-5px);
|
|
|
.van-image {
|
|
|
- border: 5px solid @bg;
|
|
|
+ border: 5px solid @bg3;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
@@ -530,5 +530,6 @@ export default {
|
|
|
|
|
|
.edit {
|
|
|
color: @text3;
|
|
|
+ border: 1px solid @text3!important;
|
|
|
}
|
|
|
</style>
|