hldy_app/unpackage/dist/dev/app-plus/pages/index/index.css

25 lines
589 B
CSS
Raw Normal View History

2025-03-05 17:29:32 +08:00
.backgroundContainer[data-v-1cf27b2a] {
display: flex;
position: relative;
width: 100%;
height: 100vh;
background-image: url('../../static/index/lightbgcnew.png');
background-size: cover;
background-position: center center;
overflow: hidden;
justify-content: center;
align-items: center;
2025-03-21 17:36:27 +08:00
}
2025-04-01 17:27:15 +08:00
.menuCard[data-v-1cf27b2a] {
width: 18.75rem;
margin: 0 3.125rem;
height: 12.5rem;
background: linear-gradient(to bottom, #04BCED, #0160CE);
2025-03-21 17:36:27 +08:00
color: #fff;
2025-04-01 17:27:15 +08:00
font-size: 1.5625rem;
border-radius: 10%;
2025-03-21 17:36:27 +08:00
display: flex;
justify-content: center;
align-items: center;
}