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

25 lines
589 B
CSS

.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;
}
.menuCard[data-v-1cf27b2a] {
width: 18.75rem;
margin: 0 3.125rem;
height: 12.5rem;
background: linear-gradient(to bottom, #04BCED, #0160CE);
color: #fff;
font-size: 1.5625rem;
border-radius: 10%;
display: flex;
justify-content: center;
align-items: center;
}