diff --git a/components/process/process.vue b/components/process/process.vue index 13a4439..d470fb8 100644 --- a/components/process/process.vue +++ b/components/process/process.vue @@ -1,28 +1,69 @@ @@ -47,4 +112,29 @@ .processLine { height: 2rpx; } + + .processRc { + position: relative; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } + + .h0 { + height: 0rpx; + } + + .h30 { + height: 30rpx; + } + + .wh20 { + width: 20rpx; + height: 20rpx; + } + + .wh40 { + width: 40rpx; + height: 40rpx; + } \ No newline at end of file