2025-02-27 17:15:17 +08:00
|
|
|
.backgroundContainer.data-v-1cf27b2a {
|
2025-02-18 17:11:31 +08:00
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
2025-03-04 17:29:52 +08:00
|
|
|
background-image: url('../../static/index/lightbgcnew.png');
|
2025-02-18 17:11:31 +08:00
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
overflow: hidden;
|
2025-03-14 17:30:56 +08:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
}
|
2025-05-20 16:10:53 +08:00
|
|
|
.menuCard.data-v-1cf27b2a {
|
2025-06-16 17:32:23 +08:00
|
|
|
width: 400rpx;
|
2025-05-20 16:10:53 +08:00
|
|
|
margin: 0 100rpx;
|
|
|
|
height: 400rpx;
|
|
|
|
background: linear-gradient(to bottom, #04BCED, #0160CE);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 50rpx;
|
|
|
|
border-radius: 10%;
|
2025-02-27 17:15:17 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2025-05-20 16:10:53 +08:00
|
|
|
.small-button.data-v-1cf27b2a {
|
|
|
|
position: absolute;
|
|
|
|
width: 300rpx;
|
|
|
|
top: 200rpx;
|
|
|
|
left: 600rpx;
|
|
|
|
height: 200rpx;
|
|
|
|
background: linear-gradient(to bottom, #04BCED, #0160CE);
|
|
|
|
border-radius: 30rpx;
|
|
|
|
color: #fff;
|
2025-02-18 17:11:31 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
}
|