44 lines
941 B
Plaintext
44 lines
941 B
Plaintext
|
|
.launch-root.data-v-5a991e66 {
|
|
min-height: 100vh;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.launch-brand.data-v-5a991e66 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.launch-logo.data-v-5a991e66 {
|
|
width: 280rpx;
|
|
height: 280rpx;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
.launch-spinner.data-v-5a991e66 {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border: 4rpx solid #e8e8e8;
|
|
border-top-color: #c8c8c8;
|
|
border-radius: 50%;
|
|
-webkit-animation: launch-spin-data-v-5a991e66 0.75s linear infinite;
|
|
animation: launch-spin-data-v-5a991e66 0.75s linear infinite;
|
|
}
|
|
@-webkit-keyframes launch-spin-data-v-5a991e66 {
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
@keyframes launch-spin-data-v-5a991e66 {
|
|
to {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|