docs: 📝 update docs 不支持内定
This commit is contained in:
@@ -19,6 +19,8 @@ log-lottery是一个可配置可定制化的抽奖应用,炫酷3D球体,可
|
||||
|
||||
> 如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新。
|
||||
|
||||
> 不支持内定功能
|
||||
|
||||
## 要求
|
||||
|
||||
使用PC端最新版Chrome或Edge浏览器。
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
|
||||
.card-id {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
@@ -21,7 +22,7 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.card-avatar-name{
|
||||
.card-avatar-name {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 0px;
|
||||
@@ -37,7 +38,7 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.card-avatar{
|
||||
.card-avatar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -52,6 +53,8 @@
|
||||
|
||||
.lucky-element-card {
|
||||
cursor: default;
|
||||
user-select: none;
|
||||
|
||||
&::before {
|
||||
background-color: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
|
||||
border: 1px solid linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
|
||||
@@ -79,7 +82,8 @@
|
||||
// animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
|
||||
// animation-delay: 0.6s;
|
||||
}
|
||||
.card-avatar-name{
|
||||
|
||||
.card-avatar-name {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 0px;
|
||||
@@ -96,7 +100,7 @@
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.card-avatar{
|
||||
.card-avatar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user