初始化
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
.ai-float.data-v-e972a4ee {
|
||||
position: fixed;
|
||||
right: 24rpx;
|
||||
bottom: 170rpx;
|
||||
width: 112rpx;
|
||||
height: 112rpx;
|
||||
border-radius: 999rpx;
|
||||
background: linear-gradient(135deg, #111827 0%, #3b82f6 100%);
|
||||
box-shadow: 0 16rpx 40rpx rgba(17, 24, 39, 0.18);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 99;
|
||||
}
|
||||
.t.data-v-e972a4ee {
|
||||
color: #fff;
|
||||
font-size: 32rpx;
|
||||
font-weight: 800;
|
||||
letter-spacing: 2rpx;
|
||||
}
|
||||
.dot.data-v-e972a4ee {
|
||||
position: absolute;
|
||||
top: 14rpx;
|
||||
right: 14rpx;
|
||||
width: 16rpx;
|
||||
height: 16rpx;
|
||||
border-radius: 999rpx;
|
||||
background: #10b981;
|
||||
border: 4rpx solid rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
Reference in New Issue
Block a user