diff --git a/src/mods/conv/AppReturnHomeRegister/Detail.vue b/src/mods/conv/AppReturnHomeRegister/Detail.vue index 6492db2..cb1d9f3 100644 --- a/src/mods/conv/AppReturnHomeRegister/Detail.vue +++ b/src/mods/conv/AppReturnHomeRegister/Detail.vue @@ -1,5 +1,6 @@ @@ -198,7 +207,6 @@ export default { .detail-header { padding: 32px 32px 100px 32px; - // height: 680px; background: linear-gradient(135deg, #6496FF 0%, #4F75FF 100%); position: relative; @@ -269,49 +277,59 @@ export default { .item-info { .item-info__item { display: flex; - align-items: center; margin-bottom: 8px; - position: relative; &:last-child { margin-bottom: 0; } + .pic { + position: relative; + .img { + width: 12px; + height: 12px; + } + .lines { + position: absolute; + top: 32px; + left: 4px; + width: 4px; + height: 100%; + border-left: 4px dotted #CCCCCC; + } + } - image { + .img { + width: 12px; + height: 12px; + position: relative; + } + + + .image { width: 32px; height: 32px; margin-right: 16px; } - .from, - .to { - display: inline-block; - width: 12px; - height: 12px; - border: 2px solid #FFFFFF; - border-radius: 50%; - } + // .from, + // .to { + // display: inline-block; + // width: 12px; + // height: 12px; + // border: 2px solid #FFFFFF; + // border-radius: 50%; + // } - .from { - background: #FFBB3B; - z-index: 9; + // .from { + // background: #FFBB3B; + // z-index: 9; - } - - .to { - background: #2BD6C0; - z-index: 9; - } - - .lines { - position: absolute; - top: 35px; - left: 6px; - width: 4px; - height: 80%; - border-left: 4px dotted #CCCCCC; - } + // } + // .to { + // background: #2BD6C0; + // z-index: 9; + // } span:last-child { color: #fff; font-size: 28px; @@ -320,12 +338,10 @@ export default { } } } - - } - .info { + .info { position: absolute; - top: 60%; + top: 93%; left: 50%; width: 100%; transform: translate(-50%, 1%); @@ -402,6 +418,10 @@ export default { } } } + + } + + } diff --git a/src/mods/conv/AppReturnHomeRegister/components/end.png b/src/mods/conv/AppReturnHomeRegister/components/end.png new file mode 100644 index 0000000..c2b475f Binary files /dev/null and b/src/mods/conv/AppReturnHomeRegister/components/end.png differ diff --git a/src/mods/conv/AppReturnHomeRegister/components/start.png b/src/mods/conv/AppReturnHomeRegister/components/start.png new file mode 100644 index 0000000..3279cb1 Binary files /dev/null and b/src/mods/conv/AppReturnHomeRegister/components/start.png differ