|
@@ -25,7 +25,7 @@
|
|
|
flex: 1;
|
|
|
width: 2rpx;
|
|
|
height: 40rpx;
|
|
|
- background-color: #eaeaea;
|
|
|
+ background-color: #7e5648;
|
|
|
"
|
|
|
></view>
|
|
|
|
|
@@ -79,6 +79,7 @@ export default {
|
|
|
align-items: center;
|
|
|
width: 40rpx;
|
|
|
margin-right: 20rpx;
|
|
|
+ margin-top: 50rpx;
|
|
|
}
|
|
|
|
|
|
.node-circle {
|
|
@@ -90,10 +91,10 @@ export default {
|
|
|
}
|
|
|
|
|
|
.node-line {
|
|
|
- flex: 1;
|
|
|
width: 2rpx;
|
|
|
- background-color: #eaeaea;
|
|
|
- margin-top: 10rpx;
|
|
|
+ height: 100rpx;
|
|
|
+ background-color: #7e5648;
|
|
|
+ /* margin-top: 40rpx; */
|
|
|
}
|
|
|
|
|
|
.timeline-content {
|