38 lines
866 B
Plaintext
38 lines
866 B
Plaintext
.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: 400rpx;
|
|
margin: 0 100rpx;
|
|
height: 400rpx;
|
|
background: linear-gradient(to bottom, #04BCED, #0160CE);
|
|
color: #fff;
|
|
font-size: 50rpx;
|
|
border-radius: 10%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.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;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|