Files

23 lines
362 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.wrapper {
width: 100%;
height: 150px;
background-color: var(--bg-color-demo-secondary);
}
.external-class {
width: 208rpx;
margin-left: 512rpx;
}
.green-button {
z-index: 0 !important;
background-color: #008858 !important;
color: #fff !important;
}
.hover-class::after {
z-index: -1;
background-color: #006c45;
border-color: #006c45;
}