312 lines
6.9 KiB
CSS
312 lines
6.9 KiB
CSS
.move-circle[data-v-e20c63a2] {
|
||
position: absolute;
|
||
bottom: 0;
|
||
right: 0;
|
||
width: 10.9375rem;
|
||
height: 10.9375rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
z-index: 99;
|
||
touch-action: none;
|
||
}
|
||
.move-circle .click-box-top[data-v-e20c63a2] {
|
||
position: absolute;
|
||
top: 0.625rem;
|
||
right: 2.1875rem;
|
||
width: 6.875rem;
|
||
height: 2.5rem;
|
||
}
|
||
.move-circle .click-box-bottom[data-v-e20c63a2] {
|
||
position: absolute;
|
||
bottom: 0.625rem;
|
||
right: 2.1875rem;
|
||
width: 6.875rem;
|
||
height: 2.5rem;
|
||
}
|
||
.move-circle .click-box-right[data-v-e20c63a2] {
|
||
position: absolute;
|
||
bottom: 3.125rem;
|
||
right: 0;
|
||
width: 2.8125rem;
|
||
height: 4.6875rem;
|
||
}
|
||
.move-circle .click-box-left[data-v-e20c63a2] {
|
||
position: absolute;
|
||
bottom: 3.125rem;
|
||
left: 0;
|
||
width: 2.8125rem;
|
||
height: 4.6875rem;
|
||
}
|
||
.move-circle .click-box-center[data-v-e20c63a2] {
|
||
position: absolute;
|
||
bottom: 4.0625rem;
|
||
right: 4.0625rem;
|
||
width: 2.8125rem;
|
||
height: 2.8125rem;
|
||
}
|
||
.move-circle-all[data-v-e20c63a2] {
|
||
width: 10.9375rem;
|
||
height: 10.9375rem;
|
||
}
|
||
.light-shadow[data-v-e20c63a2] {
|
||
position: absolute;
|
||
width: 1.25rem;
|
||
height: 1.25rem;
|
||
background-color: transparent;
|
||
border: 1.875rem solid #3da6ff;
|
||
border-radius: 50%;
|
||
pointer-events: none;
|
||
opacity: 1;
|
||
}
|
||
/* 无限循环波纹动画,长按时用 */
|
||
.ripple-loop[data-v-e20c63a2] {
|
||
animation: rippleLoop-e20c63a2 1.2s ease-out infinite;
|
||
}
|
||
/* 点击一次的波纹动画 */
|
||
.ripple-once[data-v-e20c63a2] {
|
||
animation: rippleLoop-e20c63a2 1.2s ease-out forwards;
|
||
}
|
||
@keyframes rippleLoop-e20c63a2 {
|
||
0% {
|
||
transform: translate(-50%, -50%) scale(0.5);
|
||
opacity: 0.6;
|
||
}
|
||
100% {
|
||
transform: translate(-50%, -50%) scale(2.5);
|
||
opacity: 0;
|
||
}
|
||
}
|
||
.light-circle[data-v-e20c63a2] {
|
||
position: relative;
|
||
width: 150px;
|
||
height: 150px;
|
||
border-radius: 50%;
|
||
background: #111;
|
||
/* 你背景色自己改 */
|
||
overflow: visible;
|
||
}
|
||
.circle[data-v-e20c63a2] {
|
||
position: relative;
|
||
width: 150px;
|
||
height: 150px;
|
||
border-radius: 50%;
|
||
background: #222;
|
||
margin: 50px;
|
||
}
|
||
.pulse-circle[data-v-e20c63a2] {
|
||
position: absolute;
|
||
top: 50%;
|
||
right: 50%;
|
||
transform: translate(-50%, -50%);
|
||
border-radius: 50%;
|
||
background: radial-gradient(circle, #03a4ff 0%, transparent 70%);
|
||
animation: pulse-e20c63a2 3s forwards;
|
||
}
|
||
@keyframes pulse-e20c63a2 {
|
||
0% {
|
||
width: 0;
|
||
height: 0;
|
||
opacity: 0.8;
|
||
}
|
||
50% {
|
||
width: 10.9375rem;
|
||
height: 10.9375rem;
|
||
opacity: 0.4;
|
||
}
|
||
100% {
|
||
width: 0;
|
||
height: 0;
|
||
opacity: 0;
|
||
}
|
||
}
|
||
|
||
.view[data-v-d96776e5] {
|
||
background-color: #eff0f4;
|
||
width: 100%;
|
||
height: 100vh;
|
||
display: flex;
|
||
}
|
||
.view .view-right[data-v-d96776e5] {
|
||
height: 100%;
|
||
width: 100%;
|
||
position: relative;
|
||
padding: 1.875rem;
|
||
}
|
||
.view .view-right .scroll-vi[data-v-d96776e5] {
|
||
height: 3.125rem;
|
||
width: 100%;
|
||
margin-left: 0;
|
||
margin-top: 2.5rem;
|
||
position: relative;
|
||
display: flex;
|
||
}
|
||
.view .view-right .scroll-vi .menu[data-v-d96776e5] {
|
||
flex: 0 0 auto;
|
||
height: 2.8125rem;
|
||
width: 7.5rem;
|
||
border-radius: 1.5625rem;
|
||
margin-left: 0.625rem;
|
||
background-color: #fff;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
padding-top: 0.28125rem;
|
||
}
|
||
.view .view-right .scroll-vi .menu .menu-img[data-v-d96776e5] {
|
||
width: 1.71875rem;
|
||
height: 1.71875rem;
|
||
margin-right: 0.46875rem;
|
||
}
|
||
.view .view-right .scroll-vi .menu .menu-font[data-v-d96776e5] {
|
||
margin-top: 0.5625rem;
|
||
font-size: 0.78125rem;
|
||
}
|
||
.big-bgc[data-v-d96776e5] {
|
||
margin-left: -0.46875rem;
|
||
margin-top: 0.625rem;
|
||
width: 56.25rem;
|
||
height: 37.5rem;
|
||
border-radius: 1.71875rem;
|
||
overflow: hidden;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
@keyframes glowFlash-d96776e5 {
|
||
0%,
|
||
100% {
|
||
box-shadow: 0 0 0.125rem #f1d7da, 0 0 0.25rem #f1d7da, 0 0 0.375rem #f1d7da;
|
||
}
|
||
50% {
|
||
box-shadow: 0 0 0.3125rem #f1d7da, 0 0 0.625rem #f1d7da, 0 0 0.9375rem #f1d7da;
|
||
}
|
||
}
|
||
.right-right[data-v-d96776e5] {
|
||
position: absolute;
|
||
right: -0.625rem;
|
||
top: 2.5rem;
|
||
height: calc(100% - 7.8125rem);
|
||
width: 17.8125rem;
|
||
}
|
||
.right-right .red-kuang[data-v-d96776e5] {
|
||
margin-left: 2.8125rem;
|
||
width: 13.4375rem;
|
||
height: 3.75rem;
|
||
border-radius: 0.9375rem;
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
background-color: rgba(226, 227, 231, 0.5);
|
||
}
|
||
.right-right .red-kuang .blue-bgc[data-v-d96776e5] {
|
||
width: 3.75rem;
|
||
height: 1.5625rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
z-index: 1;
|
||
font-size: 0.71875rem;
|
||
background-color: rgba(248, 249, 250, 0.5);
|
||
color: #017DE9;
|
||
border-radius: 0.625rem;
|
||
}
|
||
.right-right .red-kuang .font-weight[data-v-d96776e5] {
|
||
font-size: 0.9375rem;
|
||
font-weight: 600;
|
||
}
|
||
.right-right .red-kuang .font-small[data-v-d96776e5] {
|
||
font-size: 0.6875rem;
|
||
}
|
||
.bottom-view[data-v-d96776e5] {
|
||
margin-left: 2.8125rem;
|
||
margin-top: 0.625rem;
|
||
width: 13.75rem;
|
||
height: 25.625rem;
|
||
border-radius: 1.5625rem;
|
||
background-color: rgba(226, 227, 231, 0.5);
|
||
position: relative;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
overflow: hidden;
|
||
align-items: flex-start;
|
||
align-content: flex-start;
|
||
}
|
||
.bottom-view .button-father[data-v-d96776e5] {
|
||
margin-top: 0.625rem;
|
||
margin-bottom: 0;
|
||
margin-left: 0.875rem;
|
||
text-align: center;
|
||
}
|
||
.bottom-view .button-father .bottom-button[data-v-d96776e5] {
|
||
background-color: #F2F2F4;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 3.4375rem;
|
||
height: 3.4375rem;
|
||
border: 0.03125rem solid #CDD3DD;
|
||
border-radius: 1.09375rem;
|
||
margin-bottom: 0.15625rem;
|
||
}
|
||
.target[data-v-d96776e5] {
|
||
--color: #99C9FD;
|
||
--thick: 2px;
|
||
--radius: 1.875rem;
|
||
--outline-offset: 0;
|
||
/* 内层虚线(你现在用的) */
|
||
border-radius: var(--radius);
|
||
background-color: #ddf0ff;
|
||
/* 内部背景 */
|
||
animation: scalePulse 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
|
||
/* 外层虚线:放在 outline(不会影响元素尺寸) */
|
||
outline: var(--thick) dashed var(--color);
|
||
outline-offset: var(--outline-offset);
|
||
/* 保证文本 / 子元素在最上层 */
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.picture[data-v-d96776e5] {
|
||
display: flex;
|
||
margin-top: 1.25rem;
|
||
}
|
||
.picture .picture-card[data-v-d96776e5] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-left: 0.625rem;
|
||
margin-right: 0.3125rem;
|
||
width: 6.25rem;
|
||
}
|
||
.picture .picture-card .bgc-card[data-v-d96776e5] {
|
||
width: 100%;
|
||
height: 4.0625rem;
|
||
background-color: rgba(226, 227, 231, 0.5);
|
||
border-radius: 0.9375rem;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-bottom: 0.3125rem;
|
||
}
|
||
.jump-white[data-v-d96776e5] {
|
||
position: absolute;
|
||
bottom: 0.625rem;
|
||
left: 1.5625rem;
|
||
width: 9.375rem;
|
||
height: 12.5rem;
|
||
background-color: #fff;
|
||
border-radius: 0.9375rem;
|
||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
||
}
|
||
.jump-item[data-v-d96776e5] {
|
||
margin: 0.3125rem 0.3125rem;
|
||
height: 1.875rem;
|
||
justify-content: center;
|
||
width: 93%;
|
||
display: flex;
|
||
border-radius: 0.625rem;
|
||
align-items: center;
|
||
}
|