标题组件完成
This commit is contained in:
@@ -54,8 +54,9 @@ export default {
|
||||
|
||||
.divider {
|
||||
height: 7px;
|
||||
background-image: linear-gradient(90deg, #1F979A 12%, #1f979a82 100%), linear-gradient(90deg, #243132 80%, #02FEFF 99%);
|
||||
background-size: 16px 7px, 100% 3px;
|
||||
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%),
|
||||
linear-gradient(90deg, #243132 80%, #02FEFF 99%);
|
||||
background-size: 21px 7px, 100% 3px;
|
||||
background-position: calc(100% - 92px) top, left center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user