标题组件完成

This commit is contained in:
aixianling
2024-09-04 09:34:34 +08:00
parent df49e1f9dc
commit 688834a86e

View File

@@ -54,8 +54,9 @@ export default {
.divider { .divider {
height: 7px; height: 7px;
background-image: linear-gradient(90deg, #1F979A 12%, #1f979a82 100%), linear-gradient(90deg, #243132 80%, #02FEFF 99%); background-image: linear-gradient(110deg, transparent 0% 14%, #1F979A 15% 29%, transparent 30% 44%, #1F979ABF 45% 59%, transparent 60% 74%, #1F979A82 75% 89%, transparent 90% 100%),
background-size: 16px 7px, 100% 3px; linear-gradient(90deg, #243132 80%, #02FEFF 99%);
background-size: 21px 7px, 100% 3px;
background-position: calc(100% - 92px) top, left center; background-position: calc(100% - 92px) top, left center;
background-repeat: no-repeat; background-repeat: no-repeat;
} }